hanamizuki/obsidian-skill-graph

44 stars · Last commit 2026-05-19

Obsidian plugin to visualize agent skill structures (OpenClaw / Claude Code) in graph view

README preview

# Agent Skill Graph

An Obsidian plugin to visualize OpenClaw / Claude Code agent skill structures in graph view.

https://github.com/user-attachments/assets/2fabeea0-eb33-42d8-ae9d-2bf06fa884f0

In Graph View:
- SKILL.md nodes display the frontmatter `name` value (instead of the filename "SKILL")
- Files referenced inside SKILL.md are automatically parsed and connected with edges
- Nodes are colored by type (skill root node vs. referenced files)

Read-only — no original files are modified. All changes are in-memory and revert when the plugin is disabled.

## Getting Started

### 1. Create a vault from your skills directory

Open Obsidian → **Open folder as vault** → select your agent's skills directory.

For example:

View full repository on GitHub →