# Hk101 Living RAG

> claw-rag

- Skill: `javimosch/hk101-living-rag` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/hk101-living-rag`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/hk101-living-rag/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/hk101-living-rag

---

# 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.

