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 agentmods add skills/getstream/agent-skills/stream-flutternpx skills add GetStream/agent-skills --skill stream-fluttergit clone --depth 1 https://github.com/GetStream/agent-skillsWhat 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 | $0.00112 | $0.09701 |
| Opus 5 | $0.00056 | $0.04850 |
| Sonnet 5 | $0.00022 | $0.01940 |
| Haiku 4.5 | $0.00011 | $0.00970 |
Grade A, and why
stream-flutter 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 yesterday.
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 — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stream Flutter - skill router + execution flow
Rules: Read RULES.md once per session - every non-negotiable rule is stated there, nowhere else.
This file is the single entrypoint: intent classification, local project detection, and module pointers for Stream work in Flutter apps.
Step 0: Intent classifier (mandatory first - never skip)
Before any tool call, decide the track from the user's input alone - no probes first.
Signals -> track
| Signal in user input | Track |
|---|---|
Explicit package/widget token: stream_chat_flutter, StreamChannelListView, StreamMessageListView, StreamChatClient, etc. |
C - Reference lookup |
Explicit video token: stream_video_flutter, StreamCallContainer, StreamVideo, StreamVideoRenderer, goLive, stopLive, livestream call type |
C - Reference lookup |
Explicit feeds token: stream_feed, stream_feed_flutter_core, StreamFeedClient, FlatFeedCore, FlatFeed, FeedBloc, activity feed, feeds flutter |
C - Reference lookup |
| Words "docs" or "documentation" around Stream Flutter work | C - Reference lookup |
| "How do I {X} in Flutter?", "What does {widget/method} do?" | C - Reference lookup |
| "Build me a new Flutter app", "create a Flutter chat app" + Stream | A - New app |
| "Build a Flutter video call app", "create a livestream app in Flutter" | A - New app (load VIDEO-FLUTTER.md + VIDEO-FLUTTER-blueprints.md or LIVESTREAM-FLUTTER.md + LIVESTREAM-FLUTTER-blueprints.md) |
| "Build an audio room / Twitter Spaces clone", "TikTok-style live feed", "call while livestreaming", "chat with video calls", "two calls at once" | A or B (load VIDEO-ADVANCED-FLUTTER.md + VIDEO-ADVANCED-FLUTTER-blueprints.md on top of the Video/Livestream pair) |
| "Add ringing / incoming calls", "video call with push notifications", "CallKit", "VoIP push", "FCM ringing", "missed call notification" | A or B (load RINGING-FLUTTER.md + RINGING-FLUTTER-blueprints.md on top of the Video pair) |
| "Build a Flutter feeds app", "create an activity feed app", "build a social feed in Flutter", "create a Twitter/Instagram clone" | A - New app (load FEEDS-FLUTTER.md + FEEDS-FLUTTER-blueprints.md; use Twitter-style UI unless the user explicitly specifies otherwise) |
| "Add/integrate Stream into this app", "wire Chat into my Flutter project" | B - Existing app |
| "Add video calling to my Flutter app", "integrate Stream Video into my existing app" | B - Existing app (load VIDEO-FLUTTER.md + VIDEO-FLUTTER-blueprints.md) |
| "Add a feed to my Flutter app", "integrate Stream Feeds into my existing app", "add activity feed" | B - Existing app (load FEEDS-FLUTTER.md + FEEDS-FLUTTER-blueprints.md; use Twitter-style UI unless the user explicitly specifies otherwise) |
| "Install Stream packages", "set up Stream in Flutter", "wire auth/token" with no broader feature request | D - Bootstrap / setup |
"Migrate my Flutter app from Sendbird", "replace sendbird_chat_sdk / sendbird_uikit with Stream", "switch off Sendbird / SendbirdUIKit" |
M - Migrate from Sendbird (sendbird-migration.md) |
Bare /stream-flutter with no args |
List the tracks briefly and wait |
What ships with it
22 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.
- builder.md 16 KB
- custom-ui.md 25 KB
- design-matching.md 138 KB
- references/CHAT-ADVANCED-FLUTTER-blueprints.md 8.1 KB
- references/CHAT-ADVANCED-FLUTTER.md 6.8 KB
- references/CHAT-CORE-blueprints.md 16 KB
- references/CHAT-CORE.md 14 KB
- references/CHAT-FLUTTER-blueprints.md 15 KB
- references/CHAT-FLUTTER.md 35 KB
- references/FEEDS-FLUTTER-blueprints.md 18 KB
- references/FEEDS-FLUTTER.md 18 KB
- references/LIVESTREAM-FLUTTER-blueprints.md 29 KB
- references/LIVESTREAM-FLUTTER.md 19 KB
- references/RINGING-FLUTTER-blueprints.md 16 KB
- references/RINGING-FLUTTER.md 20 KB
- references/VIDEO-ADVANCED-FLUTTER-blueprints.md 27 KB
- references/VIDEO-ADVANCED-FLUTTER.md 24 KB
- references/VIDEO-FLUTTER-blueprints.md 16 KB
- references/VIDEO-FLUTTER.md 46 KB
- RULES.md 12 KB
- sdk.md 10 KB
- sendbird-migration.md 63 KB
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.
- yesterday First seen · 438 lines · 112 tokens per session scan A c24954afe8e3
stream-flutter is a skill published in the GitHub repository GetStream/agent-skills (18 stars, last pushed 3d ago), licensed Apache-2.0. It adds 112 tokens to every session and 9,701 once invoked, about $0.0006 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
wukongim-cloud-analysis
Diagnose one exact live WuKongIM cloud Simulation Run or chat-lifecycle Cloud Lease through the repository Analysis MCP. Use when the user or a local Analysis Session asks Codex to inspect a run's cluster state, Prometheus signals, application logs, diagnostics, Controller task audits, profiles, or redacted config…
wukongim-chat-lifecycle
Operate the Codex-owned WuKongIM chat-lifecycle laboratory directly from the local repository. Use when the operator explicitly asks to buy temporary Alibaba Cloud servers and start the repair stability run, deploy a committed candidate to the same Lease, start or monitor the bounded long workload, diagnose a stopped…
wukongim-ops
Diagnose WuKongIM single-node or multi-node clusters through the embedded read-only Operations MCP. Use when investigating cluster health, nodes, physical Slots, exact channel runtime state, Controller tasks, fixed Prometheus signals, raw application logs, diagnostics, redacted config, backups, or bounded pprof…
compare
Multi-model code review. Fan out a bug or task to multiple LLMs, diff their findings, optionally debate, then dispatch subagents to fix in parallel. Use when the user types /compare or asks to compare models on a code issue.
activity-record
Query and orchestrate Arkloop Activity Record local activity data. Covers browser history, search terms, screen time, bluetooth, shell commands, window focus, keyboard, mouse, clipboard, screen content (accessibility tree), microphone audio transcription, and Codex sessions.
geogebra-drawing
GeoGebra 交互式数学可视化 Skill。生成 GGBScript 代码块,支持函数绘图、几何作图、坐标系构建和动态交互。.