validate-mobile

validate-mobile is a skill for Claude Code from johnkozaris/jko-claude-plugins. It costs 20 tokens per session (286 once invoked), scanned A, original, MIT.

A procedure for running a Maestro test flow on a specifically selected iOS or Android device. A Maestro flow is a script describing actions and expected results in a mobile app.

In plain words
What is it for?
It is for selecting a compatible simulator or Android device, running one mobile flow, diagnosing failures, and reporting the failed result with relevant evidence.
Why use it?
It avoids running a test on the wrong device or platform and provides evidence about which flow, device, and step succeeded or failed.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the maestro-mobile-validator plugin — 2 skills shipped together

Good fit It is for selecting a compatible simulator or Android device, running one mobile flow, diagnosing failures, and reporting the failed result with relevant evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/johnkozaris/jko-claude-plugins/validate-mobile
Install

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.

Any agent
npx skills add johnkozaris/jko-claude-plugins --skill validate-mobile
Clone the repo
git clone --depth 1 https://github.com/johnkozaris/jko-claude-plugins

Made for: Claude Code.

Or install maestro-mobile-validator, the plugin that ships this one along with the rest of its 2 skills.

Wrote 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.

agentmods badge for validate-mobile

README.md
[![agentmods](https://agentmods.dev/badge/skills/johnkozaris/jko-claude-plugins/validate-mobile.svg)](https://agentmods.dev/skills/johnkozaris/jko-claude-plugins/validate-mobile)
Your own site
<a href="https://agentmods.dev/skills/johnkozaris/jko-claude-plugins/validate-mobile"><img src="https://agentmods.dev/badge/skills/johnkozaris/jko-claude-plugins/validate-mobile.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 286 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00286
Opus 5 $0.00010 $0.00143
Sonnet 5 $0.00004 $0.00057
Haiku 4.5 $0.00002 $0.00029

Measured 8d ago against content hash ca7180e1825b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

validate-mobile 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 8d 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.

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.

plugins/maestro-mobile-validator/skills/validate-mobile/SKILL.md · 35 lines

What it actually says

Validate Mobile

Invoke mobile-flows-maestro and run the flow in $ARGUMENTS.

Use the supplied path or discover the project's Maestro configuration. If more than one unrelated flow is plausible, choose from the requested feature or ask rather than running an arbitrary suite.

Determine the target platform from the flow, app configuration, and project commands. Inspect booted iOS simulators with xcrun simctl list devices booted and Android devices with adb devices; reject offline/unauthorized entries. Use an already running compatible device when possible. If more than one is available, select explicitly rather than relying on a default.

Verify flag placement with live help, then run the selected flow using the current equivalent of:

maestro --device "$DEVICE_ID" test "$FLOW"

On failure, follow the skill's classification before changing the flow. Inspect the failed step and relevant log tail. Retain a screenshot only when visual evidence can distinguish the cause, and keep image payloads in a bounded visual task when the host provides one.

Report the flow, platform, device, result, failed postcondition, and evidence.

Changes

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.

  1. 8d ago First seen · 35 lines · 20 tokens per session scan A ca7180e1825b

Subscribe to this mod's changes

validate-mobile is a skill published in the GitHub repository johnkozaris/jko-claude-plugins (11 stars, last pushed 11d ago), licensed MIT. It adds 20 tokens to every session and 286 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

swiftui-expert

This skill should be used when the user is building, reviewing, or debugging SwiftUI views and apps. Detects iOS and Swift version from the project. Covers creating views, state management with @Observable, NavigationStack routing, animations, accessibility, performance optimization, Liquid Glass adoption, design…

mathisk2095/jko-claude-plugins · 162 tokens

dotnet-backend-expert

This skill should be used when the user is writing, reviewing, debugging, or architecting pure .NET backend code for Kestrel-hosted services. It provides expert critique for REST endpoints, SignalR hubs, TypeScript/React client integration shape, pragmatic Rust interop, application services, AppHost-aware project…

mathisk2095/jko-claude-plugins · 181 tokens

esp32-expert

This skill should be used when the user is writing, reviewing, debugging, or architecting C++ firmware for ESP32 and variants (ESP32-S2, S3, C3, C6, H2, P4) using ESP-IDF or PlatformIO. Provides expert critique covering FreeRTOS task design, memory management (IRAM/DRAM/PSRAM), peripheral drivers (I2C/SPI/UART/GPIO)…

mathisk2095/jko-claude-plugins · 193 tokens

python-backend-expert

This skill should be used when the user is writing, reviewing, debugging, or architecting Python backend code using Litestar or FastAPI with SQLAlchemy or Advanced Alchemy. Provides expert critique covering SOLID principles, hexagonal architecture, repository/service patterns, dependency injection, async correctness…

mathisk2095/jko-claude-plugins · 183 tokens

rust-expert

This skill should be used when the user is writing, reviewing, debugging, or architecting Rust code. Detects edition and toolchain from the project. Provides expert critique covering ownership, error handling, unsafe review, async correctness, trait design, type system patterns, performance, SOLID principles, and…

mathisk2095/jko-claude-plugins · 148 tokens

dead-code-expert

This skill should be used when the user wants to find, audit, or remove dead code, unused imports, unused functions, unused variables, duplicate implementations, or simplify a codebase. Works across all programming languages. Relevant when the user says "find dead code", "remove dead code", "remove unused imports"…

mathisk2095/jko-claude-plugins · 132 tokens