mobile-flows-maestro

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

A guide for creating, running, and debugging Maestro flows, which are YAML-based tests for iOS and Android apps.

In plain words
What is it for?
Use it to inspect app screens, write and run mobile tests, handle permissions and system UI, investigate flaky flows, and run checks in CI.
Why use it?
It helps choose the right Maestro interface, device, selector, and waiting strategy when tests fail or behave inconsistently.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to inspect app screens, write and run mobile tests, handle permissions and system UI, investigate flaky flows, and run checks in CI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro
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 mobile-flows-maestro
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 mobile-flows-maestro

README.md
[![agentmods](https://agentmods.dev/badge/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro/github.svg)](https://agentmods.dev/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro)
Your own site
<a href="https://agentmods.dev/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro"><img src="https://agentmods.dev/badge/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro/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.

agentmods 80×15 button for mobile-flows-maestro

Your own site · 80×15
<a href="https://agentmods.dev/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro"><img src="https://agentmods.dev/badge/skills/johnkozaris/jko-claude-plugins/mobile-flows-maestro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 891 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 53
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 54
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 55
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
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.00102 $0.00891
Opus 5 $0.00051 $0.00445
Sonnet 5 $0.00020 $0.00178
Haiku 4.5 $0.00010 $0.00089

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

Security

Grade A, and why

mobile-flows-maestro 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 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.

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/mobile-flows-maestro/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Maestro Mobile Flows

Use Maestro's live surface as the source of truth. CLI flags come from the installed maestro --help and subcommand help. Flow YAML and JavaScript come from current Maestro documentation. When MCP is connected, inspect its actual tool inventory instead of naming remembered tools.

Choose the interface

Use MCP or Studio for interactive hierarchy inspection, authoring, and feedback. Use the CLI for scriptable execution, exit codes, reports, artifacts, and CI. Confirm that the installed version supports maestro mcp, then register it through the active host's MCP mechanism.

Hierarchy and text are cheap; repeated image payloads are not. When a host retains images in the long-lived conversation, keep screenshots in a bounded visual task and return only its text finding.

Select a device deliberately

Inspect booted iOS simulators and connected Android devices. Ignore offline/unauthorized Android entries. When more than one compatible device is available, target one explicitly with the installed CLI's syntax--currently maestro --device <serial-or-udid> test <flow>. Do not silently choose a platform, emulator, or physical device.

Prefer observable selectors

Prefer visible text, then accessible identifiers or descriptions, then coordinates. Maestro text matchers are regular expressions, so escape metacharacters and disambiguate labels that can match multiple elements. An ID works only when the app exposes it to the platform accessibility hierarchy; inspect the live hierarchy rather than assuming a SwiftUI identifier, Android resource ID, Compose tag, React Native testID, or Flutter key is visible.

State and system surfaces

Configure supported iOS and Android permissions through launchApp.permissions or setPermissions; use platform tools only for special cases current Maestro cannot represent.

iOS app-state clearing does not necessarily clear Keychain. For independent authentication flows, use the current clearKeychain command or launchApp.clearKeychain and remember that it is iOS-only.

Read the full file on GitHub · 98 lines

Files

What ships with it

1 file 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.

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. 10d ago First seen · 98 lines · 102 tokens per session scan A 1aa16044b112

Subscribe to this mod's changes

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

fec-debug-framework

A step-by-step method for finding the cause of front-end build failures, browser errors, broken screens, failed requests, or incorrect data. It separates build, runtime, visual, and API problems and uses evidence to test possible causes.

bovinphang/frontend-craft · 66 tokens

fec-legacy-to-modern-migration

A guide for moving older front-end code—such as JavaScript, jQuery, HTML/CSS, server-rendered pages, or old frameworks—to newer tools while keeping the same behavior. It covers gradual migrations as well as modernising parts of a multi-page site.

bovinphang/frontend-craft · 97 tokens

analyze-github-issue

A workflow for deeply assessing one GitHub issue, including whether it is a real bug or a reasonable feature request.

TNT-Likely/honeycomb · 166 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