openclaw/workspace/skills/obsidian-index/SKILL.md
Use when user wants to manually trigger a semantic index update for the Obsidian vault. Triggers on /obsidian_index.
npx skillsauth add dragonkid/dotfiles obsidian-indexInstall 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.
手动触发 vault 增量语义索引,完成后向用户反馈执行结果。
python3 ~/.openclaw/workspace/scripts/vault_index.py
--reset,只处理新增/变更文件,跳过未变更文件python3 ~/.openclaw/workspace/scripts/vault_index.py --reset~/.openclaw/workspace/logs/vault-index.logtools
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 健康检查"。