Summary
根据用户的自然语言检索需求,生成合适的 Obsidian CLI 查询命令,执行查询,并将结果总结返回。用于用户想在 Obsidian 仓库中搜索笔记、查找上下文、筛选任务、标签、属性、反链、文件列表或结构化查询时,例如“帮我找最近的会议记录”“搜一下包含某关键词的笔记”“看看某篇笔记有哪些反向链接”。
wwwzhouhui/skills_collection
根据用户的自然语言检索需求,生成合适的 Obsidian CLI 查询命令,执行查询,并将结果总结返回。用于用户想在 Obsidian 仓库中搜索笔记、查找上下文、筛选任务、标签、属性、反链、文件列表或结构化查询时,例如“帮我找最近的会议记录”“搜一下?
npx skills add wwwzhouhui/skills_collection --skill obsidian-search
根据用户的自然语言检索需求,生成合适的 Obsidian CLI 查询命令,执行查询,并将结果总结返回。用于用户想在 Obsidian 仓库中搜索笔记、查找上下文、筛选任务、标签、属性、反链、文件列表或结构化查询时,例如“帮我找最近的会议记录”“搜一下包含某关键词的笔记”“看看某篇笔记有哪些反向链接”。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from wwwzhouhui/skills_collection · top by installs.
npx skills add wwwzhouhui/skills_collection
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
4,731 B
SUMMARY.md
431 B
使用 Obsidian CLI 把自然语言需求转换为可执行查询,再基于输出给出简洁结论。优先复用 obsidian search、search:context、tasks、tags、properties、backlinks、files、outline 等现成命令,而不是手写文件遍历逻辑。
按以下顺序执行:
- query= 传入用户关键词或搜索表达式 - path= 缩小目录范围 - file= 用文件名解析目标笔记 - format=json 在需要稳定总结时优先使用 - limit= 控制结果规模,避免输出过长
search:context 执行成功但没有返回内容,不要立刻假设“无结果”;先改用同关键词的 obsidian search 验证是否存在匹配文件,再决定是否补充 read、outline 等后续命令。先匹配下列场景:
obsidian searchobsidian search:contextobsidian tasksobsidian tags 或 obsidian tagobsidian propertiesobsidian backlinksobsidian linksobsidian files folder=<path>obsidian outlinesearch/files 定位,再 obsidian read如果用户的问题本质上是“总结某个主题在知识库中的分布或观点”,优先采用两步法:
obsidian search 或 obsidian search:context 缩小范围obsidian read、outline 或 backlinks 补充信息后总结vault=<name> 放在命令最前,仅在必须切换仓库时使用。query="会议纪要"。file= 适合按笔记名解析;需要精确定位时改用 path=。total 或选择 format=json 后自行汇总。format=json;用户只要快速答复时可用默认文本格式。limit=10 或更小。search:context 可能出现“命令成功但无输出”的情况;遇到这种情况时,优先降级到 obsidian search,必要时再对候选文件执行 read。search:context 无输出但 search 有命中,应明确告诉用户“已找到相关文件,但当前 CLI 未返回上下文行”,并改为总结候选文件。默认按这个顺序组织回答: