Install
openclaw skills install clawbridge-skill-latestRun Clawbridge discovery from OpenClaw chat
openclaw skills install clawbridge-skill-latestOptional 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.