4ier/claw-use/SKILL.md
# Claw Use — Device Control for AI Agents Give your AI agent eyes, hands, and a voice on real devices. Claw Use is a **protocol + skill** for AI agents to control physical devices over HTTP. The `cu` CLI provides a unified interface — the same commands work across any device that implements the Claw Use API. ## Supported Devices | Platform | Implementation | Status | |----------|---------------|--------| | Android | [claw-use-android](https://github.com/4ier/claw-use-android) | ✅ Available |
npx skillsauth add openclaw/skills 4ier/claw-useInstall 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.
Give your AI agent eyes, hands, and a voice on real devices.
Claw Use is a protocol + skill for AI agents to control physical devices over HTTP. The cu CLI provides a unified interface — the same commands work across any device that implements the Claw Use API.
| Platform | Implementation | Status | |----------|---------------|--------| | Android | claw-use-android | ✅ Available | | iOS | claw-use-ios | 🔮 Planned | | Desktop | claw-use-desktop | 🔮 Planned |
cu CLI installed (ships with claw-use-android, or install standalone)# Add a device with a friendly name
cu add redmi 192.168.0.105 <token>
cu add pixel 100.80.1.10 <token>
# List devices
cu devices
# ▸ redmi 192.168.0.105 online v1.2.0
# pixel 100.80.1.10 offline
# Switch default
cu use pixel
# Target a specific device
cu -d redmi screenshot
Every Claw Use implementation exposes the same HTTP endpoints:
cu screen # UI tree (semantic: element text, bounds, state)
cu screen -c # compact mode (interactive elements only)
cu screenshot # visual capture (JPEG, configurable quality)
cu notifications # system notifications
cu status # device health dashboard
cu tap <x> <y> # tap coordinates
cu click <text> # tap by visible text (semantic click)
cu type "text" # type text (CJK supported)
cu swipe up|down|left|right
cu scroll up|down|left|right
cu back / cu home # system navigation
cu launch <app> # open an application
cu open <url> # open URL
cu intent '<json>' # platform-specific intent (Android)
cu tts "hello" # speak through device speaker
cu say "你好" # alias
cu wake # wake screen
cu lock / cu unlock # lock/unlock (PIN required for unlock)
cu launch org.telegram.messenger
cu screen -c # see what's on screen
cu click "Search"
cu type "John"
cu click "John, last seen recently"
cu type "Hey!"
cu click "Send"
cu screen -c # semantic: what elements exist
cu screenshot 50 720 /tmp/look.jpg # visual: what it actually looks like
cu -d phone1 launch com.whatsapp
cu -d phone2 screenshot
cu -d tablet open "https://example.com"
Claw Use is designed as a protocol, not just an app. To add support for a new platform:
X-Bridge-Token headerThe cu CLI and this skill work automatically with any compliant implementation.
cu screen -c is the primary perception tool — compact mode filters noisecu click by text is more reliable than cu tap when text is visiblecu screenshot when you need visual context the UI tree can't capturetools
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 写作痕迹、中文文本人性化。