Clawbridge for Openclaw

A lightweight chat integration to trigger Clawbridge discovery workflows and retrieve Vault links instantly.

leethebuilder
v3.0.0
Feb 3, 2026
0
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawbridge-skill-latest

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawbridge-skill-latest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Clawbridge?

The Clawbridge skill acts as a thin trigger between your chat environment and the Clawbridge CLI. It allows you to execute discovery runs directly, leveraging the power of the Clawbridge runner to find candidates and generate actionable Vault URLs. By using this integration within Openclaw Skills, you can streamline the transition from discovery to review without switching contexts or manually managing terminal commands.

Clawbridge Use Cases

  • Initiating automated discovery runs directly from a chat interface.
  • Quickly retrieving Vault links to review discovery results and candidates.
  • Executing discovery tasks using specific profiles for segmented workflows.
  • Integrating Clawbridge discovery into a broader multi-agent automation strategy.

How Clawbridge Works

  1. The user triggers the workflow by typing /clawbridge in the chat.
  2. The skill executes the clawbridge run command on the local machine.
  3. The Clawbridge runner processes discovery logic, builds prompts, and uploads data to the Vault.
  4. The skill captures and parses the machine-readable stdout, extracting the Vault URL and candidate count.
  5. A formatted response is returned to the chat with a direct link for candidate review.

Clawbridge Setup

To use this within Openclaw Skills, you must first install the Clawbridge runner and link your workspace:

# Install the Clawbridge runner
curl -fsSL https://clawbridge.cloud/install | bash

# Link your workspace (use your unique workspace code from the dashboard)
clawbridge link CB-XXXXXX

Clawbridge Data Schema & Taxonomy

The skill parses standard output from the CLI to organize metadata for display within Openclaw Skills. Key data points captured include:

Attribute Description
VAULT_URL The unique URL where discovery results are hosted
CANDIDATES_COUNT The number of discovery targets identified during the run
DISCOVERY_SOURCE Optional metadata regarding the origin of the discovery data

All primary discovery data is stored securely in the Clawbridge Vault, while the skill handles the machine-readable summary.

Clawbridge Advanced Features

  • Multi-profile support via the --profile flag for targeted discovery runs.
  • Machine-readable output parsing for seamless integration with other Openclaw Skills.
  • Decoupled architecture where the skill handles communication while the runner manages complex discovery logic and worker tasks.
  • Direct Vault integration for secure, web-based candidate approval and outreach management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*