Hk101 Living Rag OpenClaw Plugin & Skill | ClawHub
Looking to integrate Hk101 Living Rag into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.
What this skill does
Simple RAG over local text/markdown.
Install
openclaw skills install @metatronsdoob369/hk101-living-ragnpx clawhub@latest install hk101-living-ragFull SKILL.md
Open originalSKILL.md content below is scrollable.
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.