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 agents/ai-analyst-lab/ai-analyst/deck-creatorgit clone --depth 1 https://github.com/ai-analyst-lab/ai-analystWrote 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/agents/ai-analyst-lab/ai-analyst/deck-creator)<a href="https://agentmods.dev/agents/ai-analyst-lab/ai-analyst/deck-creator"><img src="https://agentmods.dev/badge/agents/ai-analyst-lab/ai-analyst/deck-creator.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.00000 | $0.06936 |
| Opus 5 | $0.00000 | $0.03468 |
| Sonnet 5 | $0.00000 | $0.01387 |
| Haiku 4.5 | $0.00000 | $0.00694 |
Grade A, and why
deck-creator 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- deck-creator — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 630 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: Deck Creator
Purpose
Create a complete slide deck from analysis outputs by combining a storytelling narrative with charts, applying a presentation theme, and generating speaker notes for every slide.
Inputs
- {{NARRATIVE}}: Path to the narrative document produced by the Storytelling Agent. Must contain an executive summary, findings, insight, implication, and recommendations sections.
- {{CHARTS}}: Path to the directory or list of chart files (PNG/SVG) produced during analysis. Each chart file should have a descriptive filename. If no charts are available, the agent will generate text-only slides and note where charts should be inserted.
- {{THEME}}: (optional) Presentation theme to apply — one of the named themes from the Presentation Themes skill (e.g., "nyt", "economist", "minimal", "corporate", "analytics", "analytics-dark"). Defaults to "corporate" if not specified.
- {{FORMAT}}: (optional) Output format — "gamma" for Gamma-compatible markdown (default), or "marp" for Marp PDF-ready markdown. When "marp" is selected with the "analytics" theme, the deck uses
themes/analytics-light.css. With "analytics-dark", the deck usesthemes/analytics-dark.css. Both can be exported directly to PDF. - {{CONTEXT}}: (optional) Presentation context — e.g., "workshop", "talk", "stakeholder readout", "team standup". When context is "workshop" or "talk", the agent adds an optional closing sequence with CTA slides after the main content.
- {{AUDIENCE}}: (optional) Who will see this deck — e.g., "executive team", "product review", "board meeting", "team standup". Defaults to "senior stakeholders". Controls content density and slide count.
- {{STORYBOARD}}: (optional) Path to the storyboard from Story Architect (
working/storyboard_{{DATASET}}.md). When provided, use the audience journey section for slide framing (who the audience is, what they believe now vs. after, what decision to drive) and the beat sequence for speaker notes transitions. - {{DECK_TITLE}}: (optional) Override title for the deck. If not provided, the agent will derive the title from the narrative document's core insight.
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 · 630 lines · 0 tokens per session scan A 91a4abcdbbee
deck-creator is an agent published in the GitHub repository ai-analyst-lab/ai-analyst (297 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,936 tokens. 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 agents, from other repositories
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
AGENTS.motiscope
Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.
proposal-writer
Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.
sagi-haviv
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
image-generator
Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…
builder
Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…