burnable-visual-briefs

burnable-visual-briefs is a skill for Claude Code, Codex from SaikaAco/saika-hermes-skills. It costs 38 tokens per session (1,240 once invoked), scanned A, original, MIT.

A method for turning dense comparisons, system designs, processes, and decisions into temporary, self-contained HTML pages with simple graphics.

In plain words
What is it for?
It is for creating disposable visual briefs such as diagrams, maps, dashboards, process explanations, architecture overviews, and decision summaries.
Why use it?
It makes relationships and risk boundaries easier to understand when plain text is hard to follow. The page is a communication aid, not the permanent evidence or source of truth.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for creating disposable visual briefs such as diagrams, maps, dashboards, process explanations, architecture overviews, and decision summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saikaaco/saika-hermes-skills/burnable-visual-briefs
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 SaikaAco/saika-hermes-skills --skill burnable-visual-briefs
Clone the repo
git clone --depth 1 https://github.com/SaikaAco/saika-hermes-skills

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 burnable-visual-briefs

README.md
[![agentmods](https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs/github.svg)](https://agentmods.dev/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs)
Your own site
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs/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 burnable-visual-briefs

Your own site · 80×15
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/burnable-visual-briefs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,240 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.00038 $0.01240
Opus 5 $0.00019 $0.00620
Sonnet 5 $0.00008 $0.00248
Haiku 4.5 $0.00004 $0.00124

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

Security

Grade A, and why

burnable-visual-briefs 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_brief.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/burnable-visual-briefs/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Burnable Visual Briefs

Overview

Turn dense material into a graphic-first, minimal-text, self-contained HTML brief. The brief is a disposable communication surface, never the authoritative evidence store.

canonical evidence → burnable visual brief → short caption + attachment

Trigger gate

Use when the user asks for a visual, diagram, map, dashboard, or burnable report, or when a comparison, architecture, process, dependency, decision, or risk boundary is materially clearer spatially than in prose.

Do not use for simple facts, exact commands, source code/diffs, urgent alerts, canonical legal/audit artifacts, or decoration without information gain.

Artifact contract

Write final briefs under:

<active-workspace>/scratch/visual-briefs/
  <profile>/<YYYY-MM-DD>/<YYYYMMDDTHHMMSSZ>-<concise-slug>.html

Rules:

  • one standalone UTF-8 .html file with a responsive viewport;
  • mode 0600 on POSIX systems;
  • inline CSS and SVG only;
  • no JavaScript, external stylesheets, web fonts, trackers, forms, iframes, embedded objects, or remotely loaded assets;
  • ordinary https:// source links are allowed;
  • include hermes-created-at and hermes-expires-at UTC metadata;
  • expiry is no more than seven days after creation;
  • never include credentials, hidden raw data, or unrelated personal information.

Use templates/burnable-visual-brief.html as a starting point and validate before delivery:

python3 <skill-package>/scripts/validate_brief.py \
  --root <active-workspace>/scratch/visual-briefs \
  /absolute/path/to/brief.html

Graphic-first contract

Choose a visual grammar that matches the information:

Information shape Preferred visual
sequence or handoff branching flow, swimlane, or timeline
architecture or dependency node-link map, layered stack, or boundary graph
comparison aligned matrix or grouped/stacked bar chart with real measures
status and thresholds bar, bullet chart, sparkline, or gauge backed by observed values
decision and trade-off decision tree, quadrant, or weighted trade-off plot
risk and control boundary safe path, blocked path, or nested authority zones

Read the full file on GitHub · 117 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 117 lines · 38 tokens per session scan A 80e01e8038fb

Subscribe to this mod's changes

burnable-visual-briefs is a skill published in the GitHub repository SaikaAco/saika-hermes-skills (2 stars, last pushed 13d ago), licensed MIT. It adds 38 tokens to every session and 1,240 once invoked, about $0.0002 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

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…

beefiker/superloopy · 113 tokens

position-me

Elite Website Reviewer Agent for AEO, GEO, SEO, UI/UX Psychology, and Copywriting. Use this skill when asked to review or evaluate a website's positioning. It conducts an EXHAUSTIVE, multi-page, psychologically-driven, and ruthless analysis of the entire website. Produces a massive, comprehensive, scored report with…

Varnan-Tech/opendirectory · 81 tokens

hermes-themes

Author a Hermes skin — one YAML file that themes the CLI, the TUI, and the desktop GUI at once. The skin engine (hermescli/skinengine.py) resolves the active skin and the gateway pushes it to every surface, so a file dropped in /.hermes/skins/ is the theme analogue of a plugin: no code, all surfaces. This skill covers…

AtlasOmnia/donna-starter · 20 tokens

superloopy-frontend

Use only after explicit Codex $superloopy:superloopy-frontend or Claude Code /superloopy:superloopy-frontend invocation for supported screen-based application UI across browser-hosted Web, interactive deployed content-led Web, desktop, mobile/tablet, embedded/hybrid, Qt, custom-rendered, or mixed targets, such a task…

beefiker/superloopy · 148 tokens

omarchy-theme-maker

Use when an Omarchy desktop should be themed from a wallpaper or photo by deriving a contrast-checked colors.toml palette from the image, installing it as the theme background, and applying it with omarchy theme set.

asimons81/hermes-field-kit · 49 tokens

reticle-aesthetic

Build landing page sections, hero blocks, and marketing surfaces in the Reticle/Sigil engineering-instrument-grid aesthetic. Use when creating new landing sections, hero components, marketing pages, or when the user says "reticle", "hero", "landing page", "new section", "instrument panel", "grid cell", or wants to…

Kevin-Liu-01/Agent-Machines · 80 tokens