clawbridge

Run Clawbridge discovery from OpenClaw chat

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawbridge" with this command: npx skills add leethebuilder/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:

  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: <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:

👉 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 | 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Xiaohongshu

Use when the user wants to write, analyze, or improve Xiaohongshu (小红书) content — drafting notes, coaching writing skills, diagnosing AI-speak or Jarvis-trap...

Registry SourceRecently Updated
General

Openclaw Nextcloud

Manage Notes, Tasks, Calendar, Files, and Contacts in your Nextcloud instance via CalDAV, WebDAV, and Notes API. Use for creating notes, managing todos and c...

Registry SourceRecently Updated
General

Twenty CRM

Twenty CRM API integration with managed authentication. Manage companies, people, opportunities, notes, and tasks. Use this skill when users want to interact...

Registry SourceRecently Updated
General

Vercel

Vercel API integration with managed OAuth. Manage projects, deployments, domains, teams, and environment variables. Use this skill when users want to interac...

Registry SourceRecently Updated