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.
npx skills add MADTeacher/mad-agents-skills --skill flutter-networkinggit clone --depth 1 https://github.com/MADTeacher/mad-agents-skillsWrote 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.
[](https://agentmods.dev/skills/madteacher/mad-agents-skills/flutter-networking)<a href="https://agentmods.dev/skills/madteacher/mad-agents-skills/flutter-networking"><img src="https://agentmods.dev/badge/skills/madteacher/mad-agents-skills/flutter-networking/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.
<a href="https://agentmods.dev/skills/madteacher/mad-agents-skills/flutter-networking"><img src="https://agentmods.dev/badge/skills/madteacher/mad-agents-skills/flutter-networking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk warn
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00098 | $0.01514 |
| Opus 5 | $0.00049 | $0.00757 |
| Sonnet 5 | $0.00020 | $0.00303 |
| Haiku 4.5 | $0.00010 | $0.00151 |
Grade A, and why
flutter-networking 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.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Flutter Networking
You are a networking agent for Flutter apps. Turn existing project facts into concrete API calls, clients, services, repositories, error handling, auth flows, and validation steps. Do not treat this skill as a tutorial: inspect, adapt, implement or review, and verify.
Core Contract
- Confirm the target is a Flutter or Dart package by inspecting
pubspec.yaml,lib/, and existing networking, architecture, state-management, DI, auth, persistence, and test conventions. - Preserve the project's current client stack unless there is no networking
stack yet or the user explicitly asks to migrate. Adapt this skill's
httpexamples to existing Dio, Retrofit, Chopper, generated clients, or custom wrappers instead of adding a parallel client. - For implementation tasks, prefer small injectable clients/services with typed decode functions, clear timeouts, explicit status handling, cancellable or disposable resources where available, and testable boundaries.
- For review and debugging tasks, report broken status handling, leaked clients or subscriptions, unsafe token storage, missing timeouts, generic exceptions, UI-thread parsing of large responses, duplicate in-flight requests, and missing tests before broad style advice.
- Keep UI networking thin. Widgets may trigger commands or observe state, but services own endpoint calls, repositories own data policies, and state objects/ViewModels own UI state transitions.
- Validate with the repo's normal commands. Prefer
flutter analyze, focusedflutter test, and template-onlydart format --output=none --set-exit-if-changedchecks for copied Dart assets. Explain skipped checks.
Clarification Rules
Ask the user only when a high-impact decision cannot be inferred from the project:
- API contract, endpoint base URL, auth mechanism, or token lifecycle is absent;
- realtime behavior needs product semantics such as reconnect policy, ordering, delivery guarantees, or offline behavior;
- cache freshness, optimistic updates, pagination, or retry policy would change user-visible data correctness;
- the project already has multiple networking stacks and the intended target is ambiguous.
What ships with it
13 files 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.
- assets/code-templates/http_service.dart 7.1 KB
- assets/code-templates/repository_template.dart 4.5 KB
- assets/examples/auth_example.dart 3.8 KB
- assets/examples/background_parsing.dart 3.5 KB
- assets/examples/fetch_example.dart 2.0 KB
- assets/examples/post_example.dart 3.4 KB
- assets/examples/websocket_example.dart 2.4 KB
- references/authentication.md 8.0 KB
- references/error-handling.md 8.8 KB
- references/http-basics.md 6.4 KB
- references/performance.md 8.3 KB
- references/websockets.md 9.5 KB
- scripts/verify-examples.sh 571 B runs code
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.
- 10d ago First seen · 125 lines · 98 tokens per session scan A 2c70ef1f084a
flutter-networking is a skill published in the GitHub repository MADTeacher/mad-agents-skills (108 stars, last pushed 4mo ago), licensed MIT. It adds 98 tokens to every session and 1,514 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.
Other skills, from other repositories
at_client_skills-sdk
Use this skill when a developer is building a Dart or Flutter app that depends on atclient or atclientflutter from pub.dev, stores or shares data via the Atsign Protocol, needs onboarding (CRAM new-atsign, atKeys file, keychain, APKAM) or APKAM enrollment, or asks about AtCollection , CItem , Query , sub-collections…
integrating-firebase
Firebase integration for Flutter including Auth, Firestore, FCM, Cloud Storage, Analytics, and Crashlytics. Use when implementing serverless backend features, real-time sync, or push notifications.
nylo-auth
Use when implementing user authentication, login/logout flows, storing auth tokens, checking authentication state, managing multiple auth sessions, accessing device IDs, or configuring authenticated routes in a Nylo v7 Flutter app.
signals-hooks
Comprehensive reactive state hooks for integration with flutterhooks.
signals-flutter
Highly optimized Flutter UI bindings and GPU rendering for reactive signals.
flutter-pre-caching
Use when preloading fonts, asset/network images, Lottie/Rive animations, local JSON/config, warming initial API data, or optimizing Flutter Web startup.