{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawbridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawbridge",
    "agentPageUrl": "https://openagent3.xyz/skills/clawbridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbridge/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawBridge Dashboard",
        "body": "Your Agent. In Your Pocket.\n\nClawBridge is a lightweight, mobile-first web dashboard for OpenClaw. It runs as a local sidecar process and provides:\n\n🧠 Live Activity Feed: Watch agent execution and thinking in real-time via WebSocket.\n💰 Token Economy: Track costs across 340+ models with daily/monthly breakdowns.\n🚀 Mission Control: Trigger cron jobs manually from your phone.\n🔒 Secure by Default: API key auth, session cookies, and optional Cloudflare Tunnel for remote access."
      },
      {
        "title": "What This Skill Does",
        "body": "Installs the ClawBridge Node.js app from GitHub into skills/clawbridge/\nGenerates a random ACCESS_KEY and writes it to .env\nRegisters a user-level systemd service for auto-start\nOptionally downloads cloudflared and configures a tunnel for remote access"
      },
      {
        "title": "Installation",
        "body": "curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash\n\nSee README.md for full documentation."
      }
    ],
    "body": "<skill> <id>clawbridge</id> <name>ClawBridge Dashboard</name> <version>1.0.0</version> <description>Mobile-first mission control for OpenClaw agents. Runs as a local Node.js sidecar process, providing a web dashboard to monitor real-time agent activity, track token costs across 340+ models, and trigger cron tasks remotely. Optionally creates an outbound-only Cloudflare tunnel for remote access.</description> <author>DreamWing</author> <homepage>https://clawbridge.app</homepage> <license>MIT</license> <tags>dashboard,monitoring,mobile,ui,control-panel,cost-tracking,cloudflare,tunnel</tags> <!-- What this skill installs and runs --> <runtime> <type>node</type> <entrypoint>index.js</entrypoint> <persistence>Registers a user-level systemd service (clawbridge.service) that auto-starts on login and restarts on failure.</persistence> </runtime> <!-- System requirements --> <requires> <dependency name=\"node\" version=\">=18\" required=\"true\" /> <dependency name=\"npm\" version=\">=9\" required=\"true\" /> <dependency name=\"git\" version=\"any\" required=\"false\" description=\"Used for incremental updates; falls back to tarball download if absent.\" /> <dependency name=\"cloudflared\" version=\"latest\" required=\"false\" description=\"Downloaded automatically from github.com/cloudflare/cloudflared if Cloudflare tunnel is enabled. Only required if using remote access without a VPN (Tailscale/WireGuard).\" /> </requires> <!-- Credentials / environment variables written to .env --> <credentials> <env name=\"ACCESS_KEY\" description=\"Randomly generated 32-character hex key used to authenticate dashboard logins. Auto-generated on first install.\" required=\"true\" generated=\"true\" /> <env name=\"PORT\" description=\"Local TCP port the dashboard listens on. Defaults to 3000, auto-incremented if busy.\" required=\"false\" default=\"3000\" /> <env name=\"TUNNEL_TOKEN\" description=\"Cloudflare Tunnel token for a permanent named tunnel. Optional — omit to use a temporary Quick Tunnel instead.\" required=\"false\" /> <env name=\"ENABLE_EMBEDDED_TUNNEL\" description=\"Set to 'true' when a Cloudflare tunnel (permanent or quick) is active.\" required=\"false\" /> <env name=\"OPENCLAW_PATH\" description=\"Absolute path to the openclaw binary. Auto-detected from PATH; only written to .env if found.\" required=\"false\" /> </credentials> <!-- Network activity --> <network> <connection purpose=\"Dependency install\" destination=\"registry.npmjs.org\" direction=\"outbound\" trigger=\"install/update\" /> <connection purpose=\"Source code download\" destination=\"github.com/dreamwing/clawbridge\" direction=\"outbound\" trigger=\"install/update\" /> <connection purpose=\"cloudflared binary download\" destination=\"github.com/cloudflare/cloudflared\" direction=\"outbound\" trigger=\"install (only if tunnel enabled and cloudflared not found)\" /> <connection purpose=\"Cloudflare Tunnel relay\" destination=\"*.cloudflareaccess.com, *.trycloudflare.com\" direction=\"outbound\" trigger=\"runtime (only if tunnel enabled)\" /> <connection purpose=\"Dashboard UI\" destination=\"localhost\" direction=\"inbound\" trigger=\"runtime\" /> </network> <!-- File system paths written or modified --> <filesystem> <path type=\"write\" location=\"skills/clawbridge/.env\" description=\"Stores ACCESS_KEY, PORT, and optional tunnel config.\" /> <path type=\"write\" location=\"skills/clawbridge/data/\" description=\"Stores local agent log and token usage analytics.\" /> <path type=\"write\" location=\"~/.config/systemd/user/clawbridge.service\" description=\"User-level systemd service unit for auto-start.\" /> <path type=\"write\" location=\"skills/clawbridge/cloudflared\" description=\"cloudflared binary, only if downloaded during tunnel setup.\" /> </filesystem> <!-- Installation — uses the script bundled in this repository --> <install> curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash </install> <instructions> ClawBridge installs itself as a persistent background service.\nAfter installation, the dashboard is accessible at the local IP shown in the terminal output.\nAn ACCESS_KEY is generated and displayed — keep it safe, it is required to log in.\n\nTo enable remote access (optional), supply a Cloudflare Tunnel token when prompted,\nor leave it blank to use a temporary Quick Tunnel URL.\n\nTo update to the latest version:\n  curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash\n\nTo stop the service:\n  systemctl --user stop clawbridge\n\nFull documentation: https://github.com/dreamwing/clawbridge/blob/master/README.md\n\n</instructions> </skill>\nClawBridge Dashboard\n\nYour Agent. In Your Pocket.\n\nClawBridge is a lightweight, mobile-first web dashboard for OpenClaw. It runs as a local sidecar process and provides:\n\n🧠 Live Activity Feed: Watch agent execution and thinking in real-time via WebSocket.\n💰 Token Economy: Track costs across 340+ models with daily/monthly breakdowns.\n🚀 Mission Control: Trigger cron jobs manually from your phone.\n🔒 Secure by Default: API key auth, session cookies, and optional Cloudflare Tunnel for remote access.\nWhat This Skill Does\nInstalls the ClawBridge Node.js app from GitHub into skills/clawbridge/\nGenerates a random ACCESS_KEY and writes it to .env\nRegisters a user-level systemd service for auto-start\nOptionally downloads cloudflared and configures a tunnel for remote access\nInstallation\ncurl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash\n\n\nSee README.md for full documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dreamwing/clawbridge",
    "publisherUrl": "https://clawhub.ai/dreamwing/clawbridge",
    "owner": "dreamwing",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}