mobile-app-testing

mobile-app-testing is a skill for Claude Code from FaisalNoman/playwright-skills. It costs 52 tokens per session (2,853 once invoked), scanned A, original, MIT.

A tool for recording and replaying app test flows on locally connected iOS Simulators or Android emulators, using tapflow. It can test web or native apps and send results to an installed end-to-end test dashboard.

In plain words
What is it for?
Use it to record taps and other device flows, replay them with tapflow, and view their results beside Playwright tests.
Why use it?
It lets developers check touch-based app behaviour on real local device sessions instead of relying only on browser tests.

Skill for Claude Code

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

Part of the mobile-app-testing plugin — 1 skill shipped together

Good fit Use it to record taps and other device flows, replay them with tapflow, and view their results beside Playwright tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/faisalnoman/playwright-skills/mobile-app-testing
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 FaisalNoman/playwright-skills --skill mobile-app-testing
Clone the repo
git clone --depth 1 https://github.com/FaisalNoman/playwright-skills

Made for: Claude Code.

Or install mobile-app-testing, the plugin that ships this one along with the rest of its 1 skill.

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-app-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/mobile-app-testing/github.svg)](https://agentmods.dev/skills/faisalnoman/playwright-skills/mobile-app-testing)
Your own site
<a href="https://agentmods.dev/skills/faisalnoman/playwright-skills/mobile-app-testing"><img src="https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/mobile-app-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.

agentmods 80×15 button for mobile-app-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/faisalnoman/playwright-skills/mobile-app-testing"><img src="https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/mobile-app-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,853 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.00052 $0.02853
Opus 5 $0.00026 $0.01426
Sonnet 5 $0.00010 $0.00571
Haiku 4.5 $0.00005 $0.00285

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

Security

Grade A, and why

mobile-app-testing 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.

The scan reads SKILL.md. This mod also ships 1 executable file (templates/tapflow-report-adapter.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/mobile-app-testing/skills/mobile-app-testing/SKILL.md · 134 lines

How it starts

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

Mobile App Testing (tapflow) Installer

What This Skill Does

Records real-device test flows for your app — web or native — against a self-hosted tapflow relay, using tapflow's own YAML flow format and tapflow flow run CLI — not a custom automation engine. Copies a small report adapter that streams results into an already-installed e2e-dashboard as a new category tab.

Prerequisites (not installed or provisioned by this skill):

  • A running tapflow relay + macOS agent (tapflow start, or a team-operated relay) — see https://www.tapflow.dev/guide/getting-started
  • The tapflow CLI available on PATH wherever flows will be run (npm install -g tapflow)
  • tapflow's MCP server connected to this session (@tapflowio/mcp-server, see https://www.tapflow.dev/guide/mcp-server) — required only for the recording phase, not for running already-recorded flows
  • Node.js ≥ 18, for the report adapter script only
  • Device matrix is limited to whatever simulators/emulators are booted on the connected Mac agent — tapflow has no cloud device catalog. Testing multiple OS versions means provisioning multiple local runtimes yourself, not picking from a dropdown.

Phase 1 — Discovery & Connectivity

Ask the user in one message:

Value How to find Default
app_type Ask directly: "web app or native app?" none — required
relay_url Ask directly none — required
relay_token Ask directly (a Personal Access Token from tapflow's Settings → Tokens) none — required
app_id App identifier used in tapflow flow YAML (appId) — check the project's build config (iOS bundle ID / Android applicationId) or ask ask if not found
flows_dir Where flow YAML files live .tapflow/flows (tapflow's own convention — never relocate under tests/)
dashboard_installed Does a progress-server.js from e2e-dashboard already exist in this project? Glob for **/progress-server.js containing the string E2E Dashboard. if absent, skip Phase 4

Read the full file on GitHub · 134 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. 8d ago First seen · 134 lines · 52 tokens per session scan A 71dba8f8ec6c

Subscribe to this mod's changes

mobile-app-testing is a skill published in the GitHub repository FaisalNoman/playwright-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 2,853 once invoked, about $0.0003 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