wiki-exportlisted
Install: claude install-skill tboome33/obsidian-mcp-router
# wiki-export
Build a portable export of a vault's wiki — a single [llmstxt.org](https://llmstxt.org) file, or a multi-file [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog) (OKF v0.1) bundle. The export is read-only on the wiki — it never mutates content pages (OKF output lands under `wiki-meta/exports/`).
## Three output modes
| Target | Output | Content | Typical size |
|---|---|---|---|
| `llms` (default) | `llms.txt` | Index format : H1 + blurb + H2 sections + bullet list `[title](path) : description`. **Compact** — links to pages, no bodies. | hundreds of lines |
| `full` | `llms-full.txt` | Same structure as `llms.txt` but **each page body inlined** under its bullet. **Heavy** — full reproduction of the wiki content. | thousands to tens of thousands of lines |
| `okf` | `wiki-meta/exports/okf/<bundle-name>/` (directory) | A conformant **OKF v0.1 knowledge bundle** : one markdown file per page (slugified names, wikilinks → relative markdown links, mapped frontmatter), one `index.md` per folder, a newest-first `log.md`, optional agent README. Ready to `git init` + push and be consumed by any OKF-aware agent. | one file per exported page + indexes |
Other targets listed in the roadmap (json, json-ld, graphml, marp) are **deferred** — not implemented in this skill version.
## Pre-conditions
1. Target vault has `wiki-meta/catalog.md` (the catalog the export structure is derived from). If absent, suggest the `wiki` skill to bootstrap fir