/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawbridge-skill-latest - After installation, invoke the skill by name or use
/clawbridge-skill-latest - Provide required inputs per the skill's parameter spec and get structured output
What is Clawbridge - Find your connections?
Run Clawbridge discovery from OpenClaw chat. It is an AI Agent Skill for Claude Code / OpenClaw, with 1984 downloads so far.
How do I install Clawbridge - Find your connections?
Run "/install clawbridge-skill-latest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawbridge - Find your connections free?
Yes, Clawbridge - Find your connections is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawbridge - Find your connections support?
Clawbridge - Find your connections is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawbridge - Find your connections?
It is built and maintained by Lee L (@leethebuilder); the current version is v3.0.0.