Agent Skills
› fakechris/obsidian_vault_pipeline
› search
search
GitHub用于在OVP产品状态(来源、包、声明)中进行全文搜索。适用于关键词或短语查找,当缺乏结构化过滤条件时,作为深入查询前的侦察工具。
Trigger Scenarios
需要关键词或短语搜索
不确定具体实体类型需初步探查
Install
npx skills add fakechris/obsidian_vault_pipeline --skill search -g -y
SKILL.md
Frontmatter
{
"name": "search",
"description": "Full-text search across OVP product state (sources, packs, claims). Use for keyword or phrase lookup when structured find filters are unknown."
}
OVP Search
Use the ovp2 MCP search tool for full-text search across sources, packs, and claims.
When to use
- Keyword / phrase hunt across product state
- You do not yet know the right
kind/ tag / entity forfind - Scouting before a deeper
askorclaimaudit
Arguments
| Arg | Required | Notes |
|---|---|---|
query |
yes | Search query |
Behavior
- Interpret the query as keywords or a short phrase.
- Summarize hits with title/id, type, and a one-line snippet — no raw JSON dumps.
- For natural-language Q&A with verified receipts, prefer
ask. - For structured inventory filters, prefer
find.
Version History
- a9ac4bd Current 2026-09-08 21:16


