← 返回 Skills 市场
leethebuilder

Clawbridge - Find your connections

作者 Lee L · GitHub ↗ · v3.0.0
cross-platform ⚠ suspicious
1984
总下载
0
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install clawbridge-skill-latest
功能描述
Run Clawbridge discovery from OpenClaw chat
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawbridge-skill-latest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawbridge-skill-latest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawbridge-skill-latest
版本 3.0.0
许可证
累计安装 9
当前安装数 8
历史版本数 2
常见问题

Clawbridge - Find your connections 是什么?

Run Clawbridge discovery from OpenClaw chat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1984 次。

如何安装 Clawbridge - Find your connections?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbridge-skill-latest」即可一键安装,无需额外配置。

Clawbridge - Find your connections 是免费的吗?

是的,Clawbridge - Find your connections 完全免费(开源免费),可自由下载、安装和使用。

Clawbridge - Find your connections 支持哪些平台?

Clawbridge - Find your connections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawbridge - Find your connections?

由 Lee L(@leethebuilder)开发并维护,当前版本 v3.0.0。

💬 留言讨论