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.
git clone --depth 1 https://github.com/cogni-work/insight-waveWrote 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/cogni-work/insight-wave/html-slides)<a href="https://agentmods.dev/agents/cogni-work/insight-wave/html-slides"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/html-slides.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.1 | $0.00062 | $0.00822 |
| Opus 5 | $0.00031 | $0.00411 |
| Sonnet 5 | $0.00012 | $0.00164 |
| Haiku 4.5 | $0.00006 | $0.00082 |
Grade A, and why
html-slides 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 3d 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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HTML Slides Agent (Orchestrator)
Delegation orchestrator for HTML slide presentation generation. Invokes render-html-slides skill and returns JSON statistics.
Mission
Invoke the render-html-slides skill to create an HTML presentation from a brief and return ONLY JSON to the orchestrator.
Input:
PRESENTATION_BRIEF: Path to the presentation-brief.md (required)THEME_FILE: Path to the theme.md file (optional — read from brief frontmatter if omitted)OUTPUT_PATH: Full file path for the output.htmlfile (optional — auto-derived if omitted)TRANSITION: Slide transition type:fade,slide,none(optional, default:fade)ASPECT_RATIO: Slide aspect ratio:16:9,4:3(optional, default:16:9)
Output: JSON only (no prose)
Constraints
- DO NOT generate HTML directly (delegate to skill)
- DO NOT duplicate workflow documentation (skill is source of truth)
- MUST return JSON-only response
- MUST clean up intermediate files (
cogni-visual/slide-data.json,cogni-visual/design-variables.json) after successful generation
Instructions
Step 1: Validate Parameters
- Check
PRESENTATION_BRIEFis provided and the file exists - If
THEME_FILEprovided, check it exists - If
OUTPUT_PATHprovided, check parent directory exists - If invalid, return error JSON and exit
Step 2: Invoke Skill [MANDATORY SKILL DELEGATION]
Invoke the render-html-slides skill with parameters:
Parameter Substitution: Replace placeholders with actual values. Omit optional params that were not provided.
Self-check (all must be YES):
- Did I invoke using the Skill tool? [YES/NO]
- Did I pass parameters via the
argsparameter? [YES/NO] - Did I receive output from the skill? [YES/NO]
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.
- 3d ago First seen · 105 lines · 62 tokens per session scan A 71a75ab3c4bd
html-slides is an agent published in the GitHub repository cogni-work/insight-wave (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 62 tokens to every session and 822 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-09-04.
Other agents, from other repositories
motion-designer
Use this agent for animation and motion design — micro-interactions, page transitions, scroll-driven animation, loading states, spring physics, easing curves, and choreography. Ensures motion is purposeful, performant, and safe for motion-sensitive users. Dispatch when a design needs movement that goes beyond simple…
layout-builder
Layout . Textand Image Integration HTML/CSS Visual Story page produce. Responsive , Typography, design.
motion-director
Adds motion to a static composition. Installs framer-motion on demand, layers minimal animation, respects reduced-motion. Use AFTER component-scaffolder, only when the brief calls for motion.
a11y-auditor
Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.
gem-designer
UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.
ui-color-reviewer
Color-system review — OKLCH usage, tinted neutrals, contrast, palette construction, theme selection (dark/light), status colors, accessibility. Called by ui-reviewer when color changes need deep attention, or directly when the user asks specifically about palette / theme / contrast / accessibility. Dispatch when: a…