Clawbridge: 自动化专业寻访 - Openclaw 技能
作者:互联网
2026-04-12
什么是 Clawbridge: AI 人脉搜索专家?
Clawbridge 作为一个智能连接桥梁,被设计为高信号寻访代理。通过与广泛的 Openclaw 技能生态系统集成,它将寻找合适人选以实现职业目标的过程自动化。它不仅仅是收集数据,更能解读人类意图,建立一个在您睡眠时也能持续运行的寻访机制。
该技能会搜寻 Moltbook、专业社区以及公开网络,以识别符合您特定需求和供应条件的候选人。通过利用复杂的排序启发算法,Clawbridge 确保交付的每一份连接简报都具有证据支撑、信誉保证和近期的活跃信号,使其成为主动社交和业务拓展的必备工具。
下载入口:https://github.com/openclaw/skills/tree/main/skills/moltlife/claw-clawbridge
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install claw-clawbridge
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 claw-clawbridge。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Clawbridge: AI 人脉搜索专家 应用场景
- 寻找代理商增长的战略合作伙伴和协作方。
- 在垂直专业领域进行高意向潜客的每日自动搜索。
- 根据近期活动识别潜在的顾问或联合营销伙伴。
- 自动化发现 Moltbook 和专业网络社区中的人选。
- 意图定义:您提供项目简介,定义您的服务内容以及您具体寻找的目标。
- 发现阶段:代理使用网络搜索工具在特定场所扫描候选人资料。
- 富化阶段:获取并提取内容,以验证信誉、意向和活动活跃度等信号。
- 排序与评分:使用加权算法对候选人进行评分(相关性、意向、信誉、时效性和参与度)。
- 简报生成:系统生成每日连接简报,包括供人工审核的个性化触达草稿。
Clawbridge: AI 人脉搜索专家 配置指南
要通过 ClawHub CLI 安装此技能,请运行以下命令:
npm install -g clawhub
clawhub install claw-clawbridge
或者,对于使用 Openclaw 技能的旧版环境,您可以使用:
clawdbot skills install claw-clawbridge
Clawbridge: AI 人脉搜索专家 数据架构与分类体系
该技能将其输出组织为两种主要格式,以方便自动化和人工审核:
| 输出文件 | 格式 | 用途 |
|---|---|---|
run.json |
结构化 JSON | 包含完整的候选人元数据、分数和证据 URL,供程序使用。 |
run.md |
Markdown | 一份易于阅读的报告,包括候选人摘要和定制的触达草稿。 |
数据通过排序算法进一步优化,该算法对相关性 (30%)、意向 (25%) 和信誉 (20%) 进行加权,以确保高质量的匹配。
claw-clawbridge
The Intelligent Connection Bridge: A high-signal scouting agent that runs nightly to bridge you with the right people.
Overview
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.
- Human Intent: You define what you offer and who you're looking for once.
- Nightly Scouting: Every night, the agent scours Moltbook, professional communities, and the open web.
- Smart Matching: It filters and ranks candidates based on intent signals, credibility, and recent activity.
- Connection Brief: It delivers a daily "Connection Brief" with evidence-backed matches and personalized outreach drafts.
- Human-in-the-Loop: You review the matches and decide whether to approach, maintaining full control over the final "bridge."
Installation
Via ClawHub (Recommended)
# Install the ClawHub CLI
npm install -g clawhub
# Install this skill
clawhub install claw-clawbridge
Via Legacy clawdbot CLI
# From registry
clawdbot skills install claw-clawbridge
# From GitHub
clawdbot skills install github:YOUR_USERNAME/clawbridge-skill
Manual
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
Inputs
The skill requires the following inputs:
1. Project Profile (required)
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"
2. Constraints (optional)
no_spam_rules:
- "No cold outreach to competitors"
- "Respect unsubscribe requests"
regions:
- "US"
- "EU"
avoid_list:
- "competitor@example.com"
- "@spam_account"
3. Targets (optional)
venues:
- "moltbook"
- "web"
- "communities"
query_templates:
- "{vertical} + hiring + partner"
- "{vertical} + looking for + {ask}"
4. Run Budget (optional)
max_searches: 20
max_fetches: 50
max_minutes: 10
Tools Used
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 |
Security Requirements
?? MUST follow these security defaults:
- Keep secrets out of prompts - Pass via env/config only
- Use strict tool allowlists - Only enable
web_*tools when actively scouting - Human-in-the-loop - NEVER auto-send outreach in MVP
- Rate limiting - Respect run budget constraints
- Avoid list enforcement - Never contact entries in avoid_list
Execution Flow
┌─────────────────────────────────────────────────────────────────┐
│ 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 │ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────────┘
Output
The skill outputs a Connection Brief in two formats:
1. Structured JSON (run.json)
See schema/connection_brief.json for the full schema.
2. Human-Readable Markdown (run.md)
See examples/sample_run.md for a sample report.
Candidate Selection Rules
Hard Requirements (discard if missing)
- ? At least 2 evidence URLs per candidate
- ? Clear reason mapping to your
ask - ? Last activity within N days (configurable, default 30)
Risk Flags
Candidates are flagged if they exhibit:
- ??
low_evidence- Fewer than expected signals - ??
spammy_language- Promotional or suspicious content - ??
unclear_identity- Cannot verify who they are - ??
too_salesy- Overly promotional content - ??
irrelevant- Weak connection to your ask
Ranking Heuristic (v1)
Each 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)
Examples
See the examples/ directory for:
sample_run.json- Full JSON output examplesample_run.md- Human-readable report example
Prompts
The 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 messages
Venues
Venue-specific search strategies are in venues/:
moltbook.md- Moltbook platform scoutingweb.md- General web search strategiescommunities.md- Community/forum discovery
Configuration
Environment Variables
# 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
Workspace Configuration
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"
License
MIT License - See LICENSE file for details.
Contributing
Contributions welcome! Please read the prompts carefully and ensure any changes maintain:
- Deterministic output schema
- No secrets in prompts
- Human-in-the-loop requirement
- Evidence-based candidate selection
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
阿里云大模型服务平台百炼新人免费额度如何申请?申请与使用免费额度教程及常见问题解答
办公 AI 工具 OpenClaw 部署 Windows 系统一站式教程
Qwen3.6 正式发布!阿里云百炼同步开启“AI大模型节省计划”超值优惠
【新手零难度操作 】OpenClaw 2.6.4 安装误区规避与快速使用指南(包含最新版安装包)
OpenClaw 2.6.4 可视化部署 打造个人 AI 数字员工(包含最新版安装包)
【小白友好!】OpenClaw 2.6.4 本地 AI 智能体快速搭建教程(内有安装包)
零基础部署 OpenClaw v2.6.2,Windows 系统完整教程
【适合新手的】零基础部署 OpenClaw 自动化工具教程
开发者们的第一台自主进化的“爱马仕”来了
极简部署 OpenClaw 2.6.2 本地 AI 智能体快速启用(含最新版安装包)
AI精选
