# Send ClawBridge to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawbridge",
    "name": "ClawBridge",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/dreamwing/clawbridge",
    "canonicalUrl": "https://clawhub.ai/dreamwing/clawbridge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawbridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawbridge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:15:03.509Z",
      "expiresAt": "2026-05-06T12:15:03.509Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbridge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbridge",
        "contentDisposition": "attachment; filename=\"clawbridge-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawbridge"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawbridge"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawbridge",
    "downloadUrl": "https://openagent3.xyz/downloads/clawbridge",
    "agentUrl": "https://openagent3.xyz/skills/clawbridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbridge/agent.md"
  }
}
```
## Documentation

### ClawBridge Dashboard

Your Agent. In Your Pocket.

ClawBridge is a lightweight, mobile-first web dashboard for OpenClaw. It runs as a local sidecar process and provides:

🧠 Live Activity Feed: Watch agent execution and thinking in real-time via WebSocket.
💰 Token Economy: Track costs across 340+ models with daily/monthly breakdowns.
🚀 Mission Control: Trigger cron jobs manually from your phone.
🔒 Secure by Default: API key auth, session cookies, and optional Cloudflare Tunnel for remote access.

### What This Skill Does

Installs the ClawBridge Node.js app from GitHub into skills/clawbridge/
Generates a random ACCESS_KEY and writes it to .env
Registers a user-level systemd service for auto-start
Optionally downloads cloudflared and configures a tunnel for remote access

### Installation

curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash

See README.md for full documentation.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dreamwing
- Version: 1.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:15:03.509Z
- Expires at: 2026-05-06T12:15:03.509Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawbridge)
- [Send to Agent page](https://openagent3.xyz/skills/clawbridge/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawbridge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawbridge/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawbridge)