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/kint4/autoframe/explainnpx skills add kint4/autoframe --skill explaingit clone --depth 1 https://github.com/kint4/autoframeWhat 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.00043 | $0.00394 |
| Opus 5 | $0.00022 | $0.00197 |
| Sonnet 5 | $0.00009 | $0.00079 |
| Haiku 4.5 | $0.00004 | $0.00039 |
Grade A, and why
explain 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
/explain — Explain a File in Plain Language
Type: Learning Description: Explains any generated file in plain language, teaching the pattern behind the code rather than just describing the output. Built primarily for Persona 1 (manual QA learning automation).
Input Format
- A file path (Page Object, spec, fixture, factory, config, or k6 script), or
- A pasted snippet the user wants explained
Output Format
A plain-language walkthrough:
- What this file is — its role in the suite
- Why it's structured this way — the Autoframe convention behind it
- Line-by-line / block-by-block — what each part does, no jargon
- The pattern to remember — the reusable lesson
- Try it yourself — a small suggested exercise
Step-by-Step Instructions
- Default to Persona 1 tone: warm, encouraging, jargon-free; define every term the first time it appears.
- Read the target file fully.
- Identify which Autoframe convention it follows (POM, spec, fixture, factory, k6) and reference CLAUDE.md.
- Walk through it block by block, always pairing what with why.
- Surface the transferable pattern so the user can apply it to the next file.
- End with a small, concrete exercise (e.g. "add an
expectErrorVisible()assertion method"). - Offer to explain a related file next.
Rules
- Teach the pattern, not just the syntax.
- No unexplained jargon.
- Never modify the file — this skill only explains.
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 · 42 lines · 43 tokens per session scan A 2616e394ad6d
explain is a skill published in the GitHub repository kint4/autoframe (6 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 394 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.
Other skills, from other repositories
k6-load-testing
Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
omh-jit-learn
This is a Hermes-native jit-learn workflow skill.
omh-instinct-ledger
This is a Hermes-native instinct-ledger workflow skill.
xiaohongshu-title
《小红书运营手册 · AI工作台》标题生成与优化技能。用于用户明确要为小红书笔记、封面短句、图文/短视频标题、种草、教程、测评、服务内容起标题、改标题、做标题方向选择时触发。输入可以是正文草稿、选题方向、产品卖点、账号定位、图片/视频描述或已有标题。默认用快速模式输出标题;用户要求分析、首推、理由、方向、诊断或优化时用诊断/优化模式。不要在普通文章标题、论文标题、新闻标题、课程命名等非小红书/社媒场景中自动触发。.
mulch-record-from-evidence
Turn the evidence of a finished work session — git commits, changed files, recently-touched seeds issues — into well-formed ml record invocations. Use at session close, when an agent has made changes worth preserving as mulch expertise but hasn't yet recorded them.
notebooklm-cli
Drives Google NotebookLM via the cli-web-notebooklm command-line tool — create and manage notebooks, add URL/text sources, ask questions grounded in the sources, and generate/download artifacts (audio overview, video, slide deck, mindmap, study guide, quiz, FAQ, briefing, infographic, data table). Use when the user…