← ClaudeAtlas

wiki-exportlisted

Export a vault's wiki either as a single portable file (llms.txt or llms-full.txt per the llmstxt.org standard) or as an OKF knowledge bundle (Google's Open Knowledge Format v0.1 — a shareable directory of markdown files any AI agent can consume). Use when the user says "export my wiki", "make an llms.txt", "share my wiki", "export as OKF", "make an OKF bundle", "publish my wiki as a bundle", "backup the wiki to a single file", "/wiki-export", or asks for a portable dump of their knowledge base.
tboome33/obsidian-mcp-router · ★ 1 · AI & Automation · score 74
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