Imported from swcstudiospace/plugin (
skills/docs-redis/SKILL.md). Install upstream withnpx skills add swcstudiospace/plugin --skill docs-redis. Copyright stays with the author.
Redis docs
Offline documentation package for Redis.
- Source site: https://redis.io/docs/
- Pages packaged: 73
- Local hybrid corpus DB (this VPS):
/root/.openclaw/workspace/projects/docs-scraper/data/db/skills/docs-redis.sqlite
When to use
Answer engineering questions about Redis using files under references/.
Each reference file starts with a Source: URL — cite it.
How to answer
- Search
references/for relevant pages (filename + content). - Prefer official wording; do not invent APIs not present in references.
- Optional deeper retrieval against the live corpus:
cd /root/.openclaw/workspace/projects/docs-scraper
source .venv/bin/activate
python scripts/query.py "your question" --db /root/.openclaw/workspace/projects/docs-scraper/data/db/skills/docs-redis.sqlite -k 8 --mode hybrid
Refresh
cd /root/.openclaw/workspace/projects/docs-scraper
source .venv/bin/activate
python scripts/batch_docs_skills.py --only redis
Safety
Public docs only. Respect ToS/redistribution if publishing outside this VPS.