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 skills add Biolytics-AI/rhetoric-engine --skill insight-externalizergit clone --depth 1 https://github.com/Biolytics-AI/rhetoric-engineWrote 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.
[](https://agentmods.dev/skills/biolytics-ai/rhetoric-engine/insight-externalizer)<a href="https://agentmods.dev/skills/biolytics-ai/rhetoric-engine/insight-externalizer"><img src="https://agentmods.dev/badge/skills/biolytics-ai/rhetoric-engine/insight-externalizer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.00849 |
| Opus 5 | $0.00020 | $0.00425 |
| Sonnet 5 | $0.00008 | $0.00170 |
| Haiku 4.5 | $0.00004 | $0.00085 |
Grade A, and why
insight-externalizer 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Insight Externalizer
Turn tacit user understanding into artifacts that can be inspected, corrected, and used. Protect the user's view: do not substitute the model's understanding for the user's understanding.
Use after intent framing and before argument spine work when the point of view, causal model, assumptions, or key distinction is still implicit.
Inputs
- Approved intent brief or enough context to preserve audience and desired change.
- User notes, transcripts, source excerpts, examples, anecdotes, data, or rough claims.
- The user's own explanation of what matters, what is misunderstood, and what they believe others miss.
- Any known disputes, uncertainties, or missing evidence.
Outputs
Return an Insight Artifact with:
plain_language_explanation: the user's idea in direct, non-jargony language.concept_map: key concepts and relationships, including cause, contrast, dependency, sequence, and tradeoff.assumptions_ledger: assumptions, why they matter, confidence, and how to verify them.fact_inference_assumption_labels: labeled statements so claims are not blurred together.open_questions: questions that must be answered before argument or slide work can proceed confidently.
Use this compact format:
## Insight Artifact
- Plain-language explanation:
- Concept map:
- Assumptions ledger:
- Fact / inference / assumption labels:
- Open questions:
- User confirmation needed:
Workflow
- Restate the user's view using their terms first, then simplify only after preserving meaning.
- Extract key concepts, actors, forces, metrics, tradeoffs, and tensions.
- Build a compact concept map in text using arrows or grouped bullets.
- Label each important statement as
fact,inference, orassumption. - Create an assumptions ledger for claims that carry persuasive or factual risk.
- Compare the emerging insight against the intent brief: ask whether it helps move the primary audience from current state to desired change.
- Ask targeted questions where the user's view is missing, not where the model merely wants more detail.
- Return the artifact and ask the user to correct it before argument spine work.
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.
- 7d ago First seen · 81 lines · 41 tokens per session scan A 436d7cc5df29
insight-externalizer is a skill published in the GitHub repository Biolytics-AI/rhetoric-engine (1 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 849 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
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
mongodb-query-optimizer
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…
polar-local-environment
This skill should be used when setting up or managing Polar local development environment with Docker.
neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…
lov-article-creator
A skill that turns source material or a draft into a complete, branded WeChat public-account article package.
lov-repo2docs
Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…