openclaw/workspace/skills/obsidian-link/SKILL.md
Analyze an Obsidian note and find related notes to suggest wikilinks. Triggers on /link command, or when user asks to find connections between notes or improve note linking.
npx skillsauth add dragonkid/dotfiles obsidian-linkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze a note and suggest [[wikilinks]] to related notes in ~/Documents/second-brain.
Read ~/Documents/second-brain/CLAUDE.md for linking conventions.
编辑 vault 文件必须通过 staging 目录中转(~/.openclaw/workspace/.vault-staging/):
先 cp 到 staging,编辑完再 cp 回 vault。禁止直接在 vault 目录内多次写入同一文件。
grep -r -l -i "<term>" ~/Documents/second-brain/ --include="*.md" excluding .obsidian/, .claude/[[wikilink]] text## Related section at end of the note
## Related already exists, append to it (avoid duplicates)/link <note-path>
Path can be relative to vault root or absolute. If relative, resolve from ~/Documents/second-brain.
If no path provided, ask which note to analyze.
tools
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。