🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

RAGLite

by @virajsanghvi1

Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).

Versionv1.0.0
πŸ’‘ Examples

One-command pipeline (recommended)

./scripts/raglite.sh run /path/to/docs \
  --out ./raglite_out \
  --collection my-docs \
  --chroma-url http://127.0.0.1:8100 \
  --skip-existing \
  --skip-indexed \
  --nodes

Query

./scripts/raglite.sh query ./raglite_out \
  --collection my-docs \
  --top-k 5 \
  --keyword-top-k 5 \
  "rollback procedure"

πŸ“‹ Tips & Best Practices

  • Chroma not reachable β†’ check --chroma-url, and that Chroma is running.
  • No keyword results β†’ install ripgrep (rg --version).
  • OpenClaw engine errors β†’ ensure gateway is up and token env var is set.
  • View on ClawHub
    TERMINAL
    clawhub install virajsanghvi1-raglite

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’