📱 ClawApp — OpenClaw AI 智能体手机聊天客户端 | 流式对话 · 图片收发 · 工具调用 · PWA + APK | Mobile chat client for OpenClaw AI Agent
# Add to your Claude Code skills
git clone https://github.com/qingchencloud/clawapp🦀 ClawPanel — 内置 AI 助手的 OpenClaw 可视化管理面板(桌面端) | 🇨🇳 OpenClaw 汉化版 — 全中文 CLI + Dashboard
OpenClaw 是一个强大的 AI 智能体平台(中文汉化版),但它的 Gateway 默认只监听本机(127.0.0.1:18789),手机无法直接连接。
ClawApp 解决了这个问题:
手机浏览器(任意网络)
↓ WebSocket (WS / WSS)
代理服务端(ClawApp Server,端口 3210,离线缓存)
↓ WebSocket + Ed25519 设备签名
OpenClaw Gateway(端口 18789)
代理服务端自动完成 Ed25519 设备签名握手认证(兼容 OpenClaw 2.13+),同时提供 H5 聊天页面,打开就能用,不需要装 App。
No comments yet. Be the first to share your thoughts!
curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawapp/main/install.sh | bash