Agent skill · Data & Analytics

obsidian-graph-view

Render Obsidian-style weighted graph views from book JSON, keyword indexes, TOCs, card data, or node-link data. Use when the user asks for Obsidian graph view, graph view png, weighted graph, keyword graph, directory-keyword graph, spherical graph visualization, or high-weight nodes centered with clear Chinese labels.

twhsigithub.com/twhsiGitHub ↗
claude-codecodexships scripts
Install
npx skills add twhsi/skills --skill obsidian-graph-view --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/obsidian-graph-view/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: twhsi/skills
Stars: 256
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Obsidian Graph View Create an Obsidian-like graph visualization from structured note/book data. ## Default Output Produce three files when possible: - `*.png` for direct viewing and sharing - `*.svg` for editable vector output - `*.html` for browser re-rendering Prefer PNG dimensions around `1800 x 1300` unless the user asks otherwise. ## Visual Rules - Put higher-weight nodes closer to the center. - Push lower-weight nodes to outer rings. - Use a spherical / ball-like node style with radial glow. - Use different colors for different main Trails / note-sequence lines. - If a node belongs to two Trails, render it as a two-color taiji-like sphere to show a note-sequence crossing point. - Keep labels in Traditional Chinese readable: use large `PingFang TC` / `Heiti TC` / system CJK fonts, white text, dark translucent label boxes, and avoid placing labels directly on dark edges. - Use a dark Obsidian-like background. - Use node area, not radius, to represent weight. If the user says "放大兩倍面積", double the computed node area. - Use semantic Trail colors rather than only node-type colors when main lines are available. - Prefer undirected soft lines for Obsidian-style graph view; use arro

What's inside
Steps it walks through
  1. Default Output
  2. Visual Rules
  3. Data Mapping
  4. Workflow
  5. Trail Color Semantics
  6. Script
Ships with 2 files
  • agents/openai.yaml
  • scripts/render_obsidian_graph_view.py
More from skills
All skills →
About this skill
What does the obsidian-graph-view skill do?

Render Obsidian-style weighted graph views from book JSON, keyword indexes, TOCs, card data, or node-link data. Use when the user asks for Obsidian graph view, graph view png, weighted graph, keyword graph, directory-keyword graph, spherical graph visualization, or high-weight nodes centered with clear Chinese labels.

How do I install it?

Run `npx skills add twhsi/skills --skill obsidian-graph-view --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From twhsi/skills, a repository with 256 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going