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 skills/chacosoldier/compabob/visual-explainernpx skills add chacosoldier/compabob --skill visual-explainergit clone --depth 1 https://github.com/chacosoldier/compabobWhat 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.00064 | $0.00338 |
| Opus 5 | $0.00032 | $0.00169 |
| Sonnet 5 | $0.00013 | $0.00068 |
| Haiku 4.5 | $0.00006 | $0.00034 |
Grade A, and why
visual-explainer 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 2d 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.
What it actually says
Visual Explainer
Produce one standalone HTML file that explains something clearly. Good for architecture overviews, plan reviews, before/after comparisons, timelines, and dashboards.
Steps
- Clarify the subject and the audience. What is being explained, and who reads it? That sets the depth.
- Choose the form: a flow diagram, a comparison table, a timeline, a layered architecture, a metric dashboard.
- Build one self-contained
.htmlfile:- All CSS inline in a
<style>block. No external stylesheets, no CDN links, no network dependencies. The file must open correctly offline by double-clicking it. - Readable typography, generous spacing, a restrained palette.
- Content-first: the explanation carries the page, decoration supports it.
- All CSS inline in a
- Save to
reports/(create the directory if needed) asYYYY-MM-DD-<slug>.html. - Tell the user the path so they can open it.
Principles
- Self-contained or it does not count. One file, opens offline.
- The page answers a question. Lead with that answer, same as any other output.
- Prefer this over a large ASCII table (four or more rows, or three or more columns).
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.
- 2d ago First seen · 26 lines · 64 tokens per session scan A 8d4b2eb864c0
visual-explainer is a skill published in the GitHub repository chacosoldier/compabob (32 stars, last pushed 2mo ago), licensed MIT. It adds 64 tokens to every session and 338 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-08-30.
Other skills, from other repositories
agent-pagerank-analyzer
Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer.
agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer.
agent-neural-network
Agent skill for neural-network - invoke with $agent-neural-network.
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.