mk:wiki-render

mk:wiki-render is a skill for Claude Code from ngocsangyem/MeowKit. It costs 75 tokens per session (473 once invoked), scanned A, original, MIT.

A renderer that turns a project's wiki into one self-contained HTML file, including its pages and source information, that can be opened without an internet connection.

In plain words
What is it for?
It helps export offline wiki snapshots for review, sharing, and archival.
Why use it?
It makes accumulated project knowledge easy to share or review while keeping page content from becoming live HTML or scripts.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It helps export offline wiki snapshots for review, sharing, and archival.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/wiki-render
Install

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.

Any agent
npx skills add ngocsangyem/MeowKit --skill wiki-render
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote 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.

agentmods badge for mk:wiki-render

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/wiki-render/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/wiki-render)
Your own site
<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.

agentmods 80×15 button for mk:wiki-render

Your own site · 80×15
<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>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 64283389d81d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

.claude/skills/wiki-render/SKILL.md · 43 lines

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>/; run mewkit wiki reindex is 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."
Changes

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.

  1. 7d ago First seen · 43 lines · 75 tokens per session scan A 64283389d81d

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories