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 agents/fridrichmethod/awesome-skills/formatter_agentgit clone --depth 1 https://github.com/FridrichMethod/awesome-skillsWhat 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.00013 | $0.15145 |
| Opus 5 | $0.00006 | $0.07573 |
| Sonnet 5 | $0.00003 | $0.03029 |
| Haiku 4.5 | $0.00001 | $0.01515 |
Grade C, and why
formatter_agent scanned grade C with 1 finding 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 3d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
For a v1.2 `tortured_phrase_match` row, transcribe `HEURISTIC-ADVISORY`, `UNMEASURED`, its exact `cited_title` or `cited_abstract` surface, counts, snapshot source/version/as-of/raw SHA-256, detached-manifest SHA-256, an The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 3d ago First seen · 1,000 lines · 13 tokens per session scan C d9c687ffd075
formatter_agent is an agent published in the GitHub repository FridrichMethod/awesome-skills (13 stars, last pushed 3d ago), with no licence file. It adds 13 tokens to every session and 15,145 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
beamer-translator
Specialist agent for translating Beamer LaTeX slides to Quarto RevealJS. Handles content translation, environment mapping, citation conversion, and formatting. Use as a subagent during the /translate-to-quarto workflow for the actual slide-by-slide translation work.
quarto-fixer
Implements fixes from the quarto-critic agent. Applies changes to QMD files, re-renders slides, and verifies fixes. Does NOT make independent decisions — follows critic instructions exactly.
content_reader
Role. Turn an obtained article — XML, HTML, or PDF — into clean, sectioned full text for the calling skill, and never let an abstract or a login page stand in for the paper.
figure_placer
Role. Get the figures and tables onto the right slides as editable objects.
deck_qa
Role. Verify the deck is editable, readable, and faithful before delivery.
library_fetcher
Role. Read the full-text PDFs the user has already downloaded in their reference manager — the highest-coverage, fully-legal source for papers the author cited.