desktop-bridge
4
总安装量
4
周安装量
#47752
全站排名
安装命令
npx skills add https://github.com/leto-labs/openclaw-bootstrap-config --skill desktop-bridge
Agent 安装分布
claude-code
3
amp
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
desktop-bridge
File bridge: user’s devices â agent workspace via WebDAV + Cloudflare Tunnel.
Start
- Before starting, ask the user: read-only or full read-write access?
bash {baseDir}/scripts/start.sh --path "$HOME/workspace"- Add
--read-onlyif user chose read-only - Prints tunnel URL + credentials. Give all three to the user.
--port 9090custom port (default 8080)--user alice --pass secretcustom credentials (default: bridge / auto-generated)- First positional arg =
--pathfor convenience
Stop
bash {baseDir}/scripts/stop.sh
Status
bash {baseDir}/scripts/status.sh- Shows connection info if running, suggests start if not
How the user connects (tell them)
- macOS Finder: Cmd+K â paste URL
- Windows Explorer: Map Network Drive â paste URL
- Linux GNOME: Files â Other Locations â
davs://+ hostname - Linux KDE: Dolphin â
webdavs://+ hostname - iOS Files: Connect to Server â paste URL
- Android: CX File Explorer â Remote â WebDAV (host, port 443, HTTPS)
- Obsidian: Remotely Save plugin â WebDAV â paste URL
- Enter username and password when prompted
Manual install (if brew is unavailable)
- rclone:
curl -fsSL https://rclone.org/install.sh | bashor download from https://rclone.org/downloads/ - cloudflared: download from https://github.com/cloudflare/cloudflared/releases/latest
Notes
- Tunnel URL changes on every restart (free Cloudflare quick tunnel).
- 100 MB max file size (Cloudflare free tier limit).
- Bridge runs in background â no open terminal needed.
- Always stop when user is done.
- State files in
${DESKTOP_BRIDGE_DIR:-${TMPDIR:-/tmp}/desktop-bridge}(never in skill dir).