Overview
- Skill Key
- dionren/adb-claw
- Author
- dionren
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dionren/adb-claw
- Latest Commit SHA
- 42e3b49ae0e8a1c0ac218bbc2f704313d7175167
Control Android devices via adbclaw CLI — tap, swipe, type, screenshot, UI inspection, and app management. Use when: (1) user asks to control or automate an Android device, (2) testing mobile apps or UI, (3) taking screenshots or inspecting UI elements on Android, (4) launching/stopping apps. NOT for: iOS devices (use peekaboo), desktop automation, or ADB installation issues.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 adb-claw 技能。 若已安装,则直接安装 adb-claw 技能。
# ADB Claw — Android Device Control Control Android devices via the `adbclaw` CLI. Supports tap, swipe, type, screenshot, UI tree inspection, and app management through ADB. ## When to Use - User asks to control, interact with, or automate an Android device - User asks to test a mobile app or UI - User mentions tapping, swiping, screenshots, or app launching on Android - User wants to install, launch, or manage apps on a connected Android device ## When NOT to Use - iOS devices — use peekaboo or other iOS tools - Desktop UI automation — use peekaboo (macOS) - ADB not available and user can't install it ## Setup Requires two binaries: 1. **adbclaw** — the control CLI 2. **adb** — Android Debug Bridge (from Android SDK Platform-Tools) The Android device must have **USB debugging enabled** and be connected via USB. ```bash # Verify setup adbclaw doctor ``` ## Global Flags | Flag | Short | Description | Default | |------|-------|-------------|---------| | `--serial` | `-s` | Target device serial (when multiple devices connected) | auto-detect | | `--output` | `-o` | Output format: `json`, `text`, `quiet` | `json` | | `--timeout` | | Command timeout in milliseconds | `30000` | | `--verbose` | | Enable debug output to stderr | `false` | ## Commands ### observe — Screenshot + UI Tree (Primary Command) Captures screenshot and UI element tree in one call. **Always use this before and after actions.** ```bash adbclaw observe # Default adbclaw observe --width 540 # Scale screenshot width ``` Returns: base64 PNG screenshot, indexed UI elements with text/id/bounds/center coordinates. ### screenshot — Capture Screen ```bash adbclaw screenshot # Returns base64 PNG in JSON adbclaw screenshot -f output.png # Save to file adbclaw screenshot --width 540 # Scale down ``` ### tap — Tap UI Element Tap by element index (preferred), resource ID, text, or coordinates: ```bash adbclaw tap --index 5 # Tap elem...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.