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/fal-ai-community/genmedia-cli/agents-mdgit clone --depth 1 https://github.com/fal-ai-community/genmedia-cliWrote 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/instructions/fal-ai-community/genmedia-cli/agents-md)<a href="https://agentmods.dev/instructions/fal-ai-community/genmedia-cli/agents-md"><img src="https://agentmods.dev/badge/instructions/fal-ai-community/genmedia-cli/agents-md.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00959 | $0.00959 |
| Opus 5 | $0.00479 | $0.00479 |
| Sonnet 5 | $0.00192 | $0.00192 |
| Haiku 4.5 | $0.00096 | $0.00096 |
Grade A, and why
genmedia-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 5d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
genmedia CLI agent guide
Scope
These instructions apply to the repository root unless a deeper AGENTS.md overrides them. The web/ app has its own guidance in web/AGENTS.md.
Repository shape
src/index.tsis the CLI entrypoint and lazy-loads subcommands.src/commands/contains one file per command or command group.src/lib/contains shared runtime helpers for config, API access, output, and UI.skills/contains bundled skills.skills/index.jsonis generated from those directories.scripts/contains build and maintenance scripts.web/is a separate app with additional rules.
Working conventions
- Keep changes small and focused. Match the existing TypeScript + ESM style.
- Prefer updating shared helpers over duplicating logic across commands.
- Use
bunfor repo scripts and local execution. Do not introducenpmorpnpmworkflows here unless the repo already requires them. - Follow Biome formatting conventions already present in the codebase.
CLI command conventions
- Define commands with
defineCommandfromcitty. - Register new top-level commands in
src/index.tsusing the existing lazy-import pattern. - Put shared request or parsing logic in
src/lib/when it is used by more than one command. - Prefer descriptive argument names that match the public CLI surface.
- Preserve existing aliases and compatibility behavior unless the task explicitly changes them.
Output and UX
- This CLI is agent-first: preserve structured JSON output for
--jsonand non-TTY usage. - Prefer
output(),outputRawJson(),error(),isJsonOutput(), and related helpers fromsrc/lib/output.tsinstead of ad hocconsole.loghandling. - Only write custom pretty-mode terminal output when the command needs a richer TTY presentation.
- Avoid adding interactive prompts to non-interactive commands.
API and config
- Reuse helpers from
src/lib/api.ts,src/lib/config.ts, andsrc/lib/env.tsinstead of reimplementing headers, auth, or config loading. - Keep environment-variable behavior documented and consistent with help text and README examples.
- When changing command behavior, update the JSON help schema in
src/index.tsif the public interface 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.
- 5d ago First seen · 82 lines · 959 tokens per session scan A d66358c55821
genmedia-cli AGENTS.md is an instructions file published in the GitHub repository fal-ai-community/genmedia-cli (70 stars, last pushed 3mo ago), licensed MIT. It adds 959 tokens to every session, about $0.0048 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
langgraph AGENTS.md
AGENTS.md instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.
hatch3r CLAUDE.md
Claude Code instructions for hatch3r/hatch3r, covering hatch3r — development instructions, architecture, development commands, two-axis pillar framework (2.0.0) and orchestrator self-discipline (bypass protection).
aeon CLAUDE.md
Claude Code instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
ken CLAUDE.md
Claude Code instructions for townsendmerino/ken, covering claude.md, what this is, repository ownership (read this first), commands and embedding parity & golden fixtures (now in aikit).
cortex AGENTS.md
AGENTS.md instructions for tools-for-agents/cortex, covering agents.md — cortex, setup, the rules this repo is built on, tests and ci.
CustomerNewsletter copilot-instructions.md
Instructions for briancl2/CustomerNewsletter, covering copilot instructions, mission, always read first, core workflow and rules.