🤖
HK-101 Living RAG
Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach.
安全通过
💬Prompt
技能说明
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.
如何使用「HK-101 Living RAG」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「HK-101 Living RAG」技能完成任务
- 结果即时呈现,支持继续对话优化