Agent skills for making your Obsidian vault semantic. This Claude Code plugin provides tools for managing wikilinks, frontmatter metadata, and semantic relationships in your notes.
/plugin marketplace add yixin0829/semantic-obsidian
/plugin install semantic-skills@semantic-obsidianCopy the skills/ directory into your relevant AI IDE folder, e.g. .claude/skills/ for Claude Code. Refer to Claude Skills and Agent Skills for more information.
This plugin includes 11 skills for managing your Obsidian vault:
| Skill | Description |
|---|---|
resolve-alias-links |
Convert alias wikilinks [[alias]] to explicit format [[note|alias]] |
assimilate-knowledge |
Integrate new knowledge into SlipBox notes |
wikilink-graph-bfs |
BFS traversal on wikilink graph to explore note relationships |
dedupe-frontmatter-links |
Remove duplicate wikilinks in YAML frontmatter properties |
frontmatter-parser |
Parse and query YAML frontmatter metadata |
image-metadata-from-cache |
Retrieve AI-generated title, keywords, and description for embedded images from the Obsidian ai-image-analyzer plugin cache |
knowledge-review |
Random walk through notes to review and strengthen knowledge |
summarize-note |
Generate AI summaries for markdown notes using Ollama and populate frontmatter summary property |
sync-semantic-links |
Validate and sync bidirectional semantic links (RELATED_TO, PRIOR/NEXT) |
organize-daily-notes |
Clean up and organize daily notes — fix spelling, grammar, capitalization, and markdown structure |
Scan my vault for alias links and convert them to explicit format
Do a BFS traversal starting from "Machine Learning" for 2 hops
Review my knowledge - pick a random note and audit its connections
Validate all RELATED_TO links are bidirectional in my SlipBox
Assimilate this new concept into my SlipBox notes
Remove duplicate wikilinks from frontmatter properties in my vault
Summarize all my SlipBox notes using qwen3:8b.
Find all notes with tag "slip-box/concept"
Clean up my daily notes from the past week
Get cached image descriptions for embedded images in 00-Inbox/2026-03-07.md