graph-export

Export graph analyses to GEXF, JSON, and GraphML formats.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrhpython/Soulfield --skill graph-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-export
Source: https://github.com/mrhpython/Soulfield/tree/main/.claude/skills/graph-export
Command: npx skills add https://github.com/mrhpython/Soulfield --skill graph-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to export complex graph analyses into standard formats, making it easy to visualize your data in external tools like Gephi, integrate with other systems, or archive for future reference. It eliminates manual data recreation and saves time on data preparation.

Core Features & Use Cases

  • Multi-Format Export: Supports GEXF (for Gephi), JSON (for full metadata), and GraphML.
  • Rich Metadata Inclusion: Exports node attributes (centrality, cluster), edge weights, and graph-level metrics.
  • Use Case: After analyzing a complex topic, you can export the resulting knowledge graph to GEXF, open it in Gephi, and visually explore the connections, clusters, and central concepts, gaining deeper insights than text alone.

Quick Start

Export the current graph analysis to GEXF format for visualization in Gephi.