通过 Obsidian CLI 读写检索知识库笔记、任务、链接与插件配置
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "obsidian" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/obsidian/SKILL.md 2. 保存为 ~/.claude/skills/obsidian/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在我的 Obsidian vault 中搜索所有包含“周会”的笔记,汇总最近 30 天的待办事项,并新建一篇《周会行动项汇总》笔记,按项目分组列出任务及来源链接。
生成一篇新的汇总笔记,包含分组后的待办事项及对应原始笔记链接。
请查找 vault 中所有标签为 #research 且缺少 status 属性的笔记,为它们添加 status: active,并输出修改清单。
完成属性批量补充,并返回被更新笔记的名称或路径列表。
请围绕“生成式 AI”搜索我的 Obsidian 笔记,找出相关页面、双向链接和未完成任务,然后创建一篇索引笔记,包含主题概览、关键笔记链接和下一步行动。
生成一篇结构化主题索引笔记,串联相关内容并列出后续任务。
Use the official obsidian CLI for Obsidian vault work. Vault files are plain Markdown, so direct file edits are still fine when safer/faster.
obsidian registered on PATH.Check:
obsidian version
obsidian help
macOS registration creates /usr/local/bin/obsidian pointing at the app-bundled CLI. Linux registration copies the binary to ~/.local/bin/obsidian.
*.md..obsidian/; avoid editing unless asked.*.canvas JSON.vault="<name>" when ambiguous.Obsidian desktop tracks vaults here:
~/Library/Application Support/obsidian/obsidian.jsonobsidian <command> [name=value] [flag]
obsidian vault="Notes" search query="meeting notes" format=json
Parameter values with spaces need quotes. Add --copy to copy output where useful.
Open/read:
obsidian open file=Recipe
obsidian open path="Inbox/Idea.md" newtab
obsidian read
obsidian read file=Recipe
Search:
obsidian search query="TODO" matches
obsidian search query="status::active" format=json
obsidian search:open query="project notes"
Create/modify:
obsidian create name="New Note"
obsidian create path="Inbox/Idea.md" content="# Idea"
obsidian append file=Note content="New line"
obsidian prepend file=Note content="After frontmatter"
Move/delete:
obsidian move file=Note to=Archive/
obsidian move path="Inbox/Old.md" to="Projects/New.md"
obsidian delete file=Note
Daily/tasks:
obsidian daily
obsidian daily:read
obsidian daily:append content="- [ ] Review inbox"
obsidian tasks all todo
obsidian task file=Note line=8 done
Properties/links:
obsidian tags all counts
obsidian property:read file=Note name=status
obsidian property:set file=Note name=status value=done
obsidian backlinks file=Note
obsidian unresolved verbose counts
Developer/debug:
obsidian plugin:reload my-plugin
obsidian dev:errors
obsidian dev:screenshot file=shot.png
obsidian eval "app.vault.getFiles().length"
file=<name> uses Obsidian-style file resolution; path=<vault-relative.md> is exact.obsidian-cli unless user explicitly asks for it.通过命令行发现并控制 BluOS 设备的播放、分组与音量。
自动化管理 OpenClaw 夜间版本发布、分支维护与主线回合并流程。
用于检索和分析 Slack 归档,统计消息线程并辅助仓库协作处理。
快速搭建一次性原型,验证方案可行性并给出对比结论。
通过命令行列出聊天、查看短信历史并发送 iMessage 或短信。
帮助用户进行网页搜索、内容提取与研究资料整理,快速获取可靠信息。
让 AI 安全操作 Obsidian 知识库,读写检索笔记并管理文件。
让 AI 直接读写与检索 Obsidian 知识库中的 Markdown 笔记
用自然语言检索 Obsidian 知识库,快速找出相关笔记与结论
让 AI 直接读写和检索 Obsidian 仓库文件,自动整理与管理知识笔记。
将 Obsidian 知识库升级为可研究、写作与代码协作的 AI 第二大脑
帮助你维护符合 Obsidian 规范的知识库,自动整理链接、元数据与结构。