Exports your Obsidian wiki's knowledge graph to four structured formats: JSON for scripting, GraphML for Gephi and Cytoscape, Cypher for Neo4j, and an interactive HTML viewer. It walks the vault, parses wikilinks and frontmatter relationships, assigns community IDs based on tag clustering, and writes everything to a wiki-export directory. The typed edge system is nice: plain wikilinks default to generic connections, but if you declare relationships in frontmatter (like "contradicts" or "extends"), those semantic types override the defaults. Includes a visibility filter mode that excludes internal or PII-tagged pages when you need a public-safe export. Good for getting your wiki into graph databases or visualization tools without writing your own parser.
npx skills add https://github.com/ar9av/obsidian-wiki --skill wiki-export