wiki-export

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

Updated Apr 27, 2014
One-click install
npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-export-nirajkashyap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-export
Source: https://github.com/Nirajkashyap/nirajkashyap.github.io/tree/main/.agents/skills/wiki-export
Command: npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-export-nirajkashyap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting a wiki's knowledge graph into structured formats enables integration with external tools and custom analyses.

Core Features & Use Cases

  • Generate graph.json, graph.graphml, cypher.txt, and graph.html from the wiki's wikilinks for visualization, graph databases, and offline analysis.
  • Supports optional visibility filtering and ensures only valid pages are included in the export.
  • Ideal for Gephi, Neo4j, or custom pipelines to share, visualize, or analyze wiki data.

Quick Start

Run the wiki-export to generate all outputs into a 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 a wiki knowledge graph to GraphML for Gephi?

Export a wiki knowledge graph to GraphML by running a process that scans vault pages for wikilinks, extracts relationships, and writes structured output files including graph.graphml directly to a directory at the vault root.

Can I import wiki wikilinks into Neo4j as a graph database?

Import wiki wikilinks into Neo4j using a generated cypher.txt file containing graph import statements, produced by extracting page relationships and filtering valid pages from the wiki vault.

What formats are available when exporting wiki data for external visualization tools?

Available export formats include graph.json for custom pipelines, graph.graphml for Gephi, cypher.txt for Neo4j, and graph.html for offline interactive visualization of the wiki knowledge graph.

Does the wiki graph export filter out private or invalid pages?

The wiki graph export applies visibility filtering to ensure only valid pages are included in the output, respecting optional visibility configurations when scanning the vault for pages and extracting wikilinks.

What's the best way to visualize wiki page connections offline?

Visualize wiki page connections offline by generating a graph.html file from the vault's wikilinks, which produces an interactive visualization viewable in any browser without external dependencies.

Do I need typed relationships in my wiki to export the knowledge graph?

Typed relationships are optional for exporting the wiki knowledge graph; the process extracts standard wikilinks by default and optionally includes typed relationships when they exist in the vault pages.