Skip to content

Skills

Skills are pre-built playbooks that tell your AI tool how to use CatchIntent effectively. Instead of figuring out which tools to call and in what order, you describe what you want and the skill handles the rest.

  1. Connect CatchIntent first

    If you haven’t already, connect your AI tool to CatchIntent. See the Setup Guide.

  2. Install skills

    Terminal window
    npx skills add catchintent/skills

    This installs all 14 skills. They work with Claude Code, Cursor, Windsurf, and any MCP-compatible client.

Find Prospects

Search LinkedIn for ICP-matching prospects with behavioral intelligence scoring. Uses your saved ICP or accepts natural language descriptions.

Trigger: “Find me leads”, “Search LinkedIn for VPs of Sales”

Research Competitor

Full competitive intelligence — browse their content, find frustrated commenters, capture their audience, and analyze their ads.

Trigger: “Research [competitor]”, “Steal their audience”

Find Buyers

Find people showing active buying intent — AI-classified commenters, group discussions, and companies hiring for relevant roles.

Trigger: “Find buying signals for [topic]”, “Who’s looking for a solution like ours”

Research Prospect

Deep behavioral intelligence on a specific person — what they engage with, topics they care about, ICP relevance score.

Trigger: “Research this person”, “What does [name] care about”

Analyze Post

Extract high-intent commenters from any LinkedIn post URL. Paste a URL, get qualified prospects in seconds.

Trigger: “Analyze this post”, “Find prospects from this thread”

Morning Signals

Daily review of your hottest signals. Pulls new hot/warm signals, prioritizes by actionability, and recommends next steps.

Trigger: “Check my signals”, “What’s new today”

Draft Outreach

Generates personalized outreach for your best signals in your brand voice. Iterates with feedback and marks signals as reached out.

Trigger: “Draft replies”, “Write DMs for my signals”

Handle Replies

Classifies prospect replies (interested, hesitant, not interested) and drafts contextual follow-ups matched to the reply tone.

Trigger: “Handle my replies”, “What should I say back”

Enrich Prospects

Finds unenriched prospects with strong ICP match, triggers enrichment for verified emails, and exports ready-to-use lists.

Trigger: “Get me emails”, “Enrich my prospects”

Pipeline Review

Reviews your signal and prospect pipeline. Identifies stale outreach, signals needing follow-up, and deals ready to close.

Trigger: “How’s my pipeline”, “What needs follow-up”

Listener Tune

Analyzes keyword performance across all listeners. Identifies underperformers, suggests additions/removals, and applies changes.

Trigger: “How are my listeners”, “Optimize keywords”

Campaign Retro

Diagnoses what’s broken in your GTM funnel — targeting, voice, or reply handling — backed by specific numbers.

Trigger: “Why aren’t my signals converting”, “What’s not working”

Weekly Report

Team-ready weekly summary with signal counts, pipeline progress, wins/losses, and usage stats. Readable in 30 seconds.

Trigger: “Weekly report”, “How did we do this week”

Calibrate Voice

Extracts brand voice patterns from your real messages or a preset archetype. Tests the voice on a real signal before saving.

Trigger: “Set up my voice”, “My responses don’t sound like me”

Skills are markdown files with instructions for the AI. When you say something like “check my signals”, the AI reads the Morning Signals skill and follows its playbook:

  1. Calls search_signals with the right filters
  2. Summarizes results in a scannable format
  3. Prioritizes by warmth and relevance
  4. Recommends specific next steps
  5. Offers to take action (draft response, enrich, update status)

You stay in control — the AI suggests actions and waits for your approval before making changes.

Start your day:

“Check my signals, draft replies for the top 3, and mark them as reached out”

Prep an outreach batch:

“Find all strong ICP prospects missing emails, enrich them, and export as CSV”

End-of-week cleanup:

“Review my pipeline — what’s stale? Then give me the weekly report”

Monthly optimization:

“How are my listeners doing? Which keywords should I change?”

You can create your own skills tailored to your workflow. A skill is just a markdown file with instructions. See the Agent Skills Spec for the format.

Place custom skills in ~/.claude/skills/ (global) or .claude/skills/ (project-specific).