Render a wiki into ONE self-contained HTML snapshot (pages + provenance) that opens offline — no CDN, no remote assets, page content HTML-escaped. Use to share or review accumulated wiki knowledge as a static page. NOT for capturing/approving knowledge (see mk:wiki); NOT for generic code/diagram visuals (see mk:preview).
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ngocsangyem/MeowKit --skill wiki-render --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wiki Render?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ngocsangyem-wiki-render)More formats (shields.io, HTML) on the badges page.
---
name: mk:wiki-render
description: Render a wiki into ONE self-contained HTML snapshot (pages + provenance) that opens offline — no CDN, no remote assets, page content HTML-escaped. Use to share or review accumulated wiki knowledge as a static page. NOT for capturing/approving knowledge (see mk:wiki); NOT for generic code/diagram visuals (see mk:preview).
argument-hint: render <slug> [--out <path>]
keywords:
- wiki-render
- html-snapshot
- self-contained
- offline
- no-cdn
- knowledge-export
when_to_use: Use to render a wiki slug into a single self-contained, offline-openable HTML snapshot of its pages + provenance. NOT for knowledge capture/approval (mk:wiki) or generic code/diagram/diff visuals (mk:preview).
user-invocable: true
responsibility: project-memory
owner: lifecycle
criticality: low
status: active
runtime: portable
---
# 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."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!