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 instructions/ffroliva/gflow-cli/agents-mdgit clone --depth 1 https://github.com/ffroliva/gflow-cliWhat 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.05016 | $0.05016 |
| Opus 5 | $0.02508 | $0.02508 |
| Sonnet 5 | $0.01003 | $0.01003 |
| Haiku 4.5 | $0.00502 | $0.00502 |
Grade A, and why
gflow-cli AGENTS.md 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 2d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — gflow-cli
Universal entry point for AI coding agents. Read this first; everything else routes from here.
Supported tools that auto-discover this file: Cursor, Codex, Aider, Antigravity (agy), Jules, Devin, Windsurf, Zed, Warp, opencode, RooCode, Amp, Junie, Phoenix, GitHub Copilot, VS Code, Factory, Augment, Semgrep, Kilo Code, UiPath. Claude Code reads CLAUDE.md, which cross-references this file.
Project at a glance
- Unofficial Python CLI for Google Flow — drives Veo (image-to-video, text-to-video) and Imagen (text-to-image) generations from the terminal by reverse-engineering Flow's private REST API at
aisandbox-pa.googleapis.com. - Python 3.11+ ·
uv-managed ·hatchlingbuilds · Playwright Chromium transport ·pyrightstrict ·ruff·pytest. - Single-package modular monolith. Top-level modules under
src/gflow_cli/:api/,auth/,data/,mcp/,services/,tools/,ui/,worker/,browser_manager.py,cli.py,_cli_helpers.py,diagnostics.py,json_output.py,media.py,profile_lease.py,redaction.py,storage.py,winsec.py,cli_project.py,cli_character.py,cli_data.py,cli_image.py,cli_instructions.py,cli_models.py,cli_movie.py,cli_run.py,cli_scene.py,cli_tools.py,cli_video.py,chain.py,chain_manifest.py,composition.py,config.py,errors.py,exceptions.py,image_batch.py,movie_manifest.py,observability.py,paths.py,profile_store.py. - Command surface:
gflow auth,gflow image(t2i/i2i/batch/upload/upscale),gflow video(t2v/i2v/r2v/chain — nobatchsubcommand; the nonfunctional stub was removed, loopgflow video t2v/i2vfrom the shell for multi-clip runs),gflow character(create/list/show/rm/voices — reusable project-scoped Flow Character entities),gflow scene(create/show — Add Clip / Scenes, withcreate --outputfor credit-free server-side extended video),gflow instructions(persistent Agent-Mode brief cards — add/list/enable/disable/rm/apply/toggle-mode, credits-free,--projectrequired),gflow movie(run/template — multi-scene manifest pipeline),gflow tools(list/show/run — prompt-rewriting tools, also--toolon generation commands),gflow data(catalog queries),gflow models,gflow run,gflow mcp(run/setup — stdio MCP server), andgflow serve(Streamable HTTP at/mcp;--transport sseis deprecated). - Works with any Google account that has Flow access. All generations bill against the user's own Google account.
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.
- 2d ago First seen · 180 lines · 5,016 tokens per session scan A 2e26a597bb55
gflow-cli AGENTS.md is an instructions file published in the GitHub repository ffroliva/gflow-cli (136 stars, last pushed 2d ago), licensed MIT. It adds 5,016 tokens to every session, about $0.0251 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 instructions, from other repositories
nuwax AGENTS.md
Instructions for nuwax-ai/nuwax, covering ai agent system documentation, 系统概述, ai agent 架构, 核心组件 and ai 功能特性.
nuwax CLAUDE.md
Instructions for nuwax-ai/nuwax, covering claude ai agent platform frontend, 系统概述, ai agent 架构, 核心组件 and ai 功能特性.
langchain-aws AGENTS.md
Instructions for langchain-ai/langchain-aws, covering global development guidelines for the langchain monorepo, project architecture and context, langchain-aws structure, key components and langgraph-checkpoint-aws structure.
agents-universe CLAUDE.md
Instructions for agents-universe/agents-universe, covering agents universe — enterprise ai agent framework, project overview, monorepo layout, development commands and api (from packages/api/).
peerd AGENTS.md
Instructions for NotASithLord/peerd, covering agents.md — peerd, what peerd is, the codebase is five modules, what to read, in order and non-negotiable conventions.
agentic-playwright skill-creator.instructions.md
Instructions for idavidov13/agentic-playwright, covering skill creator, communicating with the user, creating a skill, capture intent and interview and research.