wiki-export

Export Obsidian wiki wikilinks into graph.json, graph.graphml, cypher.txt, and graph.html.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-export-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.skills/wiki-export
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-export-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports the Obsidian wiki's knowledge graph to structured formats for use in external tools such as Gephi, Neo4j, or custom analytics workflows.

Core Features & Use Cases

  • Exports graph.json, graph.graphml, cypher.txt, and graph.html from the vault.
  • Supports optional visibility filtering and community coloring for visualization and analytics.
  • Enables migration of wiki data to external visualization dashboards and graph databases.

Quick Start

Execute the wiki-export skill to generate graph.json, graph.graphml, cypher.txt, and graph.html in the wiki-export/ folder.

Frequently Asked Questions about wiki-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export an Obsidian wiki knowledge graph to GraphML or Neo4j?

To export an Obsidian wiki knowledge graph, the skill parses vault pages, extracts wikilinks, constructs nodes and edges, and generates GraphML, JSON, Cypher, and HTML files for external graph databases and visualization tools.

What is the best way to visualize an Obsidian vault in Gephi?

The best way to visualize an Obsidian vault in Gephi is exporting the wiki graph to GraphML format, which preserves the nodes and edges extracted from wikilinks for direct import and analysis in external graph visualization software.

Can I migrate Obsidian wikilinks to a Neo4j graph database?

Yes, you can migrate Obsidian wikilinks to a Neo4j graph database by exporting the vault structure to a Cypher text file, which contains the node and edge creation scripts needed to populate the database.

Does the wiki graph export support visibility filtering and community coloring?

Yes, the wiki graph export supports optional visibility filtering and community coloring to help analysts differentiate graph clusters and focus on specific data subsets during visualization and analytics workflows.

What file formats are generated when exporting the wiki knowledge graph?

Exporting the wiki knowledge graph generates graph.json, graph.graphml, cypher.txt, and graph.html files in the wiki-export folder, supporting visualization, migration, and custom analytics workflows.