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/theclaymethod/artifacture/visual-explainernpx skills add theclaymethod/artifacture --skill visual-explainergit clone --depth 1 https://github.com/theclaymethod/artifactureWhat 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.00084 | $0.01024 |
| Opus 5 | $0.00042 | $0.00512 |
| Sonnet 5 | $0.00017 | $0.00205 |
| Haiku 4.5 | $0.00008 | $0.00102 |
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 yesterday.
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 — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Visual Explainer
Produce an editable MDX/TSX source, export it to self-contained HTML, and verify the result. Use HTML instead of ASCII for substantial diagrams and tables.
Resolve the runtime
Set REPO to the Artifacture checkout before authoring:
- If
../../visual-explainer-mdx/components.tsxexists relative to this file, use the repository two directories above this file. - Otherwise, use
~/.artifacturewhen it containsvisual-explainer-mdx/components.tsxandpackage.json. - If neither exists, clone
https://github.com/theclaymethod/artifactureto~/.artifactureand runnpm install --prefix ~/.artifacture, then resume. Require Node 22 or newer. Do not update an existing runtime as a side effect of generation.
Run every npm run ve:* command from REPO. Sources may live elsewhere; pass absolute paths.
Execute the flow
- Select one route below and read its card. Covered flows need this file and that card only until a conditional pointer fires.
- Author
.mdxby default. Use.tsxonly for local state, generated/custom SVG, or video. Import shared components fromREPO/visual-explainer-mdx/components.tsxas the card shows. - Export with
npm --prefix REPO run ve:export -- <abs-source> --out <abs-output>. For static video, usenpm --prefix REPO run ve:export-static -- <abs-source.tsx> --out <abs-output>. Fix strict-export failures in the source. - Read verification.md, execute its routed checks, open the artifact, and report the source, HTML, report JSON, and any incomplete verification.
Completion requires an editable source, a successful export, and evidence for every required verification pass. Apply feedback to the source and re-export.
Route
| Request | Read first | Read only when needed |
|---|---|---|
| diagram or architecture | web-diagram.md | The card routes custom geometry and specialized diagrams. |
| implementation plan | visual-plan.md | — |
| comparison or data table | comparison-table.md | — |
| slides or presentation | slide-deck.md | For bespoke fixed-stage presentation chrome, read deck-navigation-shell.md, then slide-patterns.md. |
| code walkthrough | code-walkthrough.md | — |
| explain a diff | explain-diff.md | — |
| project recap | project-recap.md | — |
What ships with it
60 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.
- .claude-plugin/plugin.json 292 B
- .claude/agents/ve-diagram-builder.md 4.5 KB
- .claude/agents/ve-hero-builder.md 3.9 KB
- .claude/agents/ve-table-builder.md 4.8 KB
- .claude/agents/ve-verifier-aesthetic.md 935 B
- .claude/agents/ve-verifier-artifact-slop-gap.md 1.0 KB
- .claude/agents/ve-verifier-completeness.md 789 B
- .claude/agents/ve-verifier-deck-review.md 1.3 KB
- .claude/agents/ve-verifier-diagram.md 838 B
- .claude/agents/ve-verifier-layout.md 887 B
- .claude/agents/ve-verifier-operating-model.md 1.0 KB
- .claude/agents/ve-verifier-poster.md 636 B
- agents/openai.yaml 225 B
- cards/code-walkthrough.md 1.3 KB
- cards/comparison-table.md 1.3 KB
- cards/explain-diff.md 1.3 KB
- cards/project-recap.md 1.4 KB
- cards/slide-deck.md 1.5 KB
- cards/visual-plan.md 1.3 KB
- cards/web-diagram.md 1.7 KB
- commands/annotate.md 1.7 KB
- commands/diff-review.md 9.3 KB
- commands/explain-diff.md 2.1 KB
- commands/fact-check.md 5.4 KB
- commands/generate-poster.md 4.5 KB
- commands/generate-slides.md 6.4 KB
- commands/generate-video.md 8.3 KB
- commands/generate-visual-plan.md 8.0 KB
- commands/generate-web-diagram.md 5.4 KB
- commands/plan-review.md 10.0 KB
- commands/project-recap.md 8.0 KB
- commands/render-video.md 6.8 KB
- commands/share.md 4.2 KB
- references/clarify.md 7.9 KB
- references/components.md 12 KB
- references/css-patterns.md 46 KB
- references/deck-navigation-shell.md 3.5 KB
- references/deck-visual-review-repair.md 2.1 KB
- references/delegated-skills.md 3.7 KB
- references/demo-capture.md 6.8 KB
- references/developer-preview.md 2.1 KB
- references/diagram-design.md 15 KB
- references/diagram-tokens.md 13 KB
- references/diagrams-svg.md 8.3 KB
- references/gsap-rules.md 4.8 KB
- references/hyperframes.md 7.8 KB
- references/legacy-html.md 60 KB
- references/libraries.md 29 KB
- references/mdx-components.md 2.0 KB
- references/media.md 3.1 KB
- references/model-routing.md 3.2 KB
- references/mono-industrial.md 21 KB
- references/nothing.md 13 KB
- references/oa-design.md 2.8 KB
- references/poster.md 14 KB
- references/pretext-layout.md 4.2 KB
- references/quality.md 2.7 KB
- references/reel-patterns.md 13 KB
- references/responsive-contract.md 9.4 KB
- references/responsive-nav.md 5.7 KB
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.
- yesterday First seen · 57 lines · 84 tokens per session scan A 74b73447a2de
visual-explainer is a skill published in the GitHub repository theclaymethod/artifacture (2 stars, last pushed 9d ago), licensed MIT. It adds 84 tokens to every session and 1,024 once invoked, about $0.0004 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
korean-privacy-terms
처리방침·이용약관 자동 생성 스킬 패키지 (v4.0). 호출 시 privacy-kr·privacy-eu·privacy-us·privacy-global 4개 하위 스킬을 번호 메뉴로 제시하고 번호 입력 즉시 해당 스킬 인터뷰로 직행. 한국 PIPA + EU GDPR + US CCPA/CPRA 대응.
privacy-us
미국 CCPA/CPRA + 주요 주법(VCDPA·CPA·CTDPA·UCPA·ICDPA·KCDPA·RIDPA) 기반 Privacy Policy 자동 생성. 2026.1.1 CPPA 갱신 규정, Sensitive Personal Information, Do Not Sell/Share, ADMT 공개, GPC 브라우저 신호 대응. 캘리포니아 거주자 서비스·100K records 초과 서비스 대상.
privacy-global-jp
한국+일본 병기 처리방침·이용약관 자동 생성. 한국 본사가 일본 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·일본어(APPI) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
privacy-eu
EU 사용자 대상 서비스용 Privacy Notice·Terms of Service·Consent Modal·Cookie Banner 자동 생성. GDPR (Regulation 2016/679) + ePrivacy Directive + Consumer Rights Directive 2011/83 + Digital Services Act + Digital Content Directive + Unfair Terms Directive 반영. 영문 인터뷰로 진행.
privacy-global
한국+EU 병기 처리방침·이용약관 자동 생성. 한국 본사가 EU 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·영문(GDPR) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
privacy-jp
日本サービス向け(일본 서비스용) プライバシーポリシー・利用規約・同意モーダル・Cookieバナー 자동 생성. 個人情報保護法(APPI)·消費者契約法·特定商取引法 반영. Next.js 1316 프로젝트 대상.