slipstream-inspector

slipstream-inspector is a skill for Claude Code, Codex from devoncarew/flutter-slipstream. It costs 98 tokens per session (1,036 once invoked), scanned A, original, BSD-3-Clause.

A tool for launching and examining Flutter apps. Flutter is a framework for building applications, and this tool can show the running app, its layout, and its output.

In plain words
What is it for?
Use it to start or reload a Flutter app, read errors and output, take screenshots, inspect the layout, and interact with controls such as buttons, text fields, and scrolling areas.
Why use it?
It gives a coding agent direct feedback about what the app looks like and how it responds, which a normal terminal command cannot provide by itself.

Skill for Claude CodeCodex

Part of the flutter-slipstream plugin — 3 skills shipped together

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.

agentmods
npx agentmods add skills/devoncarew/flutter-slipstream/slipstream-inspector
Any agent
npx skills add devoncarew/flutter-slipstream --skill slipstream-inspector
Clone the repo
git clone --depth 1 https://github.com/devoncarew/flutter-slipstream

Made for: Claude Code, Codex.

Or install flutter-slipstream, the plugin that ships this one along with the rest of its 3 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 slipstream-inspector

README.md
[![agentmods](https://agentmods.dev/badge/skills/devoncarew/flutter-slipstream/slipstream-inspector.svg)](https://agentmods.dev/skills/devoncarew/flutter-slipstream/slipstream-inspector)
Your own site
<a href="https://agentmods.dev/skills/devoncarew/flutter-slipstream/slipstream-inspector"><img src="https://agentmods.dev/badge/skills/devoncarew/flutter-slipstream/slipstream-inspector.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,036 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00098 $0.01036
Opus 5 $0.00049 $0.00518
Sonnet 5 $0.00020 $0.00207
Haiku 4.5 $0.00010 $0.00104

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

Security

Grade A, and why

slipstream-inspector 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 4d 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/slipstream-inspector/SKILL.md · 109 lines

How it starts

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

flutter-slipstream

The flutter-slipstream plugin provides MCP tools for launching, observing, and interacting with a running Flutter app. Use these tools — not terminal commands — for all Flutter app work.

Use the plugin tools, not the terminal

When working on a Flutter app with this plugin installed, always prefer the MCP tools over shell commands:

Instead of... Use...
flutter run run_app
Hot reload (shell) reload
Reading terminal log get_output

run_app does more than flutter run: it auto-selects the best available device, exposes app output via get_output, and enables screenshot capture, layout inspection, and UI interaction — none of which are possible from a plain terminal session.

Standard workflow

run_app → get_output → take_screenshot
  → edit source → reload → get_output → take_screenshot → repeat
  • Call get_output after run_app, after reload, and after any interaction tool. It drains the output buffer — skipping it causes output to accumulate silently across calls.
  • Call take_screenshot after every reload to confirm the change looked right. Never assume a visual edit was correct without seeing it.
  • When get_output returns a [flutter.error] line, the widget ID in the summary can be passed directly to inspect_layout.

Orienting on an unfamiliar screen

  1. take_screenshot — see what's on screen.
  2. get_route — see the navigator stack and current screen widget names with source file locations. Use before editing to confirm which file to change.
  3. get_semantics — see the interactive elements and their node IDs.

Interacting with the app

When slipstream_agent is installed in the Flutter app, prefer finder-based tools — they are more reliable than semantics-based interaction:

  • perform_tap(byKey: ...) / perform_set_text(byKey: ...) — most reliable; add ValueKey('my_key') to the widget while writing it.
  • perform_tap(byText: ...) — good for button labels.
  • perform_tap(byType: ...) — useful for unique widget types.

Read the full file on GitHub · 109 lines

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. 4d ago First seen · 109 lines · 98 tokens per session scan A cb2d88b03b16

Subscribe to this mod's changes

slipstream-inspector is a skill published in the GitHub repository devoncarew/flutter-slipstream (5 stars, last pushed 18d ago), licensed BSD-3-Clause. It adds 98 tokens to every session and 1,036 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-31.

Related

Other skills, from other repositories

content-planner

GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…

nowork-studio/notfair-plugin · 123 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

setup-cms

Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set up, seo-analysis automatically cross- references CMS content against Google Search Console data. Use whenever the user says "connect my…

nowork-studio/notfair-plugin · 111 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 72 tokens

test-native-extension

Validate a third-party control repo across four automated layers plus one printed manual recipe. Layer 1 asserts native-source structure (Android getName() and iOS +moduleName to manifest nativeModule; @ReactMethod / RCTEXPORTMETHOD to methods; no @ReactModule) plus load/init readiness (ReactPackage public no-arg…

microsoft/power-platform-skills · 211 tokens

add-native

Public entry point for native device capabilities and native controls — camera, image picker, barcode/QR scanner, document picker, file picker, secure storage, file system, sharing, PDF generation/viewing, pen/signature capture, background GPS/geolocation tracking, or supported local file workflows — in a Power Apps…

microsoft/power-platform-skills · 96 tokens