wiki-export
Wiki Export transforms your Obsidian vault's wikilink graph into multiple structured formats—JSON, GraphML, Cypher scripts, and interactive HTML—ready for use in Gephi, Neo4j, and custom tools. Optionally filter by project or visibility tags, and assign community IDs for graph analysis and visualization.
Wiki Export converts your Obsidian wiki's knowledge graph into JSON, GraphML, Neo4j, and HTML formats for external tools.
AI-generated summary based on this skill's SKILL.md
Install
Ar9av/obsidian-wiki/wiki-export · repository language: Python
git clone https://github.com/Ar9av/obsidian-wiki
cp -r obsidian-wiki/.skills/wiki-export ~/.claude/skills/wiki-exportFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What formats can wiki-export produce from my Obsidian vault?
Wiki Export transforms your Obsidian vault into JSON, GraphML, Cypher scripts for Neo4j, and interactive HTML visualizations. Each format preserves your wikilink graph structure, letting you analyze and visualize your knowledge graph in Gephi, Neo4j, or custom tools without losing connection data.
Can I export my obsidian vault to Gephi using wiki-export?
Yes. Wiki Export generates GraphML files that Gephi natively imports. Your wikilink network transfers completely, including node and edge data, ready for layout analysis, community detection, and interactive visualization within Gephi's interface.
Does wiki-export support exporting wiki links to Neo4j?
Wiki Export generates Cypher scripts that load your wikilink graph directly into Neo4j. The scripts create nodes for each wiki page and edges for every wikilink, preserving your vault's topology for graph queries and relationship analysis.
How do I filter and export my wiki by project or visibility tags?
Wiki Export lets you tag pages with project or visibility metadata, then filter during export. Only matching pages and their wikilinks are included in the output, letting you export subsets of your vault for specific audiences or analysis workflows.
What is an OKF bundle and how does wiki-export create one?
Wiki Export can bundle your vault as a lossless Open Knowledge Format markdown package for vault-to-vault transfer. The OKF bundle preserves all wikilinks, metadata, and structure, making it safe to migrate your knowledge graph between Obsidian instances or share with collaborators.
Can wiki-export generate an interactive browser visualization?
Yes. Wiki Export produces interactive HTML visualizations of your wikilink network that run in any browser. Explore your knowledge graph with zoom, pan, and node interaction—no server needed. Community IDs are assigned automatically for visual clustering.
SKILL.md
rendered from the published skill — quoted content, verbatim
Wiki Export — Knowledge Graph Export
You are exporting the wiki's wikilink graph to structured formats so it can be used in external tools (Gephi, Neo4j, custom scripts, browser visualization).
Before You Start
- Resolve config — follow the Config Resolution Protocol in
llm-wiki/SKILL.md(inline@nameoverride → walk up CWD for.env→~/.obsidian-wiki/config→ prompt setup). This givesOBSIDIAN_VAULT_PATH - Confirm the vault has pages to export — if fewer than 5 pages
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.skills/wiki-export/SKILL.md