← Back to Skills Marketplace
143
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zz-chat
Description
爪爪/钳钳 — 手机直连 OpenClaw 聊天。触发词:钳钳、爪爪、钱钱、龙虾、聊天机器人、创建爪爪、安装钳钳、打开钳钳、zz-chat。
Usage Guidance
This skill will deploy a Cloudflare Worker under your Cloudflare account (it runs 'wrangler login' and 'wrangler deploy'), start a persistent local bridge process that invokes your local 'openclaw' CLI, write files under ~/.zz and ~/.openclaw, and by default registers/relays via https://ai0000.cn/zz/ (a central server). Before installing: 1) Only proceed if you trust the author and the central server (ai0000.cn). Messages and assigned IDs may be routed through that server. 2) Inspect the included scripts (bridge.py/bridge.js/watchdog.py/worker.js) yourself — they will be copied into your home and run. 3) Be prepared to grant Cloudflare OAuth and ensure you understand what the Worker will do once deployed. 4) Confirm you have and trust the local 'openclaw' CLI (it will be invoked by the bridge) and consider running the bridge manually first instead of installing the launchd plist. 5) If you want tighter control, replace the default API/central-server URL with a server you control, or run the bridge/watchdog inside an isolated VM/container rather than on your main workstation. 6) Note missing declarations: wrangler and openclaw are required but not declared; verify versions and sources before running npm install -g or other privileged installs.
Capability Analysis
Type: OpenClaw Skill
Name: zz-chat
Version: 1.0.1
The zz-chat skill implements a remote bridge between a mobile web interface and the local OpenClaw CLI, enabling remote interaction with the agent. It automates high-risk setup steps in SKILL.md, including global npm installations, Cloudflare authentication/deployment, and local persistence via watchdog.py and macOS launchd. While intended for mobile chat, the bridge connects to an external domain (ai0000.cn) and creates a remote access path to the local agent's capabilities. This architecture poses a significant security risk as it exposes the agent's tools and environment to remote execution via a public-facing Worker, though the behavior appears aligned with the stated feature rather than being a hidden backdoor.
Capability Assessment
Purpose & Capability
Name/description claim a mobile→OpenClaw chat bridge. The code and instructions match that purpose (deploy CF Worker, run a local bridge that calls the 'openclaw' CLI). However the skill does not declare key operational dependencies: wrangler (Cloudflare CLI) and the local openclaw binary are required but not listed in requires.env or required binaries. The runtime also relies on an external central service (https://ai0000.cn/zz/) for registration/relay which is not mentioned in the short description or metadata — surprising for users expecting direct peer-to-peer only.
Instruction Scope
SKILL.md instructs the agent (and user) to install wrangler (npm -g), run 'wrangler login' (browser OAuth into the user's Cloudflare account), deploy a Worker, write and copy files under ~/.openclaw and ~/.zz, start persistent background processes (nohup python watchdog.py), and optionally create a launchd plist for auto-start. It also performs network calls to several external endpoints (ai0000.cn, badxtdss.github.io, quickchart.io, api.qrserver.com). These actions go beyond a simple 'chat helper' note: they create on-disk artifacts, background services, and interact with third-party servers.
Install Mechanism
There is no formal install spec (instruction-only), which lowers packaged-install risk. But the runtime instructions copy provided scripts into user workspaces and ask to run npm -g wrangler (downloads from npm). The skill's files themselves are included in the package and will be written into user directories by the instructions. No opaque URL downloads are used in the install steps, but running npm install -g and launching scripts written into your home directory is an install-time action the user should review.
Credentials
The skill requests no declared env vars, yet runtime behavior requires credentials and access it didn’t declare: interactive Cloudflare OAuth (wrangler login) and access to the local 'openclaw' CLI and its data. The bridge clears proxy env vars and may read/write local files and logs (~/.zz, ~/.openclaw/workspace, ~/Library/LaunchAgents). Messages and registration are routed through a central server (ai0000.cn) by default, which will learn user IDs and relay messages; this external dependency and network access are not represented in declared requirements.
Persistence & Privilege
Instructions create persistent artifacts and services: files under ~/.zz and ~/.openclaw, a long-running watchdog/bridge pair started with nohup, and an optional launchd plist that runs at login and keeps the watchdog alive. The skill is not 'always: true', but it does instruct the agent/user to install persistent background processes and autorun entries — this raises the blast radius if the bridge/watchdog are later modified or compromised.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zz-chat - After installation, invoke the skill by name or use
/zz-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
zz-chat 1.0.1
- No code or documentation changes detected in this version.
- Content and functionality remain identical to the previous release.
v1.0.0
zz-chat 1.0.0
- 首次发布爪爪/钳钳:手机可直接通过独立 Cloudflare Worker 聊天、桥接 OpenClaw。
- 支持用户通过简单指令全自动部署、注册、桥接和生成专属二维码链接,设备秒连。
- 独立 Worker 架构:每位用户拥有单独 Cloudflare Worker、完全隔离、自动注册 UID。
- 提供看门狗进程守护桥接服务,支持 launchd 开机自启与详细日志记录。
- 手机端网页扫码、安全直连,支持消息转发、离线持久存储和 CLI 消息处理。
Metadata
Frequently Asked Questions
What is Zz Chat?
爪爪/钳钳 — 手机直连 OpenClaw 聊天。触发词:钳钳、爪爪、钱钱、龙虾、聊天机器人、创建爪爪、安装钳钳、打开钳钳、zz-chat。 It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install Zz Chat?
Run "/install zz-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zz Chat free?
Yes, Zz Chat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zz Chat support?
Zz Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zz Chat?
It is built and maintained by badxtdss (@badxtdss); the current version is v1.0.1.
More Skills