Links
Use when the user wants to explore connections between notes, see what links to or from a note, or says "links", "backlinks", "connections", or "graph".From its SKILL.md
npx -y skills add thoreinstein/obsidian-rag --skill linksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
Explore Note Connections
Map the link graph around a specific note.
Workflow
- Call
obsidian_get_linkson the specified note to find outgoing links - Call
obsidian_get_backlinkson the same note to find incoming links - Present a connection map:
- Outgoing links: Notes this note references
- Incoming links: Notes that reference this note
Arguments
The note path or name follows the skill invocation. Example: /links Projects/MyProject.md
Tips
- If the user provides just a name (no path), try searching for it first with
obsidian_search_notes - For
obsidian_get_backlinks, pass the note name without the.mdextension - For
obsidian_get_links, pass the full relative path with.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.