Runs nightly searches to identify and rank relevant candidates matching your offer and ask, delivering evidence-backed connection briefs for human review.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install claw-clawbridge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install claw-clawbridge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/claw-clawbridge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
> The Intelligent Connection Bridge: A high-signal scouting agent that runs nightly to bridge you with the right people.
Clawbridge transforms a simple human prompt into a persistent, nightly scouting operation. It doesn't just find leads; it builds a bridge between your goals and the people who can help you achieve them.
# Install the ClawHub CLI
npm install -g clawhub
# Install this skill
clawhub install claw-clawbridge
# From registry
clawdbot skills install claw-clawbridge
# From GitHub
clawdbot skills install github:YOUR_USERNAME/clawbridge-skill
Clone and copy to your OpenClaw workspace:
git clone https://github.com/YOUR_USERNAME/clawbridge-skill.git ~/.openclaw/workspace/skills/claw-clawbridge
openclaw gateway restart
The skill requires the following inputs:
offer: "What your agency/company offers"
ask: "What you want (partners, clients, co-marketing, advisors)"
ideal_persona: "Exact target persona(s)"
verticals:
- "keyword1"
- "keyword2"
- "keyword3"
geo_timezone: "optional - geographic/timezone preferences"
disallowed:
- "do not contact constraints"
tone: "Short style guidance for draft messages"
no_spam_rules:
- "No cold outreach to competitors"
- "Respect unsubscribe requests"
regions:
- "US"
- "EU"
avoid_list:
- "[email protected]"
- "@spam_account"
venues:
- "moltbook"
- "web"
- "communities"
query_templates:
- "{vertical} + hiring + partner"
- "{vertical} + looking for + {ask}"
max_searches: 20
max_fetches: 50
max_minutes: 10
This skill uses the following OpenClaw tools:
| Tool | Purpose | When Used | |------|---------|-----------| | web_search | Discover candidate pages | Fast venue scanning | | web_fetch | Extract page content | Reading candidate profiles | | browser | JS-heavy sites | Only when fetch fails |
⚠️ MUST follow these security defaults:
web_* tools when actively scouting┌─────────────────────────────────────────────────────────────────┐
│ DISCOVERY PHASE │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │web_search│───▶│ Filter │───▶│ Dedupe │ │
│ │ (venues) │ │ Results │ │ & Queue │ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ ENRICHMENT PHASE │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │web_fetch │───▶│ Extract │───▶│ Validate │ │
│ │ (pages) │ │ Signals │ │ Evidence │ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ RANKING PHASE │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Score │───▶│ Rank │───▶│ Top K │ │
│ │ Heuristic│ │ Sort │ │ Selection│ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ DRAFTING PHASE │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Draft │───▶│ Review │───▶│ Output │ │
│ │ Messages │ │ Tone │ │ Brief │ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────────┘
The skill outputs a Connection Brief in two formats:
run.json)See schema/connection_brief.json for the full schema.
run.md)See examples/sample_run.md for a sample report.
askCandidates are flagged if they exhibit:
low_evidence - Fewer than expected signalsspammy_language - Promotional or suspicious contentunclear_identity - Cannot verify who they aretoo_salesy - Overly promotional contentirrelevant - Weak connection to your askEach candidate is scored on:
| Factor | Weight | Description | |--------|--------|-------------| | Relevance | 30% | Match to keywords + ask | | Intent | 25% | Actively building/hiring/seeking | | Credibility | 20% | Consistent footprint across sources | | Recency | 15% | Recent activity signals | | Engagement | 10% | Mutual interests/communities |
Output: Top K candidates (default K=3, configurable 5-10)
See the examples/ directory for:
sample_run.json - Full JSON output examplesample_run.md - Human-readable report exampleThe skill uses modular prompts located in prompts/:
discovery.md - How to search for candidatesfiltering.md - How to apply hard requirementsranking.md - How to score and rank candidatesdrafting.md - How to write outreach messagesVenue-specific search strategies are in venues/:
moltbook.md - Moltbook platform scoutingweb.md - General web search strategiescommunities.md - Community/forum discovery# Optional: Override defaults
CLAWBRIDGE_TOP_K=5 # Number of candidates to return
CLAWBRIDGE_RECENCY_DAYS=30 # Activity recency threshold
CLAWBRIDGE_MAX_SEARCHES=20 # Max search queries per run
CLAWBRIDGE_MAX_FETCHES=50 # Max page fetches per run
The skill reads workspace config from the runner or vault:
workspace_id: "ws_abc123"
workspace_token: "tok_..." # For vault uploads
delivery_target: "discord" # or "slack" or "email"
MIT License - See LICENSE file for details.
Contributions welcome! Please read the prompts carefully and ensure any changes maintain:
安装 ClawBridge - Find Connections 后,可以对 AI 说这些话来触发它
Help me get started with ClawBridge - Find Connections
Explains what ClawBridge - Find Connections does, walks through the setup, and runs a quick demo based on your current project
Use ClawBridge - Find Connections to runs nightly searches to identify and rank relevant candidates matc...
Invokes ClawBridge - Find Connections with the right parameters and returns the result directly in the conversation
What can I do with ClawBridge - Find Connections in my data & analytics workflow?
Lists the top use cases for ClawBridge - Find Connections, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/claw-clawbridge/ 目录(个人级,所有项目可用),或 .claude/skills/claw-clawbridge/(项目级)。重启 AI 客户端后,用 /claw-clawbridge 主动调用,或让 AI 根据上下文自动发现并使用。
ClawBridge - Find Connections 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ClawBridge - Find Connections 可免费安装使用。请查阅仓库了解许可证信息。
Runs nightly searches to identify and rank relevant candidates matching your offer and ask, delivering evidence-backed connection briefs for human review.
ClawBridge - Find Connections 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using ClawBridge - Find Connections
Identifies repetitive steps in your workflow and sets up ClawBridge - Find Connections to handle them automatically