wiki-export

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

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/OmarHosamCodes/brainiac --skill wiki-export-omarhosamcodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/OmarHosamCodes/brainiac/tree/main/.agents/skills/wiki-export
Command: npx skills add https://github.com/OmarHosamCodes/brainiac --skill wiki-export-omarhosamcodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill exports the Obsidian wiki's wikilink graph into portable formats for analysis, visualization, and integration with external tools.

Core Features & Use Cases

  • Exports graph.json, graph.graphml, cypher.txt, and graph.html for interoperability with Gephi, Neo4j, or custom scripts.
  • Supports optional visibility filtering and generates standard graph representations for quick analyses.
  • Use case: prepare a knowledge base graph for Gephi visualization or Neo4j import to inspect structure and relationships.

Quick Start

Run the wiki-export skill to generate graph.json, graph.graphml, cypher.txt, and graph.html from your 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 link graph to Neo4j?

To export an Obsidian wiki link graph to Neo4j, generate a Cypher text file containing normalized node and edge IDs. This output allows direct import into Neo4j for structural relationship inspection.

How do I export a wiki knowledge graph to Gephi for visualization?

You can export a wiki knowledge graph to Gephi by generating a GraphML file with normalized node and edge lists. This format is directly compatible with Gephi for structural network visualization.

What formats are available when exporting a wiki link graph?

Exporting a wiki link graph produces graph.json, graph.graphml, cypher.txt, and graph.html. These formats provide metadata for nodes, edges, and communities for various analysis tools.

Can I filter which pages are included in the wiki graph export?

Yes, you can filter pages included in the wiki graph export by applying an optional visibility filter. This filter includes or excludes pages based on their frontmatter tags.

Does the wiki graph export include community metadata for nodes?

Yes, the wiki graph export includes community metadata for nodes and edges. This metadata is embedded in the generated graph.json, graph.graphml, cypher.txt, and graph.html files.

What is the best way to visualize a wiki knowledge base structure externally?

The best way to visualize a wiki knowledge base structure externally is to export the wikilink graph to GraphML or HTML. These formats support standard graph representations for quick analyses in external visualization tools.