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


