find
GitHub通过结构化过滤器查询OVP索引,支持按来源、包、声明等类型及状态、日期精准检索,返回精简结果。
Trigger Scenarios
需要精确查找特定来源或实体
根据状态或日期筛选数据
Install
npx skills add fakechris/obsidian_vault_pipeline --skill find -g -y
SKILL.md
Frontmatter
{
"name": "find",
"description": "Query the OVP index with structured filters (sources, packs, claims, runs, tags, entities). Use for precise inventory lookups rather than open-ended prose search."
}
OVP Find
Use the ovp2 MCP find tool to query the index: sources, packs, claims, runs, tags, entities.
When to use
- “What sources/packs/claims match X?”
- Filter by kind, status, date prefix, tag, or entity id
- Prefer precision; use
searchfor free-form full-text
Arguments
| Arg | Notes |
|---|---|
term |
Free-text search term |
kind |
sources | packs | claims | runs | tags | entities |
status |
Status filter |
date |
Date prefix (YYYY, YYYY-MM, or YYYY-MM-DD) |
tag |
Canonical tag over sources (kind=tags lists vocabulary) |
entity |
URL entity id, e.g. github:owner/repo (kind=entities lists index) |
Behavior
- Return a short, scannable list (id/title, kind, status, one-line hint).
- Prefer 5–15 high-signal hits over dumping the whole index.
- If empty, suggest alternate
kind/termor fall back tosearch/ask.
Version History
- a9ac4bd Current 2026-09-08 21:16
Dependencies
-
optional
github:owner/repo


