Simple RAG over local text/markdown.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill hk101-living-rag --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hk101 Living Rag?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-hk101-living-rag)More formats (shields.io, HTML) on the badges page.
---
name: claw-rag
description: Simple RAG over local text/markdown.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!