visualize

Generate Obsidian graph configurations and Canvas knowledge maps from OmegaWiki JSONL data.

1.6k|208|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/skyllwt/AutoSci --skill visualize-skyllwt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualize
Source: https://github.com/skyllwt/AutoSci/tree/main/.claude/skills/visualize
Command: npx skills add https://github.com/skyllwt/AutoSci --skill visualize-skyllwt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Visualizing your OmegaWiki knowledge graph can be difficult and time-consuming, especially when you need consistent views, typed edges, and usable Obsidian artifacts.

Core Features & Use Cases

  • Obsidian graph configuration: Generates/updates .obsidian/graph.json with color groups by entity type so your graph view is immediately readable.
  • Obsidian Canvas knowledge maps: Produces curated Canvas files with labeled, typed edges for full, idea-centric, and focused subgraphs.
  • Interactive web exploration support: Auto-starts the local SPA Graph view backend so you can explore the graph interactively in the browser.

Quick Start

Run the skill from the wiki project root to generate all visualization artifacts.

Frequently Asked Questions about visualize

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

FAQPage Schema
How do I generate an Obsidian Canvas knowledge map from JSONL graph data?

To generate an Obsidian Canvas knowledge map from JSONL graph data, you can run a visualization tool from your project root to deterministically produce Canvas files with labeled, typed edges.

How do I configure Obsidian graph colors by entity type?

You can configure Obsidian graph colors by entity type by generating or updating the `.obsidian/graph.json` configuration file, which applies color groups automatically for readable graph views.

Can I explore my knowledge graph interactively in a browser using a local SPA server?

Yes, you can explore your knowledge graph interactively in a browser by optionally starting a local SPA graph server on port 8765, providing web-based graph exploration support.

What's the best way to visualize depth-limited focus subgraphs for specific nodes?

The best way to visualize depth-limited focus subgraphs for specific nodes is to use a tool that applies edge and node type filters to generate curated Canvas files for focused subgraph exploration.

Does this visualization approach require typed JSONL edges and citations?

Yes, this visualization approach requires reading typed JSONL edges and citations as input, processing them deterministically to create consistent Obsidian and Canvas output artifacts.

What are the limitations of using Obsidian Canvas files for knowledge graph visualization?

A limitation of using Obsidian Canvas files for knowledge graph visualization is that outputs are generated deterministically from local JSONL data, meaning interactive web exploration requires separately starting the SPA graph server backend.