stream-flutter

A skill for adding Stream's chat, video, and activity-feed services to Flutter and Dart applications. Stream is a service provider, while Flutter is a toolkit for building apps and Dart is its programming language.

In plain words
What is it for?
Use it for Stream Chat interfaces, video calls and livestreams, activity feeds, package setup, authentication wiring, and Flutter widget blueprints.
Why use it?
It provides a documented route for setting up Stream packages, connecting authentication, and choosing prebuilt or custom interface components. This reduces the need to piece together separate setup instructions for chat, calls, livestreams, or feeds.

Skill for Claude CodeCodex

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/getstream/agent-skills/stream-flutter
Any agent
npx skills add GetStream/agent-skills --skill stream-flutter
Clone the repo
git clone --depth 1 https://github.com/GetStream/agent-skills

Made for: Claude Code, Codex.

Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,701 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.00112 $0.09701
Opus 5 $0.00056 $0.04850
Sonnet 5 $0.00022 $0.01940
Haiku 4.5 $0.00011 $0.00970

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

Security

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.

skills/stream-flutter/SKILL.md · 438 lines

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

Read the full file on GitHub · 438 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. yesterday First seen · 438 lines · 112 tokens per session scan A c24954afe8e3

Subscribe to this mod's changes

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.

Related

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/WuKongIM · 114 tokens

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/WuKongIM · 115 tokens

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…

WuKongIM/WuKongIM · 69 tokens

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.

Cristophereasygoing927/compare-mcp · 52 tokens

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.

qqqqqf-q/Arkloop · 55 tokens

geogebra-drawing

GeoGebra 交互式数学可视化 Skill。生成 GGBScript 代码块,支持函数绘图、几何作图、坐标系构建和动态交互。.

qqqqqf-q/Arkloop · 0 tokens