# Hk101 Living RAG

> HK-101 Living RAG

- Skill: `dvcrn/hk101-living-rag` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dvcrn/hk101-living-rag`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/hk101-living-rag/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dvcrn/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.

