← 返回
未分类 Key 中文

X/Twitter Prospecting

Find and engage potential leads on X (Twitter) by searching for keywords and buying-intent posts via Brave Search.
通过 Brave Search 搜索关键词和购买意向帖子,在 X (Twitter) 上寻找并互动潜在客户。
3rdbrain 3rdbrain 来源
未分类 clawhub v1.0.0 1 版本 99774.8 Key: 需要
★ 0
Stars
📥 443
下载
💾 0
安装
1
版本
#latest

概述

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 [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)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 23:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 25,946
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 37,977
content-creation

X Publisher

3rdbrain
使用 OAuth 1.0a 通过 API v2 向 X (Twitter) 发布推文、推文串、回复和引用推文。
★ 0 📥 568