openclaw/workspace/skills/obsidian-research/SKILL.md
Research a topic with brainstorming dialogue, staged web exploration, and Obsidian vault integration. Triggers on /research command, deep research requests, or when user wants to explore a topic and save findings to their knowledge base.
npx skillsauth add dragonkid/dotfiles obsidian-researchInstall 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.
Staged research with brainstorming dialogue, saving results to ~/Documents/second-brain.
Read ~/Documents/second-brain/CLAUDE.md for vault conventions.
STOP: Present scope summary, wait for approval.
mgrep --web "<query>" 搜索每个研究方向,找到相关 URL;用 web_fetch 获取页面内容STOP: Present survey results, wait for approval.
STOP: Present analysis, wait for approval.
所有 vault 文件的创建和编辑必须通过 staging 目录中转(~/.openclaw/workspace/.vault-staging/):
cp 到 staging,编辑完再 cp 回 vaultcp 到 vaultFor each related vault note found in Phase 1, present options:
[[wikilinks]][[wikilinks]] in both directionsSave to ~/Documents/second-brain/Research/<topic-slug>.md:
---
date: YYYY-MM-DD
tags: [status/seed, source/research]
aliases: []
---
Sections: ## Summary, ## Key Findings, ## Sources, ## Related
Report: file path, notes merged/updated/linked.
/research <topic>
If no topic provided, ask what to research.
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 健康检查"。