生成并更新可视化产物 —— Obsidian 图谱配置与 Canvas 知识地图。交互式网页图谱视图位于 SPA 的 app/modules/graph.js(由 tools/serve.py 提供服务)。

Generate Obsidian graph configurations and typed Canvas knowledge maps from OmegaWiki graph datasets.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill obsidian-canvas-spa-app-modules-graph-js-tools-serve-py
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 生成并更新可视化产物 —— Obsidian 图谱配置与 Canvas 知识地图。交互式网页图谱视图位于 SPA 的 app/modules/graph.js(由 tools/serve.py 提供服务)。
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/i18n/zh/skills/visualize
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill obsidian-canvas-spa-app-modules-graph-js-tools-serve-py

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you turn your OmegaWiki knowledge graph data into usable Obsidian visual assets, including color-configured graph settings and Canvas knowledge maps with typed edges, so you can explore research structures visually instead of manually configuring them.

Core Features & Use Cases

  • Obsidian Graph Configuration Generation: Produces or updates the Obsidian graph color configuration (grouped by entity type).
  • Typed Canvas Knowledge Map: Generates full Canvas maps and smaller focused subgraphs where edges are labeled by semantic edge type.
  • Focused BFS Subgraph Rendering: Builds a Canvas neighborhood centered on a target node using configurable depth and optional filters for node types and edge types.
  • SPA Graph View Workflow: Routes interactive exploration through the SPA Graph module served by the local backend, replacing the deprecated standalone HTML output.

Quick Start

Run visualize to generate Obsidian graph configuration and typed Canvas maps for your current wiki knowledge graph data.

Frequently Asked Questions about 生成并更新可视化产物 —— Obsidian 图谱配置与 Canvas 知识地图。交互式网页图谱视图位于 SPA 的 app/modules/graph.js(由 tools/serve.py 提供服务)。

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

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

To generate an Obsidian Canvas knowledge map, you can use a visualization tool that reads your wiki graph JSONL files and deterministically writes typed Canvas maps with semantic edge labels. This allows you to explore research structures visually without manual configuration.

Can I color code Obsidian graph nodes by entity type automatically?

Yes, you can automatically color code Obsidian graph nodes by entity type. The visualization process reads your knowledge graph data and produces Obsidian graph color configurations grouped by entity type, eliminating the need for manual color assignments.

How do I create a focused subgraph from a large knowledge graph for review?

You can create a focused subgraph by applying a BFS traversal to your knowledge graph data. This builds a Canvas neighborhood centered on a target node using configurable depth and optional filters for specific node and edge types.

What is the best way to visualize semantic edge labels in a knowledge graph?

The best way to visualize semantic edge labels is by generating a typed Canvas knowledge map. This process reads your graph datasets and outputs Canvas maps where edges are explicitly labeled by their semantic edge type for clear visual exploration.

Does the interactive knowledge graph visualization work as a standalone HTML file?

No, the interactive knowledge graph visualization does not work as a standalone HTML file. Interactive exploration is routed through an SPA Graph module served by a local backend, replacing the deprecated standalone HTML output.

Do I need to manually configure Obsidian graph settings for my research workflow?

You do not need to manually configure Obsidian graph settings for your research workflow. The visualization process reads your configuration file and deterministically writes the Obsidian graph settings and Canvas outputs automatically.