What problem does it solve?
Wiki-export turns an Obsidian vault’s knowledge graph (wikilinks between pages) into structured outputs so you can analyze it or use it in external tooling instead of working only inside the vault.
Core Features & Use Cases
- Graph exports for external tools: Produces graph.json (NetworkX node_link), graph.graphml (Gephi/Cytoscape), cypher.txt (Neo4j), and graph.html (interactive visualization).
- Config-aware vault resolution: Follows the project’s configuration resolution protocol to determine the vault path from environment and prompt setup.
- Optional privacy/visibility filtering: Supports a filtered mode to exclude pages tagged with visibility/internal and visibility/pii, and to remove edges connected to excluded pages.
- Wikilink parsing into edges: Extracts [[wikilink]] references from page bodies, resolves them to node IDs, and captures edge confidence (e.g., inferred/ambiguous markers).
Quick Start
Run the wiki-export skill to export your vault’s wikilink graph into wiki-export/ at the vault root, including graph.json, graph.graphml, cypher.txt, and graph.html.