AppClaw
Plain-English mobile app automation for Android and iOS
All Skills in This Repository (4)
Pure Emerald Level Indicatorsuse-appclaw-cli
Automate AppClaw CLI installation, configuration, and YAML flow execution.
generate-appclaw-flow
Generate AppClaw YAML flow files with variable interpolation and parser validation.
review-changes
Detect cross-surface drift between CLI and VSCode extension and YAML flow parsing regressions.
emil-design-eng
Review UI components and animation decisions for design polish and consistency.
Frequently Asked Questions
FAQPage SchemaHow to install AppClaw?โผ
Run `npx skills add AppiumTestDistribution/AppClaw --all -g -y` in your terminal to install all skills in this suite globally.
How to automate mobile apps with plain English?โผ
Describe a goal like 'open Settings and turn on WiFi' and AppClaw drives the connected Android or iOS device step by step, with no test code required.
Can AppClaw run tests without an LLM?โผ
Yes. YAML flow mode runs deterministic, zero-LLM automation with structured steps, variables, and assertions across one or many devices in parallel.
Does AppClaw work with Claude Code and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, and other compatible coding agents, plus a VS Code extension bridge.
Can I turn a recorded session into a test?โผ
Yes. Record steps in Terminal Studio or run a goal with the export flag, and AppClaw writes a replayable test spec you can run in CI.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core