openclaw/workspace/skills/obsidian-capture/SKILL.md
Use when user wants to save the current conversation topic to Obsidian vault. Triggers on /capture, or when user says "记录到 obsidian", "总结到笔记", "保存到笔记", "capture this".
npx skillsauth add dragonkid/dotfiles obsidian-captureInstall 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.
Summarize a conversation topic into a structured Obsidian note at ~/Documents/second-brain.
Read ~/Documents/second-brain/CLAUDE.md for vault conventions.
所有 vault 文件的创建和编辑必须通过 staging 目录中转(~/.openclaw/workspace/.vault-staging/):
cp 到 staging,编辑完再 cp 回 vaultcp 到 vaultdate, tags, aliases## Related section with wikilinks to known related conceptsCLAUDE.md mappingSearch vault for notes that overlap or relate to the topic:
python3 ~/.openclaw/workspace/scripts/vault_search.py "<topic keywords>" --top 5
Fallback if index unavailable:
grep -r -l -i "<terms>" ~/Documents/second-brain/ --include="*.md" | grep -v '.obsidian/' | grep -v '.claude/'
If related notes found, present them to the user with inline buttons:
Wait for user response before modifying any existing notes.
If no related notes found, skip to step 3.
[[new-note]] to their ## Related section (create section if missing), and add [[existing-note]] to the new note's RelatedCLAUDE.md/capture [optional topic hint]
If topic hint provided, use it to focus extraction. Otherwise infer from recent conversation.
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 健康检查"。