← Back to Skills Marketplace
leethebuilder

Clawbridge - Find your connections

by Lee L · GitHub ↗ · v3.0.0
cross-platform ⚠ suspicious
1984
Downloads
0
Stars
8
Active Installs
2
Versions
Install in OpenClaw
/install clawbridge-skill-latest
Description
Run Clawbridge discovery from OpenClaw chat
README (SKILL.md)

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

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

Usage Guidance
This skill itself is a thin chat shortcut that execs your local 'clawbridge' CLI and posts the Vault URL — that's expected behavior. Before installing or using it: (1) Avoid running the provided installer blindly — inspect https://clawbridge.cloud/install before piping it to bash or prefer manual installation from a verified release; (2) Understand that executing 'clawbridge run' may cause the runner to access network resources and upload data to the vendor (the skill will surface the returned VAULT_URL), so review the runner's documentation and privacy model and consider running it in an isolated environment if you have sensitive data; (3) Confirm the installer and runner code provenance (GitHub repo, release artifacts, checksums) if you need higher assurance. If you cannot or will not inspect the install script, treat installing this skill as higher risk.
Capability Analysis
Type: OpenClaw Skill Name: clawbridge-skill-latest Version: 3.0.0 The skill bundle is classified as suspicious primarily due to its installation method. The `SKILL.md` file instructs the OpenClaw agent to install the `clawbridge` binary using `curl -fsSL https://clawbridge.cloud/install | bash`. This method executes arbitrary remote code directly into the environment, posing a significant supply chain risk. While the stated purpose is to install a legitimate tool and the skill itself acts as a 'thin trigger' for the `clawbridge run` command, the reliance on `curl | bash` for installation represents a high-risk capability without clear evidence of intentional malicious behavior within the skill bundle's own logic.
Capability Assessment
Purpose & Capability
The skill's name/description match its behavior: it runs the 'clawbridge' CLI, parses stdout for VAULT_URL and counts, and replies in chat. Requiring the 'clawbridge' binary is proportionate to this purpose.
Instruction Scope
SKILL.md only instructs the agent to exec 'clawbridge run' and parse its stdout — that's within scope. However, running a local binary gives that binary full discretion to perform network I/O, upload data to the vendor, or access local resources; the skill does not constrain or audit what the runner does. Users should treat the CLI's behavior (not the skill) as the primary data-exfiltration/privilege risk.
Install Mechanism
The recommended install is 'curl -fsSL https://clawbridge.cloud/install | bash' (remote script piped to shell). This is a high-risk install pattern because it runs arbitrary code fetched at install time. Although the domain matches the project's homepage, piping installers to bash from a remote URL is inherently risky and should be inspected before running.
Credentials
The skill requests no environment variables, no config paths, and only requires the 'clawbridge' binary — which is proportional to its stated purpose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent system-wide privileges or modify other skills' configs. Allowing autonomous model invocation is the platform default and present here, but not by itself a red flag.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawbridge-skill-latest
  3. After installation, invoke the skill by name or use /clawbridge-skill-latest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
- Updated documentation for improved clarity and conciseness. - Refined the description of skill behavior and architecture. - Revised setup and usage instructions for a smoother onboarding experience.
v2.1.0
Clawbridge Skill 2.1.0 Changelog - Updated documentation (SKILL.md) for improved clarity on functionality and usage. - Clarified the skill acts as a minimal local trigger for the Clawbridge runner. - Added step-by-step usage examples, setup instructions, and architecture overview. - Reinforced separation of concerns: discovery logic remains private in the runner. - Provided install script and configuration guidance for easier onboarding.
Metadata
Slug clawbridge-skill-latest
Version 3.0.0
License
All-time Installs 9
Active Installs 8
Total Versions 2
Frequently Asked Questions

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.

💬 Comments