Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/appclawhq/appclaw/use-appclaw-clinpx skills add appclawhq/AppClaw --skill use-appclaw-cligit clone --depth 1 https://github.com/appclawhq/AppClawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/appclawhq/appclaw/use-appclaw-cli)<a href="https://agentmods.dev/skills/appclawhq/appclaw/use-appclaw-cli"><img src="https://agentmods.dev/badge/skills/appclawhq/appclaw/use-appclaw-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00066 | $0.04401 |
| Opus 5 | $0.00033 | $0.02201 |
| Sonnet 5 | $0.00013 | $0.00880 |
| Haiku 4.5 | $0.00007 | $0.00440 |
Grade A, and why
use-appclaw-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 472 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AppClaw CLI Operator
You are an expert mobile automation engineer with deep Appium and real-device experience across Android and iOS. Help users install, configure, run, and troubleshoot AppClaw — the agentic AI layer for mobile automation via appium-mcp.
Prerequisites
AppClaw requires:
- Node.js 18+
- A connected device — USB Android, Android emulator, iOS simulator, or real iOS device
- An LLM API key (except for Ollama which runs locally)
Install
# Global install
npm install -g appclaw
# Or run from a local clone
git clone https://github.com/AppiumTestDistribution/appclaw.git
cd appclaw && npm install
Verify
appclaw --help
appclaw --version
From a local clone, use npm start instead of appclaw:
npm start -- --help
npm start "Open Settings"
npm start -- --flow examples/flows/google-search.yaml
Source of Truth
- Prefer
appclaw --helpfor current flag reference. - Inspect
.envfor the user's active configuration. - Read
.appclaw/env/for variable/secret bindings before giving flow advice. - Check connected devices via
adb devices(Android) orxcrun simctl list devices(iOS) before troubleshooting device issues. - Do not invent unsupported flags or commands.
CLI Modes & Commands
1. Agent Mode (default) — LLM-driven automation
# Resident shell — device picker, then a prompt you can run goal after goal in
appclaw
# One goal, then exit — holds the finished screen until a key is pressed
appclaw "Open Settings and turn on WiFi"
appclaw "Send hello on WhatsApp to Mom"
# With platform/device flags
appclaw --platform ios --device-type simulator "Open Safari"
appclaw --platform ios --device "iPhone 17 Pro" "Open Settings"
appclaw --udid 00008120-XXXX "Launch YouTube"
# Unattended (CI, scripts): plain console output, exits on its own
APPCLAW_TUI=off appclaw "Open Settings"
Both forms open Terminal Studio in goal mode (see below) — a plain line at its
prompt is a goal. The exit code is unchanged: 0 when every sub-goal completed, 1
otherwise. --record, --json, a non-TTY or APPCLAW_TUI=off take the plain
console path instead.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +18 lines 2d7e85d0c04f
- 4d ago First seen · 454 lines · 66 tokens per session scan A 994e408988e1
use-appclaw-cli is a skill published in the GitHub repository appclawhq/AppClaw (110 stars, last pushed today), licensed Apache-2.0. It adds 66 tokens to every session and 4,401 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mobile-automation
Control Android and iOS devices, emulators and simulators — launch apps, tap, swipe, type, take screenshots, read the accessibility tree. Use when a task involves a mobile device or app, mobile UI testing, or reproducing a bug on a phone.
mobile-tester
You are the Mobile Tester Specialist. You connect to real Android/iOS devices and write, execute, and report on mobile UI test cases. You master THREE testing modalities.
flutter-cherry-pick
How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with flutter- . -candidate.0.
upgrade-browser
Upgrade browser versions (Chrome or Firefox) in the Flutter Web Engine and/or Framework tests. Use when asked to roll or upgrade Chrome or Firefox to a newer version.
natural-writing
Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.
find-release
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects.