sales-seismic
Seismic platform help — Enablement Cloud, content management, Learning & Coaching, Aura AI, Digital Sales Rooms, Meeting Intelligence, LiveSend, LiveDocs, Programs, Seismic Exchange, API & integrations. Use when reps can't find the right content in Seismic, Learning paths have low completion rates, Digital Sales Rooms aren't getting buyer engagement, LiveSend links aren't being opened, LiveDocs templates are breaking, enablement programs aren't moving the needle, or Seismic CRM sync is out of date. Do NOT use for general sales content strategy (use /sales-content), sales coaching frameworks (use /sales-coaching), cross-platform deal room strategy (use /sales-deal-room), or connecting tools via Zapier (use /sales-integration).
What this skill does
# Seismic Platform Help
Help the user with Seismic platform questions — from content management and LiveDocs through Digital Sales Rooms, Learning & Coaching, Aura AI, Meeting Intelligence, LiveSend, Programs, API, and integrations.
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated knowledge.
Ask the user:
1. **What area of Seismic do you need help with?**
- A) Content Management — library organization, workspaces, content profiles, permissions, version control
- B) LiveDocs — dynamic document generation, templates, merge fields, Express vs Process
- C) Learning & Coaching — training paths, lessons, quizzes, certifications, AI Role-Play (for frameworks, hand off: `/sales-coaching {your question}`)
- D) Aura AI — AI copilot, content recommendations, search assistance, meeting prep
- E) Digital Sales Rooms — buyer-facing microsites, stakeholder engagement, deal content curation
- F) Meeting Intelligence — recording, AI summaries, key moments, action items
- G) LiveSend — tracked content delivery, engagement analytics
- H) Programs & Tasks — enablement program management, milestones, completion tracking
- I) API & Integrations — REST API, webhooks, CRM sync, iPaaS (for cross-platform, hand off: `/sales-integration {your question}`)
- J) Seismic Exchange — app marketplace, third-party extensions
- K) Admin — users, groups, SCIM provisioning, permissions, billing
- L) Something else — describe it
2. **What's your role?**
- A) Sales rep / AE / BDR
- B) Sales manager / team lead
- C) Enablement / L&D
- D) RevOps / Sales Ops
- E) Admin / IT
- F) Marketing
- G) Other
3. **What are you trying to accomplish?** (describe your specific goal or question)
**If the user's request already provides most of this context, skip directly to the relevant step.** Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
Note: If the user needs a specialized skill, route them there with a brief explanation of why that skill is a better fit.
## Step 2 — Route or answer directly
If the request maps to a specialized skill, route:
- Sales content strategy / organization → `/sales-content`
- Sales coaching frameworks / onboarding programs → `/sales-coaching`
- Cross-platform deal room strategy → `/sales-deal-room`
- Sales call coaching / review → `/sales-call-review`
- Content engagement tracking across tools → `/sales-email-tracking`
- Tool integration architecture → `/sales-integration`
Otherwise, answer directly from platform knowledge using the reference below.
## Step 3 — Seismic platform reference
**Read `references/platform-guide.md`** for detailed module documentation, pricing, integrations, and data model.
*You no longer need the platform guide details — focus on the user's specific situation.*
## Step 4 — Actionable guidance
Based on the user's specific question:
1. **Step-by-step instructions** — numbered steps to accomplish their goal in Seismic
2. **Configuration recommendations** — specific settings to change, with navigation paths where possible
3. **Common pitfalls** — what can go wrong and how to avoid it
4. **Verification** — how to confirm the change worked
5. **For API questions** — always include a pointer: "For the full endpoint catalog, authentication details, and rate limits, see `references/seismic-api-reference.md`."
## Gotchas
- **Don't assume all features are available on every plan.** Seismic is enterprise-only with custom packaging — features like Meeting Intelligence, DSRs, and LiveDocs may be separate add-ons or included depending on the contract. Always check what's in the customer's specific package.
- **Don't confuse LiveDocs Express with LiveDocs Process.** Express is for quick, single-step document generation (one API call). Process is for multi-step workflows with review/approval stages. Claude tends to recommend Process for simple use cases where Express is sufficient.
- **Don't recommend Seismic for small teams or startups.** Seismic is enterprise-focused with $20K+ annual contracts and 4-month onboarding. For teams under 50 reps, suggest lighter alternatives (Guru, Google Drive with structure, Notion).
- **Don't forget that Seismic Learning was formerly Lessonly.** Older documentation, blog posts, and API references may still use the Lessonly name. The Learning API endpoint may differ from the main Seismic API.
- **Don't overlook the Seismic-Highspot merger.** Announced in late 2025, this merger may significantly change the platform's feature set, pricing, and integrations. Flag any Seismic recommendations as potentially affected by this consolidation.
- **Self-improving**: If you discover something not covered here, append it to `references/learnings.md` with today's date.
## Step 5 — Related skills
- `/sales-content` — Sales content strategy, organization, and distribution across tools
- `/sales-coaching` — Sales coaching frameworks, onboarding, and training programs
- `/sales-deal-room` — Multi-stakeholder deal room strategy
- `/sales-call-review` — Sales call coaching and review
- `/sales-email-tracking` — Content engagement tracking
- `/sales-integration` — Connecting Seismic to CRM and other tools
- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
## Examples
### Example 1: Content library organization
**User says**: "How do I set up a content library structure in Seismic for our 200-person sales team?"
**Skill does**:
1. Recommends a content profile taxonomy aligned to buyer journey (persona, deal stage, product line, region)
2. Explains workspace vs library distinction — workspaces for authoring, library for consumption
3. Walks through permission model design — role-based access by team, region, or content category
4. Outlines content governance workflow — ownership, review cadence, archival policy
**Result**: User has a blueprint for content library structure with profiles, workspaces, permissions, and governance
### Example 2: Digital Sales Room for enterprise deal
**User says**: "I want to create a Digital Sales Room for an enterprise deal with 6 stakeholders"
**Skill does**:
1. Walks through DSR creation — naming, branding, initial content selection
2. Explains how to curate content by stakeholder role (executive summary for C-suite, technical docs for IT, ROI calculator for finance)
3. Sets up per-stakeholder engagement tracking to identify champion and detractor signals
4. Recommends follow-up triggers based on engagement patterns (e.g., alert when CFO views pricing sheet)
**Result**: User has a DSR configured for multi-stakeholder engagement with role-based content and tracking
### Example 3: API-driven LiveDocs generation
**User says**: "How do I use the Seismic API to auto-generate personalized proposals via LiveDocs?"
**Skill does**:
1. Points to `references/seismic-api-reference.md` for full API documentation
2. Explains LiveDocs Express endpoint for single-step generation vs Process for multi-step workflows
3. Walks through merge field mapping from CRM data source to template placeholders
4. Covers OAuth 2.0 authentication setup and output format options (PDF, PowerPoint, Word)
**Result**: User knows the API approach, auth method, Express vs Process distinction, and merge field mapping
## Troubleshooting
### Content not appearing for reps
**Symptom**: Reps can't find content in the library that marketing has uploaded
**Cause**: Content profiles not assigned, permissions restricting access, content still in workspace (not published), or targeted content rules excluding the user's segment
**Solution**: Check content profile assignment. Verify the user's role has access to the relevant folder/workspace. Confirm content is pubRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.