Discover and add wiki-links between notes. Use when asked to "find connections", "link this note", "what should I link to", or "connect my notes".
This skill helps find meaningful connections between notes in the knowledge base.
If a specific note is mentioned, read it first:
# List all content to find the note
ls content/*.md
Extract from the target note:
By Title Mentions:
# Search for the note's title in other files
grep -l "note title" content/*.md
By Tag Overlap:
# Find notes sharing the same tags
grep -l "tags:.*tag-name" content/*.md
By Key Terms:
# Search for key concepts
grep -l "specific concept" content/*.md
Aim for connection, not perfection. Every note benefits from 2-3 meaningful links. An orphan note is harder to discover than an over-connected one.
✅ Link when:
❌ Avoid linking when:
Every link needs context. Don't just link - explain WHY the connection exists in 1 sentence.
For each suggested link, provide:
[[slug-name]]## Suggested Wiki-Links for [Note Title]
### Strong Connections
- [[related-note-1]] - Same author, discusses related concepts
- [[related-note-2]] - Directly cited in this content
### Potential Connections (Review Needed)
- [[maybe-related]] - Shares "testing" tag, similar topic
If you find a group of 3+ notes with strong thematic connections, consider suggesting a Map Note (MOC) instead of individual links:
# Check existing maps
grep -l "type: map" content/*.md
Map notes (type: map) create visual clusters on the graph - notes linked from the map are pulled together. This is useful for:
Before suggesting links:
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity