Skip to content

EdgeClaws/qa-device-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qa-device-control

An OpenClaw / Claude Code skill for agent-operated mobile QA of Edge Wallet. It lets an agent control, inspect, test, and diagnose two surfaces under a shared safety contract:

  • a physically connected Android device (ADB, scrcpy, Maestro)
  • a booted iOS Simulator (xcrun simctl, Maestro)

Maestro is the primary cross-platform end-to-end driver; raw ADB/simctl handle control, diagnostics, screenshots, overrides, logs, and recovery.

Layout

SKILL.md                                  Canonical entrypoint: shared safety
                                          contract, routing, artifact policy,
                                          setup pointers, workflow.
references/
  android.md                              Android baseline, bootstrap, commands,
                                          Maestro notes, safety red lines.
  ios-simulator.md                        iOS Simulator baseline, known gaps,
                                          bootstrap, commands, Maestro patterns.
  zealot-build-downloads.md               CLI method for discovering and
                                          downloading Zealot test builds.
  android-research-log-2026-06-17.md      Original Android research log.
  ios-simulator-research-log-2026-06-17.md Original iOS research log.
scripts/
  qa-env.sh                               Source to set Maestro's Java 17 env.
  README.md                               Helper notes.
artifacts/                                Local-only screenshots/video (gitignored).
logs/                                     Local-only log dumps (gitignored).
.gitignore                                Ignores runtime outputs and secrets.

Install

This is a skill directory. Place it where your agent loads skills (for OpenClaw / Claude Code, a skills/ directory):

git clone <this-repo> qa-device-control
# then move/symlink it under your agent's skills directory, e.g.
#   ~/.claude/skills/qa-device-control  (or a project-local skills/ dir)

The agent reads SKILL.md as the entrypoint and opens a platform reference under references/ before running platform commands.

Use

  1. Tell the agent which surface to drive (Android device vs. iOS Simulator).

  2. The agent reads SKILL.md, then the matching reference.

  3. Run the platform bootstrap checklist once per host. Tooling expected on the host: macOS with Homebrew; adb + scrcpy for Android; Xcode + an iOS simulator runtime for iOS; Maestro CLI 2.6.1 and Java 17 for both.

  4. Set Maestro's environment for the session:

    source scripts/qa-env.sh
    maestro --version   # expect 2.6.1

The verified baselines in the references (device models, build numbers, UDIDs, versions) describe one specific host as of 2026-06-17. Treat them as examples; re-verify on your own host.

Privacy and Safety Warning

This skill drives real QA devices and can capture sensitive material. Screenshots, videos, log dumps, and clipboard contents can include wallet balances and addresses, account names, endpoints, tokens, 2FA prompts, and other PII.

  • Never commit screenshots, videos, log dumps, .env, or testerConfig.json. The included .gitignore blocks these by default — do not weaken it.
  • Keep QA credentials in local ignored config or environment variables, never in shell history, docs, or committed files.
  • Do not expose captured evidence outside a trusted channel without approval.
  • Destructive operations (factory reset, simctl erase, uninstall/clear data, installing unknown builds, weakening device security, wireless pairing, Apple Developer signing) require explicit confirmation. The agent is instructed to ask first.
  • Do not run broad crawlers/tappers that could send crypto, approve swaps, or submit forms unless a human has constrained the test account and app state.

About

OpenClaw skill for agent-operated Android and iOS Simulator QA device control

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages