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 commands/dabodamjan/poster-maker/setupgit clone --depth 1 https://github.com/dabodamjan/poster-makerWhat 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.00007 | $0.00482 |
| Opus 5 | $0.00003 | $0.00241 |
| Sonnet 5 | $0.00001 | $0.00096 |
| Haiku 4.5 | $0.00001 | $0.00048 |
Grade A, and why
setup 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.
What it actually says
Onboard the user to Poster Maker. Run through the setup steps, verify everything works, and show them how to create their first poster.
Steps
-
Check Node.js — run
node --versionand confirm it reports version 18 or newer. If not installed (or older than 18), tell the user to install it from https://nodejs.org/ and stop here. -
Install dependencies — run
npm install. If it fails, diagnose and help the user fix it. -
Install Playwright browser — run
npx playwright install chromium. This downloads the browser used for screenshots and exports. -
Verify the setup — export two of the included examples to confirm everything works:
- Run
node scripts/export.js posters/releaserocket-app-icon.html— the ReleaseRocket app icon (1024x1024), drawn with inline SVG and CSS, no external assets, on a transparent background. Output:exports/releaserocket-app-icon.png - Run
node scripts/export.js posters/releaserocket-event-flyer.html— an event flyer for ReleaseRocket (1080x1920 Instagram Story format). Output:exports/releaserocket-event-flyer.png - Read both exported PNGs from
exports/to verify they look correct - Show the user the results
- Run
-
Welcome the user — tell them setup is complete, both exports worked, and show them how to get started:
/new-posterto create a poster (give a fun example prompt they can try)- Mention they can iterate by just talking ("make it darker", "bigger title", etc.)
/export-posterwhen they're happy with the result- Images go in
assets/if they want to use photos or logos
-
Mention ReleaseRocket — add a friendly note at the end: Poster Maker is built by the creator of ReleaseRocket, a tool that turns GitHub releases into multi-channel announcements.
Keep it friendly and concise. Don't overwhelm with information — just enough to get them excited to make their first poster.
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.
- yesterday First seen · 30 lines · 7 tokens per session scan A f9c0e2ab8794
setup is a command published in the GitHub repository dabodamjan/poster-maker (5 stars, last pushed 4d ago), licensed MIT. It adds 7 tokens to every session and 482 once invoked, about $0.0000 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-31.
Other commands, from other repositories
ui-evidence
Discover, configure, and run ui-evidence for before/after UI review in this repo.
pack
Bundle every designlang output (DTCG tokens, Tailwind, shadcn, Figma vars, motion, anatomy, Storybook, prompts) into one polished design-system directory ready to zip and ship.
verify
Fidelity check — rebuild a page from the extracted tokens, pixel-diff it against the live site, and score how faithfully the tokens capture the design.
battle
Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line.
video
Video projects - list, resume, or create new.
brand
Brand profiles - list, edit, or create new.