Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Intent Detection

    1

    Detect buying intent from RSS or NewsAPI by tracking keyword velocity. Each account-keyword pair ranks as low/medium/high. Offline supported.

    $9

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Intent Detection

    Intent Detection

    Example session with this skill installed

    Monitor buying intent for acme-saas.com, globex.com, and initech.io over the last 14 days. Use NewsAPI with my NEWSAPI_KEY. Watch for these keywords: "Series B funding", "headcount growth", "new CTO". Output a JSON report ranked by intent.

    • Read your context and instructions
    • Compiled the intent detection
    • Generated the data export

    What the skill did

    • Fetched the last 14 days of NewsAPI articles for three accounts.
    • Counted keyword velocity for Series B funding, headcount growth, and new CTO.
    • Classified each (account, keyword) pair as low / medium / high intent.

    Top 5 by intent

    AccountKeywordMentionsVelocityIntent
    acme-saas.comSeries B funding12+3.4xhigh
    acme-saas.comnew CTO4+2.1xmedium
    globex.comheadcount growth3+1.4xlow
    initech.ioSeries B funding1+0.2xlow
    acme-saas.comheadcount growth7+2.8xmedium

    Files written

    • ./out/intent_results.json — full structured report
    • ./out/intent_results.csv — flat list for spreadsheet review
    • Stdout summary: "Top intent: acme-saas.com / Series B funding (high)"
    {
      "window_days": 14,
      "results": [
        {"account": "acme-saas.com", "keyword": "Series B funding", "mentions_14d": 12, "velocity": 3.4, "intent": "high"},
        {"account": "acme-saas.com", "keyword": "new CTO", "mentions_14d": 4, "velocity": 2.1, "intent": "medium"}
      ]
    }
    

    Next steps

    • Open ./out/intent_results.csv in your spreadsheet.
    • Feed the high-intent rows into your email-sequencing or LinkedIn campaign.

    intent-detection.csv

    CSV · data export

    Generated

    Example file from a real run - the skill writes it into your workspace.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Identify high-intent accounts from RSS and news feeds.Score leads based on keyword velocity and mention frequency.Generate structured JSON intent reports for CRM integration.Monitor industry trends without manual news reading.

    About this skill

    Watches public signals for buying intent. Parses RSS feeds (no API key) or NewsAPI (NEWSAPI_KEY), counts keyword velocity for your accounts, classifies each pair as low, medium, or high intent.

    Runs offline out of the box (assets/sample_feed.json), so you can verify the logic with no API key.

    Use

    Unzip into ~/.claude/skills/, restart, trigger by phrase. Offline: python3 intent-detection/scripts/intent_detection.py --sample.

    Live mode

    NewsAPI needs NEWSAPI_KEY; RSS needs no key (URLs in assets/feeds.txt). Run: intent_detection.py --accounts accounts.csv --window 14d.

    Output

    Per pair: mentions_14d, velocity (+3.4x), intent. Deterministic from velocity ratio; thresholds 2.0x / 5.0x.

    I/O

    Input: CSV/JSON with account + keywords. Output: ./out/intent_results.json, .csv, stdout.

    Compatibility

    Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, 20+ agents.

    License

    Proprietary. One-time, lifetime updates, 7-day refund.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 2 days ago

    • Passed all security checks, Safe to install

    Listed2 days ago

    Frequently Asked Questions