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 ngocsangyem/MeowKit --skill wiki-rendergit clone --depth 1 https://github.com/ngocsangyem/MeowKitWrote 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/ngocsangyem/meowkit/wiki-render)<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/wiki-render"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/wiki-render/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/wiki-render"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/wiki-render.svg" alt="Reviewed on agentmods" width="80" 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.00075 | $0.00473 |
| Opus 5 | $0.00037 | $0.00236 |
| Sonnet 5 | $0.00015 | $0.00095 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
mk:wiki-render 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.
What it actually says
mk:wiki-render
A single self-contained HTML snapshot of a wiki — every page with its provenance, openable offline.
Command
npx mewkit wiki render <slug> # print HTML to stdout
npx mewkit wiki render <slug> --out <path> # write HTML to a file
Guarantees
- Self-contained / no CDN — inline CSS only, zero
http(s)://asset references, no<script>, no@import. Opens with no network. - DATA-safe — page content is HTML-escaped before embedding, so wiki content (which is DATA) cannot inject markup or script into the rendered artifact.
- Provenance shown — origin, approver, and source ids render as escaped text (never as live links).
Gotchas
- Render reads the canonical files under
tasks/wikis/<slug>/; runmewkit wiki reindexis NOT required for render (render reads files directly, not the DB). - A source URL in provenance appears as escaped TEXT, not a clickable
<a href>— by design (no remote/clickable assets in the offline snapshot). - Empty wiki → a valid HTML page with "No pages yet."
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 · 43 lines · 75 tokens per session scan A 64283389d81d
mk:wiki-render is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 473 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-09-03.
Other skills, from other repositories
daily-report-generator
Automatically generate daily construction reports from field data, worker inputs, weather, and progress photos. Creates professional PDF reports.
historical-data-manager
Extract, clean, and organize legacy construction data from archives. Migrate historical project data, cost records, and schedules into modern formats.
drawing-analyzer
Analyze construction drawings to extract dimensions, annotations, symbols, and metadata. Support quantity takeoff and design review automation.
pdf-to-structured
Extract structured data from construction PDFs. Convert specifications, BOMs, schedules, and reports from PDF to Excel/CSV/JSON. Use OCR for scanned documents and pdfplumber for native PDFs.
specification-extractor
Extract structured data from construction specifications. Parse CSI sections, requirements, submittals, and product data from spec documents.
pdf-report-generator
Automatically generate PDF reports from construction data. Create formatted project reports with charts and tables.