用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill clawbridge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | clawbridge |
| description | Run Clawbridge discovery from OpenClaw chat |
| metadata | {"openclaw":{"emoji":"🌉","homepage":"https://clawbridge.cloud","requires":{"bins":["clawbridge"]},"install":[{"id":"install-script","kind":"shell","label":"Install via script (recommended)","command":"curl -fsSL https://clawbridge.cloud/install | bash","bins":["clawbridge"]}]}} |
Optional chat command to trigger Clawbridge from OpenClaw.
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.
When the user types /clawbridge:
clawbridge run locallyVAULT_URL=...CANDIDATES_COUNT=...DISCOVERY_SOURCE=... (optional)/clawbridge
Or with a profile:
/clawbridge --profile myprofile
Done — found 3 candidates.
Review here: https://clawbridge.cloud/app/workspaces/xxx/runs/xxx
Don't have Clawbridge yet? Get started at:
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
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 │
└───────────────────────────────┘
You don't need this skill to use Clawbridge. Run clawbridge run directly from terminal.