e2e

e2e is a skill for Claude Code from hoainho/podium-mcp. It costs 41 tokens per session (284 once invoked), scanned A, original, MIT.

A workflow for running or writing Maestro end-to-end tests on an iOS simulator. Maestro is a tool for describing an app journey as steps such as launching, tapping, and checking screens.

In plain words
What is it for?
Running an existing YAML test flow, creating a flow from a plain-language journey, and retrying once when a generated flow fails.
Why use it?
It tests a user journey and reports the result of every step, while using observed app selectors instead of guessed ones.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the podium-mcp plugin — 5 skills, 2 MCP servers shipped together

Good fit Running an existing YAML test flow, creating a flow from a plain-language journey, and retrying once when a generated flow fails.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoainho/podium-mcp/e2e
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 hoainho/podium-mcp --skill e2e
Clone the repo
git clone --depth 1 https://github.com/hoainho/podium-mcp

Made for: Claude Code.

Or install podium-mcp, the plugin that ships this one along with the rest of its 5 skills, 2 MCP servers.

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 e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoainho/podium-mcp/e2e.svg)](https://agentmods.dev/skills/hoainho/podium-mcp/e2e)
Your own site
<a href="https://agentmods.dev/skills/hoainho/podium-mcp/e2e"><img src="https://agentmods.dev/badge/skills/hoainho/podium-mcp/e2e.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 284 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.00041 $0.00284
Opus 5 $0.00020 $0.00142
Sonnet 5 $0.00008 $0.00057
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

e2e 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 7d 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.

skills/e2e/SKILL.md · 20 lines

What it actually says

Parse $ARGUMENTS as:

  • token 1 → UDID
  • token 2 → BUNDLE_ID
  • remaining text → either a file path (ends in .yaml/.yml) or a plain-language description of the journey to author

If a file path was given: Call run_flow with udid and files: [<path>]. Report every step's pass/fail. If any step fails, quote the relevant raw output lines.

If a description was given (or nothing):

  1. Call inspect_screen on the UDID to enumerate tappable elements and their exact text/ids.
  2. Author an inline Maestro YAML that only uses selectors you actually observed — never invent text. The flow must start with appId: <BUNDLE_ID> and launchApp: {stopApp: false}.
  3. Call run_flow with the inline yaml.
  4. Report each step result. If it fails, revise the flow once using the error and re-run.

Always show the per-step steps array in your response, not just a top-level pass/fail.

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. 7d ago First seen · 20 lines · 41 tokens per session scan A aaaf86484070

Subscribe to this mod's changes

e2e is a skill published in the GitHub repository hoainho/podium-mcp (4 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 284 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

ios-simulator-interaction

Interaction with the iOS simulator using iosef, a CLI optimized for agent usage. Use when building or testing changes on the iOS Simulator — viewing the screen, tapping buttons, reading accessibility trees, finding elements by selector, asserting UI state, scripting multi-step test flows, installing and launching…

riwsky/iosef · 100 tokens

testa

Autonomously E2E-test iOS apps in the Simulator — read the screen (accessibility tree OR on-device OCR), tap/type/swipe/drag-drop/pinch/rotate, manage apps, and assert results. Use when asked to test, QA, drive, or reproduce a flow in an iOS app/simulator (React Native, Expo, native SwiftUI, or any app).…

valewnrt/testa · 103 tokens

xcforge

Complete reference for xcforge — 109 MCP tools + 113 CLI commands for iOS development. Covers build, test, simulator, physical devices, SPM, UI automation, screenshots, logs, git, visual regression, accessibility, localization, session profiles, diagnosis workflows, plan execution, LLDB debugger integration, bless…

justinthevoid/xcforge · 130 tokens

scrcpy-mcp

Professional Android automation agent for device interaction, UI testing, and app management. Use for: (1) interacting with Android apps, (2) filling inputs, (3) structural UI inspection via XML/axtree, (4) complex multi-step mobile tasks. Prefer XML/axtree over screenshots — images are expensive tokens.

1999AZZAR/scrcpy-mcp · 71 tokens

ios-dev

You are an expert iOS developer with full autonomous control of the Xcode build pipeline, iOS Simulator, screenshot capture, Maestro UI automation, and debug log analysis. Follow these procedures exactly.

AlphaSquadTech/ios-dev · 95 tokens

android_ui_verification

Automated end-to-end UI testing and verification on an Android Emulator using ADB.

Ghosteken/agent-harness · 22 tokens