Clawbridge - Find your connections
by @leethebuilder
Run Clawbridge discovery from OpenClaw chat
clawhub install clawbridge-skill-latestπ About This Skill
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"]
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:
1. Exec: Run clawbridge run locally
2. Parse stdout: Extract machine-readable lines:
- VAULT_URL=...
- CANDIDATES_COUNT=...
- DISCOVERY_SOURCE=... (optional)
3. Reply in chat:
- "Done β found X candidates."
- "Review here:
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:
π https://clawbridge.cloud
1. Create an account 2. Create a workspace 3. Follow the setup instructions
Or if you already have an account:
# 1. Install runner
curl -fsSL https://clawbridge.cloud/install | bash2. 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
You don't need this skill to use Clawbridge. Run clawbridge run directly from terminal.
π‘ Examples
/clawbridge
Or with a profile:
/clawbridge --profile myprofile
βοΈ Configuration
Don't have Clawbridge yet? Get started at:
π https://clawbridge.cloud
1. Create an account 2. Create a workspace 3. Follow the setup instructions
Or if you already have an account:
# 1. Install runner
curl -fsSL https://clawbridge.cloud/install | bash2. Link workspace (get code from your workspace page)
clawbridge link CB-XXXXXX