โ† All skills
Tencent SkillHub ยท Developer Tools

Claude Local Bridge

Secure MCP bridge enabling Claude on your phone to browse and edit local repos with real-time, human-approved file access and audit logging.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Secure MCP bridge enabling Claude on your phone to browse and edit local repos with real-time, human-approved file access and audit logging.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
app/main.py, app/mcp/server.py, app/mcp/__init__.py, app/middleware/auth.py, app/middleware/__init__.py, app/models/schemas.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Scripts
  • app/main.py Scripts
  • app/mcp/__init__.py Scripts
  • app/mcp/server.py Scripts
  • app/middleware/__init__.py Scripts
  • app/middleware/auth.py Scripts
  • app/models/schemas.py Scripts