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/rivet-dev/agentos/launch-graphicsnpx skills add rivet-dev/agentos --skill launch-graphicsgit clone --depth 1 https://github.com/rivet-dev/agentosWhat 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.00066 | $0.00371 |
| Opus 5 | $0.00033 | $0.00186 |
| Sonnet 5 | $0.00013 | $0.00074 |
| Haiku 4.5 | $0.00007 | $0.00037 |
Grade A, and why
launch-graphics 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.
What it actually says
agentOS launch graphics
Source generators live in docs-internal/graphics/ (committed). Rendered
PNGs go to ~/tmp/agentos-graphics/ — never commit output images.
Generate
node docs-internal/graphics/render-launch.mjs # launch/social hero → ~/tmp/agentos-graphics/launch.png
node docs-internal/graphics/render-technical.mjs # code-snippet card → ~/tmp/agentos-graphics/technical.png
- Pass an output dir as arg 1 to override (default
~/tmp/agentos-graphics/). render-technical.mjsneedsshiki(dev-only, not a repo dep): setSHIKI_DIR=/path/to/node_modules/shikiorpnpm add -D shiki.- After rendering, open the PNG to review before sharing.
Editing
- Read
docs-internal/graphics/README.mdfirst — it records the brand decisions (palette, fonts, "Apps" treatment, tile styling) to stay on. - Change layout/typography/snippets in the
render-*.mjsfiles orsnippets.json; keep new external logos vendored indocs-internal/graphics/assets/. - Iterate by re-running and viewing the PNG; tune sizes/spacing until it reads right.
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 · 30 lines · 66 tokens per session scan A ce31e7c00fe3
launch-graphics is a skill published in the GitHub repository rivet-dev/agentos (4,435 stars, last pushed 6d ago), licensed Apache-2.0. It adds 66 tokens to every session and 371 once invoked, about $0.0003 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
slack-gif-creator
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
image-generation
Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.
podcast-generation
Use this skill when the user requests to generate, create, or produce podcasts from text content. Converts written content into a two-host conversational podcast audio format with natural dialogue.
angular-developer
Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or for best practices on reactivity (signals, linkedSignal, resource, httpResource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component…
brandkit
Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…
git-cleanup
Clean up local git branches and remotes accumulated from PR reviews. Use when the user asks to clean branches, remove stale remotes, or tidy up the local git state.