84191879/cloud-local-bridge/SKILL.md
实现云端 OpenClaw 与本地 OpenClaw 之间的双向通信桥接。支持自然语言配对、命令执行、文件同步。
npx skillsauth add openclaw/skills cloud-local-bridgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
让云端和本地 OpenClaw 实例无缝协同,支持自然语言配对、文件互通、命令远程执行。
✅ 自然语言配对 - 不用记指令,像聊天一样说"我想连接云端" ✅ 跨通道配对 - QQ/微信/Telegram/邮件都能完成配对 ✅ 2步完成 - 像添加微信好友一样简单
| 你发送 | 机器人回应 |
|--------|-----------|
| 配对 | 收到配对码 |
| 我想连接云端 | 收到配对码 |
| 添加设备 | 收到配对码 |
| 配对 847291 | 配对成功 |
| 查看配对 | 显示已连接设备 |
| 帮助配对 | 显示帮助 |
发起配对:
配对、我要配对、想配对连接、连接云端、连接本地添加设备、添加云端、添加好友关联设备、互相关联pair、connect确认配对:
配对 123456查看状态:
查看配对、配对状态我的设备、设备列表取消:
取消配对、删除设备用户 A(本地) 用户 B(云端)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 发送「我想连接云端」 (等待)
↓
2. 收到配对码: 847291
↓
3. 发送配给 B (接收配对码)
↓ 4. B 发送「配对 847291」
↓
5. ✅ 配对成功! ✅ 配对成功!
cd /root/.openclaw/workspace/skills/cloud-local-bridge/scripts
# 启动 Bridge 服务
python3 bridge_server.py --port 8080 --token "xxx"
| 文件 | 说明 |
|------|------|
| qq_handler.py | 自然语言配对处理器 |
| bridge_server.py | Bridge 服务端 |
| bridge_client.py | Bridge 客户端 |
| sync_files.py | 文件同步 |
你:我想连接云端
机器人:📱 发起配对成功!配对码:847291
(你把配对码发给云端用户)
云端用户:配对 847291
机器人:🎉 配对成功!已连接本地电脑
本地(QQ):配对 → 收到 582391 → 通过 QQ 发送给云端
云端(Telegram):发送配对请求到 API → 配对成功
cloud-local-bridge/
├── SKILL.md
├── scripts/
│ ├── qq_handler.py # 🆕 自然语言处理器
│ ├── bridge_server.py # 服务端
│ ├── bridge_client.py # 客户端
│ └── sync_files.py # 文件同步
└── references/
└── EXAMPLES.md
~/.openclaw/bridge_pairing_state.jsontools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。