{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claude-local-bridge",
    "name": "Claude Local Bridge",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/suhteevah/claude-local-bridge",
    "canonicalUrl": "https://clawhub.ai/suhteevah/claude-local-bridge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claude-local-bridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claude-local-bridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "app/main.py",
      "app/mcp/server.py",
      "app/mcp/__init__.py",
      "app/middleware/auth.py",
      "app/middleware/__init__.py",
      "app/models/schemas.py"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/claude-local-bridge"
    },
    "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/claude-local-bridge",
    "agentPageUrl": "https://openagent3.xyz/skills/claude-local-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claude-local-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claude-local-bridge/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": "Claude Local Bridge",
        "body": "Access your local repos from Claude on your phone. Secure MCP bridge server with approval gating."
      },
      {
        "title": "What it does",
        "body": "Runs a local MCP server (over SSE) that gives Claude access to your files — but only after you explicitly approve each request from a real-time dashboard."
      },
      {
        "title": "Tools",
        "body": "browse_files — List workspace file tree (no approval needed)\nrequest_file_access — Request approval to read/write files (blocks until you decide)\nread_file — Read an approved file's contents\nwrite_file — Write to an approved file\nlist_approvals — See all current approvals\nrevoke_approval — Revoke access\nview_audit_log — View access history"
      },
      {
        "title": "Quick Start",
        "body": "git clone https://github.com/suhteevah/claude-local-bridge.git\ncd claude-local-bridge\npip install -r requirements.txt\npython -m app.main --roots ~/projects\n\nThen connect Claude to http://localhost:9120/mcp/sse"
      },
      {
        "title": "Security",
        "body": "Sandboxed to whitelisted directories only\nExtension blocklist (.env, .pem, .key, etc.)\nPath traversal prevention\nBearer token auth\nEvery file access requires human approval\nFull audit trail"
      },
      {
        "title": "Remote Access",
        "body": "Use Tailscale (free), Cloudflare Tunnel (free), or NetBird (FOSS) to access from your phone. See tunnel.md."
      }
    ],
    "body": "Claude Local Bridge\n\nAccess your local repos from Claude on your phone. Secure MCP bridge server with approval gating.\n\nWhat it does\n\nRuns a local MCP server (over SSE) that gives Claude access to your files — but only after you explicitly approve each request from a real-time dashboard.\n\nTools\nbrowse_files — List workspace file tree (no approval needed)\nrequest_file_access — Request approval to read/write files (blocks until you decide)\nread_file — Read an approved file's contents\nwrite_file — Write to an approved file\nlist_approvals — See all current approvals\nrevoke_approval — Revoke access\nview_audit_log — View access history\nQuick Start\ngit clone https://github.com/suhteevah/claude-local-bridge.git\ncd claude-local-bridge\npip install -r requirements.txt\npython -m app.main --roots ~/projects\n\n\nThen connect Claude to http://localhost:9120/mcp/sse\n\nSecurity\nSandboxed to whitelisted directories only\nExtension blocklist (.env, .pem, .key, etc.)\nPath traversal prevention\nBearer token auth\nEvery file access requires human approval\nFull audit trail\nRemote Access\n\nUse Tailscale (free), Cloudflare Tunnel (free), or NetBird (FOSS) to access from your phone. See tunnel.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/suhteevah/claude-local-bridge",
    "publisherUrl": "https://clawhub.ai/suhteevah/claude-local-bridge",
    "owner": "suhteevah",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claude-local-bridge",
    "downloadUrl": "https://openagent3.xyz/downloads/claude-local-bridge",
    "agentUrl": "https://openagent3.xyz/skills/claude-local-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claude-local-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claude-local-bridge/agent.md"
  }
}