Setup & Installation

clawhub install x-prospecting

Or with OpenClaw CLI:

openclaw skills install x-prospecting

What This Skill Does

X/Twitter Prospecting is a Marketing & SEO skill that find and engage potential leads on X (Twitter) by searching for keywords and buying-intent posts via Brave Search..

X (Twitter) Prospecting Skill

Find potential leads on X by searching for keyword mentions and buying-intent posts. Uses the Brave Search API to query site:x.com — no X API credentials required.

Available Tools

Run with Node.js: node {baseDir}/x-prospecting.js <command> [args]

  • search - Search X posts by keyword via Brave
  • score - Score a prospect based on their tweet and bio signals
  • thread - Generate a lead-magnet thread outline
  • dm-sequence - Generate a DM outreach sequence for a prospect

Usage

node {baseDir}/x-prospecting.js search "looking for AI tools"
node {baseDir}/x-prospecting.js score --handle "@username" --bio "founder at SaaS" --tweet "frustrated with my current tool"
node {baseDir}/x-prospecting.js dm-sequence --handle "@username" --name "Jane"

How Brave Search Works for X

curl -s -H "Accept: application/json" \
     -H "X-Subscription-Token: $BRAVE_API_KEY" \
     "https://api.search.brave.com/res/v1/web/search?q=site:x.com+%22looking+for+AI+tools%22&count=10"

Substitute the query with your target keywords. Parse results to extract handles and tweet text, then run through lead scoring.

Environment Variables

  • BRAVE_API_KEY - Brave Search API key (free tier: 2,000 queries/month)

Version History

Latest version: 1.0.0

First published: Mar 20, 2026. Last updated: Mar 20, 2026.

1 version released.

Frequently Asked Questions

Is X/Twitter Prospecting free to use?
Yes. X/Twitter Prospecting is a free, open-source skill available on the OpenClaw Skills Registry.
What platforms does X/Twitter Prospecting support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows.