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 skills add northseadl/norix-skills --skill mobile-testinggit clone --depth 1 https://github.com/northseadl/norix-skillsWrote 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/northseadl/norix-skills/mobile-testing)<a href="https://agentmods.dev/skills/northseadl/norix-skills/mobile-testing"><img src="https://agentmods.dev/badge/skills/northseadl/norix-skills/mobile-testing/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/northseadl/norix-skills/mobile-testing"><img src="https://agentmods.dev/badge/skills/northseadl/norix-skills/mobile-testing.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00031 | $0.03706 |
| Opus 5 | $0.00015 | $0.01853 |
| Sonnet 5 | $0.00006 | $0.00741 |
| Haiku 4.5 | $0.00003 | $0.00371 |
Grade C, and why
mobile-testing scanned grade C with 2 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 10d ago.
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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
maestro --version 2>/dev/null && echo "✅ maestro available" || echo "❌ maestro not found (install: curl -Ls https://get.maestro.mobile.dev | bash)" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
maestro --version 2>/dev/null && echo "✅ maestro available" || echo "❌ maestro not found (install: curl -Ls https://get.maestro.mobile.dev | bash)" The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 206 B
- evals/evals.json 1.4 KB
- references/android_commands.md 6.3 KB
- references/ios_commands.md 7.3 KB
- references/maestro_guide.md 7.0 KB
- scripts/capture.py 13 KB runs code
- scripts/logmon.py 10 KB runs code
- scripts/mt 1.5 KB
- scripts/mt_core.py 6.4 KB runs code
- scripts/perf.py 13 KB runs code
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.
- 10d ago First seen · 459 lines · 31 tokens per session scan C c65c6c49485e
mobile-testing is a skill published in the GitHub repository northseadl/norix-skills (6 stars, last pushed 5mo ago), with no licence file. It adds 31 tokens to every session and 3,706 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-ios
Skill "agent-ios" from squaduplabs/agent-ios, covering agent-ios: drive the ios simulator, the loop, reading snapshots, sessions and apps and gestures and typing.
device-interaction
Verify iOS app behavior on device or simulator via screenshots, UI hierarchy, and touch interactions.
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.
solopi-ai
A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.
android-emulator
Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an Android virtual device.
dogfood
Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.