sales-outreach-io
Outreach platform help — sales engagement sequences, Kaia conversation intelligence, deal management, forecasting, and coaching. Use when sequences not getting replies in Outreach, Kaia not recording or transcribing correctly, deals stuck in pipeline and need Outreach deal insights, reps not following cadence steps, Outreach API integration or webhook setup, Outreach CRM sync issues with Salesforce or HubSpot, forecasting inaccurate in Outreach, or coaching reps using Kaia call recordings. Do NOT use for general cold email writing (use /sales-outreach) or Salesloft-specific questions (use /sales-salesloft).
What this skill does
# Outreach Platform Help ## Step 1 — Gather context If `references/learnings.md` exists, read it first for accumulated platform knowledge. Which area do you need help with? 1. **Sequences & cadences** — building, optimizing, A/B testing outbound sequences 2. **Kaia conversation intelligence** — recording, transcription, real-time coaching, battlecards 3. **Deal management** — pipeline visibility, deal risk, mutual action plans 4. **Forecasting** — revenue forecasting, pipeline coverage, deal inspection 5. **Coaching** — rep performance, call scoring, coaching plans 6. **Integrations & API** — Salesforce/HubSpot sync, REST API, webhooks, Zapier 7. **Admin & setup** — user management, permissions, mailbox config, deliverability 8. **Pricing & plans** — tier comparison, what's included, hidden costs Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2. ## Step 2 — Route or answer directly | Problem domain | Route to | |---|---| | Cadence/sequence design (timing, channels, A/B) | `/sales-cadence` — run: `/sales-cadence [user's question]` | | Email deliverability, warmup, DNS | `/sales-deliverability` — run: `/sales-deliverability [user's question]` | | Revenue forecasting methodology | `/sales-forecast` — run: `/sales-forecast [user's question]` | | Coaching frameworks, call scoring rubrics | `/sales-coaching` — run: `/sales-coaching [user's question]` | | Deal risk identification, stakeholder mapping | `/sales-deal-inspect` — run: `/sales-deal-inspect [user's question]` | | Connecting Outreach to CRM/tools | `/sales-integration` — run: `/sales-integration [user's question]` | | Choosing between Outreach and competitors | `/sales-cadence` comparison tables | If the question is Outreach-platform-specific (config, Kaia setup, API endpoints, pricing), continue to Step 3. ## Step 3 — Outreach platform reference **Read `references/platform-guide.md`** for the full platform reference — modules, pricing, integrations, data model, workflows. **Read `references/outreach-api-reference.md`** if the question involves API, webhooks, or custom integrations. Answer the user's question using only the relevant section. Don't dump the full reference. ## Step 4 — Actionable guidance Focus on the user's specific situation: - For sequence issues: check send schedule, mailbox health, prospect engagement signals - For Kaia issues: verify meeting platform permissions, bot join settings, recording consent - For deal management: look at deal velocity metrics, stakeholder coverage, risk signals - For API: start with OAuth app setup, verify scopes, respect 10K/hr rate limit - For CRM sync: check field mapping, sync direction, conflict resolution rules If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there. ## Gotchas > *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.* - Annual contracts only — no monthly billing. Minimum 1-year commitment. - Implementation fees range $5K-$25K depending on complexity. Budget for this separately. - Kaia recordings have special rate limits: 3 calls/second, 6,000 calls/day (org-level). - CRM sync is bi-directional with Salesforce but can create duplicate records if field mapping is misconfigured. - Outreach API rate limit is 10,000 requests/hour per user — not per org. - OAuth tokens expire after 2 hours; refresh tokens expire after 14 days. Can only refresh once per 60 seconds. - Feature bloat is real — many teams only use 20% of what they pay for. Start with Engage tier and expand. - Account termination without notice has been reported — keep local backups of sequence/template data. ## Related skills - `/sales-cadence` — Design multi-channel outbound cadences with timing and A/B testing - `/sales-deliverability` — Email deliverability, warmup, DNS setup - `/sales-coaching` — Sales coaching frameworks and call scoring - `/sales-forecast` — Revenue forecasting and pipeline analysis - `/sales-deal-inspect` — Deal health inspection and stakeholder mapping - `/sales-integration` — Connect sales tools with webhooks, APIs, Zapier - `/sales-salesloft` — Salesloft platform help (main competitor) - `/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 **User**: "My Outreach sequences are getting 2% reply rates — what's wrong?" **Skill response**: Reviews sequence structure, timing, personalization, deliverability signals, and A/B test setup. Checks mailbox health and sender reputation within Outreach. **User**: "How do I set up Outreach API to sync sequence engagement data to our data warehouse?" **Skill response**: Walks through OAuth app creation, scope selection (mailings.read, sequences.read), pagination for bulk data pulls, and webhook alternatives for real-time sync. **User**: "Kaia isn't joining my Zoom meetings — how do I fix this?" **Skill response**: Checks Kaia bot permissions, Zoom integration settings, calendar sync, and meeting platform allow-listing for bots. ## Troubleshooting ### Sequences getting low reply rates - Check mailbox warmup status and daily sending limits - Verify A/B tests are running (not paused) and have sufficient sample size - Review prospect engagement signals — are they opening but not replying? (message problem) Or not opening? (deliverability problem) - Check send schedule — are you sending outside prospect timezone business hours? ### Kaia not recording or transcribing - Verify Kaia is enabled for the user's role in Admin settings - Check meeting platform integration (Zoom/Teams/Meet) — bot must be allowed to join - Verify calendar sync is active and meetings have video links - Check if recording consent is blocking in regions with two-party consent requirements ### CRM sync conflicts or missing data - Verify field mapping in Outreach Admin → CRM Sync settings - Check sync direction (Outreach→CRM, CRM→Outreach, or bi-directional) per field - Look for sync errors in the Outreach Activity Log - Ensure API user in Salesforce/HubSpot has sufficient permissions
Related 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.