gnn-export

Convert parsed GNN models into JSON, XML, GraphML, GEXF, and Pickle formats.

30|3|Updated Apr 2, 2023
One-click install
npx skills add https://github.com/ActiveInferenceInstitute/GeneralizedNotationNotation --skill gnn-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gnn-export
Source: https://github.com/ActiveInferenceInstitute/GeneralizedNotationNotation/tree/main/src/export
Command: npx skills add https://github.com/ActiveInferenceInstitute/GeneralizedNotationNotation --skill gnn-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports parsed GNN models to multiple interchange formats (JSON, XML, GraphML, GEXF, and Pickle) to ensure compatibility with external tools, visualization platforms, and analysis pipelines.

Core Features & Use Cases

  • Multi-format export: JSON, XML, GraphML, GEXF, and Pickle
  • Pipeline-ready: integrates with Step 7 export and related tooling for batch processing
  • Per-model output and export manifest: organized outputs for traceability and auditing

Quick Start

Run the export for GNN models to generate multi-format outputs.

Frequently Asked Questions about gnn-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export parsed GNN models to GraphML and GEXF formats?

To export GNN models to GraphML and GEXF, this skill converts parsed models into multiple interchange formats backed by NetworkX when available, generating per-model outputs and an export manifest for traceability.

What interchange formats can I generate from parsed GNN models?

You can generate JSON, XML, GraphML, GEXF, and Pickle outputs from parsed GNN models to ensure compatibility with external visualization platforms, analysis pipelines, and data integration scenarios.

Does GNN export require NetworkX to write GraphML and GEXF files?

NetworkX is required optionally for GraphML and GEXF file-writing, while JSON, XML, and Pickle exports are handled natively to satisfy formatting requirements across all supported interchange formats.

Can I use this export tool for batch processing GNN models in a research pipeline?

Yes, the tool is pipeline-ready and integrates with Step 7 export and related tooling for batch processing, organizing outputs with per-model files and an export manifest for auditing and traceability.

What is the best way to convert GNN models into JSON and Pickle for downstream analysis?

The best way is using this multi-format export skill, which parses GNN models and writes JSON and Pickle files natively, producing organized outputs suitable for downstream analysis pipelines and data integration.