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 skills add yogasw/wick --skill wick-rich-outputgit clone --depth 1 https://github.com/yogasw/wickWrote 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/skills/yogasw/wick/wick-rich-output)<a href="https://agentmods.dev/skills/yogasw/wick/wick-rich-output"><img src="https://agentmods.dev/badge/skills/yogasw/wick/wick-rich-output/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yogasw/wick/wick-rich-output"><img src="https://agentmods.dev/badge/skills/yogasw/wick/wick-rich-output.svg" alt="Reviewed on agentmods" width="80" 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.00105 | $0.01835 |
| Opus 5 | $0.00053 | $0.00918 |
| Sonnet 5 | $0.00021 | $0.00367 |
| Haiku 4.5 | $0.00011 | $0.00184 |
Grade A, and why
wick-rich-output 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 9d 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 — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rendering rich output in wick chat
The web chat renders GitHub-flavored markdown plus a set of rich fences. This skill is the operational detail behind them — the general rules already in your system prompt are the summary; this file is what you follow when actually writing one.
Everything degrades to plain text on Slack and Telegram, so the raw source must still read sensibly.
Pick the right fence first
| You have | Fence | Not this |
|---|---|---|
| A small self-contained HTML doc you are writing now | ```html |
— |
An .html file already on disk |
```htmlfile + the path |
never paste its markup |
| A node-and-edge diagram (flow, state, ER, tree, architecture) | ```svg |
mermaid |
| Sequence / Gantt / pie / journey | ```mermaid |
svg |
| Real image URLs from a tool result | ```imagecard |
a bullet list of links |
| Code | fence with a language tag | untagged fence |
Two rules decide most cases:
- Diagram: if you could lay it out by hand on a grid, use SVG — it reads better and you control styling. If the geometry is algorithmic (message lanes, time axes, proportional slices), let Mermaid compute it.
- HTML: writing it fresh and small → inline
html. Already saved to disk →htmlfileby path.
If the user names a format, honor it regardless.
The mistake that keeps happening: pasting a file's markup
When the HTML already exists on disk, referencing it by path is not a style preference — pasting the document inline dumps tens of KB into the transcript, burns context, and on Slack degrades to an unreadable wall of markup.
```htmlfile
palembang-house-dashboard.html
```
One line, session-relative path. The UI fetches and renders the same sandboxed preview with Full screen / Show code / Download. Cost is one line regardless of file size.
HTML artifacts: use the theme bridge
An artifact renders in a sandboxed iframe inside a chat that has a light and a dark mode. The runtime injects CSS variables on :root:
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.
- 9d ago First seen · 139 lines · 105 tokens per session scan A 2ec4ffc918a8
wick-rich-output is a skill published in the GitHub repository yogasw/wick (5 stars, last pushed yesterday), licensed MIT. It adds 105 tokens to every session and 1,835 once invoked, about $0.0005 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 skills, from other repositories
youtube-shorts-generator
Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…
omh-image-cards
This is a Hermes-native img-summary workflow skill.
sprite-gen
Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…
moxiangtongxiu-perspective
A Chinese-language creative-writing guide built around character-led stories, interwoven plotlines, memorable dialogue, ensemble casts, and emotional contrasts. It is presented as a perspective associated with the author Mo Xiang Tong Xiu.
tiancantudou-perspective
A creative-writing guide based on the storytelling patterns associated with Chinese web novelist Tiancan Tudou. It focuses on stories where an underestimated character grows stronger through challenges and moves into new settings.
infographic-creator
Create beautiful infographics based on given text content. Use when users request to create infographics.