launch-graphics

A set of committed Node.js image generators for making agentOS launch graphics, social images, and code-snippet cards.

In plain words
What is it for?
Use it to render or update launch and social hero images, agentOS Apps graphics, and technical images showing code snippets. Review the generated PNG files before sharing them.
Why use it?
It avoids creating these graphics manually and keeps their layout, fonts, colours, and logo treatment consistent with the project's documented design choices.

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/rivet-dev/agentos/launch-graphics
Any agent
npx skills add rivet-dev/agentos --skill launch-graphics
Clone the repo
git clone --depth 1 https://github.com/rivet-dev/agentos

Made for: Claude Code, Codex.

Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 371 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.00066 $0.00371
Opus 5 $0.00033 $0.00186
Sonnet 5 $0.00013 $0.00074
Haiku 4.5 $0.00007 $0.00037

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

Security

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.

.claude/skills/launch-graphics/SKILL.md · 30 lines

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.mjs needs shiki (dev-only, not a repo dep): set SHIKI_DIR=/path/to/node_modules/shiki or pnpm add -D shiki.
  • After rendering, open the PNG to review before sharing.

Editing

  • Read docs-internal/graphics/README.md first — it records the brand decisions (palette, fonts, "Apps" treatment, tile styling) to stay on.
  • Change layout/typography/snippets in the render-*.mjs files or snippets.json; keep new external logos vendored in docs-internal/graphics/assets/.
  • Iterate by re-running and viewing the PNG; tune sizes/spacing until it reads right.
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. 2d ago First seen · 30 lines · 66 tokens per session scan A ce31e7c00fe3

Subscribe to this mod's changes

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.

Related

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".

alleneee/skill-agent · 57 tokens

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.

bytedance/deer-flow · 42 tokens

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.

bytedance/deer-flow · 38 tokens

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…

angular/angular · 77 tokens

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…

Leonxlnx/taste-skill · 89 tokens

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.

alibaba/page-agent · 39 tokens