metatronsdoob369-hk101-living-rag
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~metatronsdoob369-hk101-living-ragcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~metatronsdoob369-hk101-living-rag/file -o metatronsdoob369-hk101-living-rag.md# claw-rag
Simple RAG over local text/markdown.
## Inputs
- query (string): question to answer.
- docsPath (string, optional): folder of docs (default ./docs relative to CWD).
- k (number, optional): number of top matches (default 3).
## Output
- answer: synthesized answer from matches.
- matches: [{path, score, snippet}...]
Requires: OPENAI_API_KEY in env.