5.8kā
by lich2000117
clawbridge ā OpenClaw Skill
clawbridge is an OpenClaw Skills integration for coding workflows. Run Clawbridge discovery from OpenClaw chat
Skill Snapshot
| name | clawbridge |
| description | Run Clawbridge discovery from OpenClaw chat OpenClaw Skills integration. |
| owner | lich2000117 |
| repository | lich2000117/clawbridge-skill-latest |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lich2000117/clawbridge-skill-latest |
| last updated | Feb 7, 2026 |
Maintainer

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:
- 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: <vault 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.
Clawbridge Skill
Optional: Adds
/clawbridgechat command to OpenClaw. It calls the runner.
Do You Need This?
Most users don't need this skill. Use the CLI directly:
clawbridge run
Only install this skill if you want to trigger Clawbridge from OpenClaw chat.
Install
First, set up Clawbridge runner:
- Go to https://clawbridge.cloud
- Create an account and workspace
- Follow the install instructions
Then install this skill:
openclaw skills install claw-clawbridge
Usage
In OpenClaw chat:
/clawbridge
What It Does
- Runs
clawbridge run - Parses output (
VAULT_URL=,CANDIDATES_COUNT=) - Replies with candidate count and Vault link
Architecture
- Skill = thin trigger (this repo)
- Runner = product engine (private, owns all logic)
The skill does NOT contain discovery prompts, venues, or business logic.
License
MIT
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
**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: ```bash
FAQ
How do I install clawbridge?
Run openclaw add @lich2000117/clawbridge-skill-latest in your terminal. This installs clawbridge into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lich2000117/clawbridge-skill-latest. Review commits and README documentation before installing.
