wiki-export

Export Obsidian wiki knowledge graphs to graph.json, graph.graphml, cypher.txt, and graph.html.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Nero-kk/claude-agent-skills --skill wiki-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/Nero-kk/claude-agent-skills/tree/main/claude-skills/wiki-export
Command: npx skills add https://github.com/Nero-kk/claude-agent-skills --skill wiki-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill exports the Obsidian wiki's knowledge graph to structured formats for use in external tools.

Core Features & Use Cases

  • Exports to graph.json, graph.graphml, cypher.txt, and graph.html for external analysis.
  • Builds a node/edge graph from Obsidian pages by parsing frontmatter fields and wikilinks.
  • Writes artifacts to a wiki-export/ directory at the vault root for easy integration.
  • Skips broken or non-page links to ensure graph integrity.

Quick Start

Run the wiki-export skill to generate graph files from your Obsidian vault.

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 for external analysis?

Exporting an Obsidian wiki knowledge graph involves parsing frontmatter for node metadata and wikilinks for edges, generating files like graph.json and cypher.txt into a wiki-export/ directory at the vault root.

What formats can I use to analyze my Obsidian wikilinks graph?

You can analyze your Obsidian wikilinks graph using graph.json, graph.graphml, cypher.txt, and graph.html formats, enabling visualization in tools like Gephi or import into graph databases like Neo4j.

Can I import my Obsidian vault graph into Neo4j or Gephi?

Yes, you can import your Obsidian vault graph into Neo4j or Gephi by using the generated cypher.txt file for Neo4j imports and the graph.graphml file for Gephi network visualization and analysis.

How are broken wikilinks handled when exporting an Obsidian vault graph?

When exporting an Obsidian vault graph, broken or non-page wikilinks are skipped to ensure graph integrity, filtering out invalid targets so the final node and edge structure remains clean and accurate.

Does the wiki-export tool require any specific Obsidian plugins to work?

No specific Obsidian plugins are required to export the wiki graph; the Skill directly reads standard Obsidian Markdown pages, parsing native frontmatter fields and wikilinks without relying on external components or dependencies.

Where are the generated graph files saved when exporting an Obsidian vault?

Generated graph files are saved to a wiki-export/ directory created at the root of your Obsidian vault, consolidating all graph.json, graphml, cypher, and HTML artifacts in one location for easy integration.