flutter_claude_sandbox: Skill for Claude Code

.claude/skills/flutter-mobile-automation/SKILL.md

flutter-mobile-automation is a skill for Claude Code from K9i-0/flutter_claude_sandbox. It costs 48 tokens per session (4,636 once invoked), scanned A, original, no licence file.

A guide for writing and running end-to-end tests for Flutter apps, which check complete user flows on a device. It covers Maestro, Mobile MCP, and Dart MCP.

In plain words
What is it for?
Creating and running mobile tests, such as opening screens, entering data, and checking what the app displays.
Why use it?
It gives the coding agent instructions for testing Flutter apps through real mobile interactions instead of checking only individual pieces of code.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is K9i-0/flutter_claude_sandbox's own configuration. It tells Claude Code how to work on flutter_claude_sandbox itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything flutter_claude_sandbox configures →

Reuse

Borrowing it

Nothing to install: this file belongs to K9i-0/flutter_claude_sandbox. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/K9i-0/flutter_claude_sandbox/main/.claude/skills/flutter-mobile-automation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/K9i-0/flutter_claude_sandbox

Made for: Claude Code.

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 flutter-mobile-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation/github.svg)](https://agentmods.dev/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation)
Your own site
<a href="https://agentmods.dev/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation"><img src="https://agentmods.dev/badge/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation/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 flutter-mobile-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation"><img src="https://agentmods.dev/badge/skills/k9i-0/flutter_claude_sandbox/flutter-mobile-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,636 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 unknown 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.00048 $0.04636
Opus 5 $0.00024 $0.02318
Sonnet 5 $0.00010 $0.00927
Haiku 4.5 $0.00005 $0.00464

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

Security

Grade A, and why

flutter-mobile-automation 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 11d 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.

.claude/skills/flutter-mobile-automation/SKILL.md · 597 lines

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.

Read it on GitHub

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. 11d ago First seen · 597 lines · 48 tokens per session scan A d571ee17b2bf

Subscribe to this mod's changes

flutter-mobile-automation is a skill published in the GitHub repository K9i-0/flutter_claude_sandbox (18 stars, last pushed 7mo ago), with no licence file. It adds 48 tokens to every session and 4,636 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-30.

Related

Other skills, from other repositories

flutter-mcp-toolkit-control

Drive a running Flutter app — tap, scroll, type, fill forms, hot-reload, navigate. Use when you need to interact with the UI.

Arenukvern/mcp_flutter · 38 tokens

flutter-mcp-cli-runtime-validation

Run Flutter MCP runtime validation from CLI in two steps (launch app, then run validate-runtime), including toolkit-extension gating, screenshot/layout capture, app error collection, optional reload verification, and retry handling for transient first-connect failures.

Arenukvern/mcp_flutter · 52 tokens

testing-with-marionette

AI-driven Flutter E2E testing via VM Service CLI. Control running Flutter apps in debug mode for smoke tests, regression checks, exploratory testing, and UI automation. Trigger when user mentions E2E testing, UI automation, smoke tests, integration testing, test automation, controlling Flutter apps, VM Service…

Poorgramer-Zack/dart-expert-skills · 158 tokens

flutter-testing

Covers Flutter testing across all three layers: unit tests (business logic, ViewModels, repositories), widget tests (UI rendering, interactions, golden regression), and integration/E2E tests (full app flows, native OS interactions). Use this skill when writing any Flutter test, setting up mocking with mocktail or…

Poorgramer-Zack/dart-expert-skills · 137 tokens

flutter-testing

Write, fix, review, debug, and validate Flutter tests for apps, packages, and plugins. Use when adding unit tests, widget tests, integration tests, MethodChannel or plugin mocks, Mockito or mocktail test doubles, golden or accessibility checks, CI test commands, test failures, MissingPluginException, pump or…

MADTeacher/mad-agents-skills · 93 tokens

Flutter Testing Patterns

Flutter app testing with widget tests, integration tests, golden tests, Mockito, bloc testing, and Flutter Driver for end-to-end scenarios.

PramodDutta/qaskills · 31 tokens