Claude Skill
qingchencloud/clawapp
ClawApp is a mobile chat client for OpenClaw AI Agent with streaming conversations, image support, tool calling, dark mode, and PWA/APK deployment.
Overview
Repository
Install this Skill
git clone https://github.com/qingchencloud/clawapp.gitRegistry
git clone https://github.com/qingchencloud/clawapp.gitnpm install -g pm2
Summary
ClawApp is a mobile chat client for OpenClaw AI Agent, supporting streaming conversations, image sending, tool calling, and available as both PWA and APK.
📱 ClawApp — OpenClaw AI 智能体手机聊天客户端 | 流式对话 · 图片收发 · 工具调用 · PWA + APK | OpenClaw AI 智能体移动聊天客户端
Key features
- Streaming conversation with OpenClaw AI Agent
- Image send and receive support
- Tool calling integration
- PWA and APK dual deployment
- Dark mode and i18n support
- Voice input and WebSocket communication
Use cases
- Mobile AI assistant for daily queries
- On-the-go multimodal interaction
- Self-hosted AI chat client
- Tool-augmented AI conversations
- Cross-platform AI agent access
README excerpt
# ClawApp <p align="center"> <strong>📱 用手机浏览器和你的 OpenClaw AI 智能体聊天</strong> </p> <p align="center"> <a href="#features">功能特性</a> • <a href="#screenshots">截图预览</a> • <a href="#quickstart">快速开始</a> • <a href="#deploy">部署方式</a> • <a href="#remote">外网访问</a> • <a href="#config">配置参数</a> • <a href="#faq">常见问题</a> • <a href="#community">社区交流</a> • <a href="#english">English</a> </p> <p align="center"> <a href="https://clawapp.qt.cool">🌐 产品主页</a> • <a href="https://github.com/1186258278/OpenClawChineseTranslation">🇨🇳 OpenClaw 中文汉化版</a> • <a href="https://discord.gg/U9AttmsNHh">💬 Discord</a> • <a href="https://yb.tencent.com/gp/i/LsvIw7mdR7Lb">🤖 元宝派</a> • <a href="https://qt.cool/c/OpenClaw">💬 QQ 群</a> • <a href="https://qt.cool/c/OpenClawWx">💬 微信群</a> • <a href="https://qt.cool/c/feishu">💬 飞书群</a> </p> --- > 🦀 **[ClawPanel](https://github.com/qingchencloud/clawpanel)** — 内置 AI 助手的 OpenClaw 可视化管理面板(桌面端) | 🇨🇳 **[OpenClaw 汉化版](https://github.com/1186258278/OpenClawChineseTranslation)** — 全中文 CLI + Dashboard --- <h2 id="about">这是什么?</h2> [OpenClaw](https://github.com/openclaw/openclaw) 是一个强大的 AI 智能体平台([中文汉化版](https://github.com/1186258278/OpenClawChineseTranslation)),但它的 Gateway 默认只监听本机(`127.0.0.1:18789`),手机无法直接连接。 ClawApp 解决了这个问题: ``` 手机浏览器(任意网络) ↓ WebSocket (WS / WSS) 代理服务端(ClawApp Server,端口 3210,离线缓存) ↓ WebSocket + Ed25519 设备签名 OpenClaw Gateway(端口 18789) ``` 代理服务端自动完成 Ed25519 设备签名握手认证(兼容 OpenClaw 2.13+),同时提供 H5 聊天页面,打开就能用,不需要装 App。 --- <h2 id="features">功能特性</h2> - 💬 实时流式聊天(打字机效果) - 📷 图片收发(拍照/相册上传,AI 图片回复) - 📝 Markdown 渲染 + 代码高亮(XSS 防护) - ⚡ 快捷指令面板(/model、/think、/new 等) - 🔧 工具调用实时状态显示 - 🎤 语音输入(语音转文字,需 HTTPS 环境) - 🤖 多智能体支持(新建会话时可选择不同 Agent) - 📋 会话管理(切换、新建、删除) - 🌙 主题切换(亮色 / 暗色 / 跟随系统) - 🌐 中英文切换 - 🔄 智能重连(断线自动恢复,无闪烁,消息去重) - 🔒 To