# Send Claude Local Bridge 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": "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": {
    "downloadUrl": "/downloads/claude-local-bridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claude-local-bridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "app/main.py",
      "app/mcp/server.py",
      "app/mcp/__init__.py",
      "app/middleware/auth.py",
      "app/middleware/__init__.py",
      "app/models/schemas.py"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Claude Local Bridge

Access your local repos from Claude on your phone. Secure MCP bridge server with approval gating.

### What it does

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.

### Tools

browse_files — List workspace file tree (no approval needed)
request_file_access — Request approval to read/write files (blocks until you decide)
read_file — Read an approved file's contents
write_file — Write to an approved file
list_approvals — See all current approvals
revoke_approval — Revoke access
view_audit_log — View access history

### Quick Start

git clone https://github.com/suhteevah/claude-local-bridge.git
cd claude-local-bridge
pip install -r requirements.txt
python -m app.main --roots ~/projects

Then connect Claude to http://localhost:9120/mcp/sse

### Security

Sandboxed to whitelisted directories only
Extension blocklist (.env, .pem, .key, etc.)
Path traversal prevention
Bearer token auth
Every file access requires human approval
Full audit trail

### Remote Access

Use Tailscale (free), Cloudflare Tunnel (free), or NetBird (FOSS) to access from your phone. See tunnel.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: suhteevah
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/claude-local-bridge)
- [Send to Agent page](https://openagent3.xyz/skills/claude-local-bridge/agent)
- [JSON manifest](https://openagent3.xyz/skills/claude-local-bridge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/claude-local-bridge/agent.md)
- [Download page](https://openagent3.xyz/downloads/claude-local-bridge)