/install clawbridge-skill-latest
Clawbridge Skill
Optional chat command to trigger Clawbridge from OpenClaw.
What This Skill Does
This skill is a thin trigger — it runs the Clawbridge CLI and returns the Vault link.
The skill does NOT do discovery. All business logic lives in the runner.
Behavior
When the user types /clawbridge:
- Exec: Run
clawbridge runlocally - Parse stdout: Extract machine-readable lines:
VAULT_URL=...CANDIDATES_COUNT=...DISCOVERY_SOURCE=...(optional)
- Reply in chat:
- "Done — found X candidates."
- "Review here: \x3Cvault url>"
Usage
/clawbridge
Or with a profile:
/clawbridge --profile myprofile
Example Output
Done — found 3 candidates.
Review here: https://clawbridge.cloud/app/workspaces/xxx/runs/xxx
Prerequisites
Don't have Clawbridge yet? Get started at:
- Create an account
- Create a workspace
- Follow the setup instructions
Or if you already have an account:
# 1. Install runner
curl -fsSL https://clawbridge.cloud/install | bash
# 2. Link workspace (get code from your workspace page)
clawbridge link CB-XXXXXX
Architecture
User: /clawbridge
│
▼
┌───────────────────────────────┐
│ Skill: exec clawbridge run │
└───────────────────────────────┘
│
▼
┌───────────────────────────────┐
│ Runner: Discovery workflow │
│ - Build prompts (private) │
│ - Call OpenClaw as worker │
│ - Upload to Vault │
│ - Print VAULT_URL=... │
└───────────────────────────────┘
│
▼
┌───────────────────────────────┐
│ Skill: Parse + reply │
└───────────────────────────────┘
Mental Model
- Runner = product (owns discovery strategy, prompts, ranking)
- Web = vault + approval (review candidates, approve outreach)
- Skill = chat shortcut (optional convenience)
You don't need this skill to use Clawbridge. Run clawbridge run directly from terminal.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbridge-skill-latest - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbridge-skill-latest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawbridge - Find your connections 是什么?
Run Clawbridge discovery from OpenClaw chat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1984 次。
如何安装 Clawbridge - Find your connections?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbridge-skill-latest」即可一键安装,无需额外配置。
Clawbridge - Find your connections 是免费的吗?
是的,Clawbridge - Find your connections 完全免费(开源免费),可自由下载、安装和使用。
Clawbridge - Find your connections 支持哪些平台?
Clawbridge - Find your connections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawbridge - Find your connections?
由 Lee L(@leethebuilder)开发并维护,当前版本 v3.0.0。