帮助排查 OpenClaw 节点在配对、鉴权、路由与连接中的故障问题。
该技能材料显示其本质是用于 OpenClaw 节点连接诊断的提示型文档,未声明需要密钥、远程端点或自带执行/外发逻辑。结合其开源且社区采用度很高,整体风险较低,但文档会引导用户运行本地诊断命令并接触本地配置与状态信息,使用时仍需注意最小披露。
材料明确标注无需密钥或环境变量,README 也未要求提供 token、API key 或账户凭证;仅涉及配对/认证状态排查,没有直接凭证收集或滥用迹象。
未声明任何远程端点,且该技能被标记为 prompt-only;文档讨论的是用户现有 OpenClaw/Tailscale/公网路由配置,而非技能自身向第三方发送数据,未见独立数据外发红旗。
README 明确建议运行多个本地命令,如 openclaw config/qr/devices/nodes 及 tailscale status;这属于诊断类工具常见的本机命令调用范围,但会触发本地 CLI 执行,因此应按 caution 对待。
文档会读取本地 OpenClaw 配置、设备配对状态、节点状态以及可能的 Tailscale 状态输出;未见要求广泛读写任意文件或系统级过度授权,但会接触本地运行状态与网络配置数据。
来源为 GitHub 开源仓库,系统标记 open-source,且社区采用度极高(约 37.7 万 star),这些都是明显的降风险因素;虽然许可证与维护状态未明,但基于现有材料未见闭源、失联或可疑分发红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "node-connect" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/node-connect/SKILL.md 2. 保存为 ~/.claude/skills/node-connect/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我诊断 OpenClaw Android 节点扫码配对失败的问题。我已经扫描了二维码,但设备提示无法完成配对。请按步骤检查二维码是否过期、setup code 是否匹配、节点是否可达,以及常见修复方案。
一份分步骤的排查清单,说明可能原因及对应修复方法。
我在连接 OpenClaw macOS 节点时遇到鉴权失败和连接中断。请根据错误现象帮我区分是凭证错误、权限问题、网络路由异常还是节点状态异常,并给出验证方法。
按问题类型分类的诊断结果,并附带验证步骤与处理建议。
请帮我检查 OpenClaw iOS 与 Android 节点之间的连通性问题。重点排查路由配置、节点发现、网络限制和连接握手失败,并输出一个优先级明确的排障顺序。
一个按优先级排序的排障流程,覆盖路由、发现、网络和握手环节。
Goal: find the one real route from node -> gateway, verify OpenClaw is advertising that route, then fix pairing/auth.
Decide which case you are in before proposing fixes:
Do not mix them.
localhost or LAN IPs.If the setup is unclear or the failure report is vague, ask short clarifying questions before diagnosing.
Ask for:
openclaw devices list shows a pending pairing requestDo not guess from can't connect.
Prefer openclaw qr --json. It uses the same setup-code payload Android scans.
openclaw config get gateway.mode
openclaw config get gateway.bind
openclaw config get gateway.tailscale.mode
openclaw config get gateway.remote.url
openclaw config get gateway.auth.mode
openclaw config get gateway.auth.allowTailscale
openclaw config get plugins.entries.device-pair.config.publicUrl
openclaw qr --json
openclaw devices list
openclaw nodes status
If this OpenClaw instance is pointed at a remote gateway, also run:
openclaw qr --remote --json
If Tailscale is part of the story:
tailscale status --json
openclaw qr --json success means:
gatewayUrl: this is the actual endpoint the app should use.urlSource: this tells you which config path won.Common good sources:
gateway.bind=lan: same Wi-Fi / LAN onlygateway.bind=tailnet: direct tailnet accessgateway.tailscale.mode=serve or gateway.tailscale.mode=funnel: Tailscale routeplugins.entries.device-pair.config.publicUrl: explicit public/reverse-proxy routegateway.remote.url: remote gateway routeIf openclaw qr --json says Gateway is only bound to loopback:
gateway.bind=auto is not enough if the effective QR route is still loopbackgateway.bind=langateway.tailscale.mode=serve or use gateway.bind=tailnetplugins.entries.device-pair.config.publicUrl or gateway.remote.urlIf gateway.bind=tailnet set, but no tailnet IP was found:
If qr --remote requires gateway.remote.url:
If the app says pairing required:
openclaw devices list
openclaw devices approve --latest # preview only; copy the requestId from output
openclaw devices approve <requestId>
If the app says bootstrap token invalid or expired:
If the app says unauthorized:
gateway.auth.allowTailscale must match the intended flow127.0.0.1, localhost, or loopback-only config: wrong.urlSource; config is not what you think.openclaw devices list shows pending requests: stop changing network config and approve first.Reply with one concrete diagnosis and one route.
…
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
帮助审计并加固 OpenClaw 主机的安全配置与运维健康状态
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
基于 Git 历史重生成 OpenClaw 发布更新日志,便于发版前整理版本说明。
帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
为 OpenClaw 代理创建的 GitHub PR 或议题自动添加脱敏执行记录。
连接 Discord 驱动的 OpenClaw 会话,直接与智能代理实时交流协作。
将 OpenClaw 助手接入 Claude Desktop,实现双 AI 协作与调用
帮助用户查找 OpenClaw 相关资源、工具、教程与文章合集。
将 OpenClaw 网关能力接入 Claude Code,支持消息、搜索、记忆和语音控制
为 OpenClaw 环境提供安全文件共享、认证下载与高可用网页搜索能力
帮助你运行、观察、调试并扩展 OpenClaw 的 QA 场景与测试产物