wiki-export

Convert an Obsidian wiki knowledge graph into JSON, GraphML, Cypher, and HTML.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-export-abulfadl-ahmadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026/tree/main/.skills/wiki-export
Command: npx skills add https://github.com/Abulfadl-Ahmadi/Experimental-Physics-Spring-2026 --skill wiki-export-abulfadl-ahmadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires networkx, pygraphviz, neo4j, gephi, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables users to export the knowledge graph from an Obsidian wiki into various structured formats, facilitating integration with external tools and data analysis.

Core Features & Use Cases

  • Knowledge Graph Export: Converts Obsidian's interconnected notes into structured formats like JSON, GraphML, and Cypher for use with tools like Gephi, Neo4j, and custom scripts.
  • Optional Filters: Applies project and visibility filters to export specific subsets of the knowledge graph.
  • Output Formats: Generates graph.json, graph.graphml, cypher.txt, and graph.html files for different types of analysis and visualization.

Quick Start

To export the knowledge graph, use the command: wiki-export export wiki.

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 structured data formats?

You can export an Obsidian wiki knowledge graph by running a single export command, which converts interconnected notes into JSON, GraphML, Cypher, and HTML files for external analysis.

Can I filter the Obsidian knowledge graph export by project or visibility?

Yes, the export process applies project and visibility filters, allowing you to extract specific subsets of your Obsidian wiki knowledge graph into structured data formats.

What Python libraries are required for Obsidian knowledge graph processing and visualization?

Processing and visualizing the exported knowledge graph requires Python libraries such as networkx and pygraphviz, while neo4j and gephi serve as external tools for graph database and visualization integration.

Does the exported GraphML or Cypher format work with Neo4j and Gephi?

Yes, the export generates GraphML and Cypher formats specifically designed for importing your Obsidian wiki graph into Neo4j and Gephi for advanced graph visualization and database querying.

What is the best way to convert Obsidian notes into a JSON knowledge graph?

The best way to convert Obsidian notes into a JSON knowledge graph is using an export script that structures interconnected wiki data into a JSON file, enabling custom script integration and data analysis.