wiki-export

Export Obsidian wiki wikilink graphs to JSON, GraphML, Cypher, and HTML.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Michael1Peng/watson --skill wiki-export-michael1peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/Michael1Peng/watson/tree/main/.agents/skills/wiki-export
Command: npx skills add https://github.com/Michael1Peng/watson --skill wiki-export-michael1peng

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. Use this skill when the user wants to export their wiki data for visualization, analysis, or integration with other graph tools. Outputs include graph.json, graph.graphml, cypher.txt (Neo4j), and graph.html (interactive browser visualization) in a wiki-export/ directory located at the vault root.

Core Features & Use Cases

  • Export the wiki Wikilink graph to widely supported formats for tools like Gephi and Neo4j.
  • Produce ready-to-consume artifacts: graph.json (NetworkX), graph.graphml, cypher.txt, and graph.html for quick visualization.
  • Support optional filtered exports by visibility tags (public vs internal/PII) and include a summary of exclusions.

Quick Start

Run the wiki-export skill to generate graph artifacts in the wiki-export/ directory at the vault root.

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 Neo4j?

You can export an Obsidian wiki knowledge graph to Neo4j by running this skill, which parses vault pages and wikilinks to build node and edge lists, then writes a cypher.txt file for Neo4j import into the wiki-export/ directory.

Can I export my Obsidian vault to Gephi using GraphML?

Yes, you can export your Obsidian vault to Gephi by running this skill to generate a graph.graphml file. This structured representation of your wiki's knowledge graph is written to the wiki-export/ directory for direct Gephi import.

What formats are available when exporting an Obsidian knowledge graph?

Available formats for exporting an Obsidian knowledge graph include graph.json for NetworkX, graph.graphml for Gephi, cypher.txt for Neo4j, and graph.html for interactive browser visualization, all output to the wiki-export/ directory at the vault root.

Does wiki-export support filtering Obsidian pages by visibility tags?

Yes, wiki-export supports optional filtered exports by visibility tags such as public versus internal or PII. It applies this visibility filtering to the vault-wide export and updates the summary with excluded pages in the wiki-export/ directory.

How do I visualize an Obsidian wiki graph in a web browser?

To visualize an Obsidian wiki graph in a web browser, this skill parses pages and wikilinks to build an interactive graph.html file, which is written to the wiki-export/ directory at the vault root for immediate viewing.