wick-rich-output

wick-rich-output is a skill for Claude Code, Codex from yogasw/wick. It costs 105 tokens per session (1,835 once invoked), scanned A, original, MIT.

Guidance for creating HTML artifacts, diagrams, charts, image galleries, and dashboards in wick chat. It explains which output format to use and how to connect the artifact to the chat theme.

In plain words
What is it for?
Use it when writing a new HTML document, linking an existing HTML file, creating SVG or Mermaid diagrams, or displaying images returned by a tool.
Why use it?
It helps prevent artifacts from using the wrong format or failing because browser requests such as fetch are blocked. It also ensures the raw source remains readable where rich rendering is unavailable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it when writing a new HTML document, linking an existing HTML file, creating SVG or Mermaid diagrams, or displaying images returned by a tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yogasw/wick/wick-rich-output
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.

Any agent
npx skills add yogasw/wick --skill wick-rich-output
Clone the repo
git clone --depth 1 https://github.com/yogasw/wick

Made for: Claude Code, Codex.

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

agentmods badge for wick-rich-output

README.md
[![agentmods](https://agentmods.dev/badge/skills/yogasw/wick/wick-rich-output/github.svg)](https://agentmods.dev/skills/yogasw/wick/wick-rich-output)
Your own site
<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.

agentmods 80×15 button for wick-rich-output

Your own site · 80×15
<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>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00105 $0.01835
Opus 5 $0.00053 $0.00918
Sonnet 5 $0.00021 $0.00367
Haiku 4.5 $0.00011 $0.00184

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

Security

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.

internal/agents/skillsync/builtin/wick-rich-output/SKILL.md · 139 lines

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 → htmlfile by 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:

Read the full file on GitHub · 139 lines

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. 9d ago First seen · 139 lines · 105 tokens per session scan A 2ec4ffc918a8

Subscribe to this mod's changes

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.

Related

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…

Anil-matcha/awesome-generative-ai-apps · 135 tokens

omh-image-cards

This is a Hermes-native img-summary workflow skill.

rlaope/oh-my-hermes · 66 tokens

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…

aldegad/sprite-gen · 291 tokens

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.

momozi1996/awesome-ai-persona-skills · 136 tokens

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.

momozi1996/awesome-ai-persona-skills · 158 tokens

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens