What problem does it solve? Knowledge stored in an Obsidian wiki is locked inside Markdown files and wikilinks, making it hard to analyze or visualize in external graph tools. This Skill converts the entire wiki's link structure into standard graph formats ready for Gephi, Neo4j, NetworkX, or a browser. ## Core Features & Use Cases - Multi-format export: Generates graph.json (NetworkX node_link), graph.graphml (Gephi/yEd/Cytoscape), cypher.txt (Neo4j MERGE statements), and graph.html (interactive vis.js visualization) in one run. - Typed relationship enrichment: Reads relationships: frontmatter blocks to upgrade plain wikilinks into typed edges like contradicts, extends, or derived_from. - Project and visibility filters: Export only a specific project's pages or exclude pages tagged visibility/internal or visibility/pii for safe public sharing. - Use Case: You maintain a research wiki and want to present its structure to stakeholders. Run the export, open graph.html in a browser for an interactive community-colored map, and load graph.graphml into Gephi for deeper layout analysis. ## Quick Start Ask the assistant to export the wiki graph, optionally naming a project or requesting a public-only export, for example: export the wiki graph for the prismor project excluding internal pages.