langcache
This skill integrates Redis LangCache for semantic caching and includes CLI and SDK examples. It reads `~/.openclaw/secrets.env`, requires `LANGCACHE_HOST`, `LANGCACHE_CACHE_ID`, `LANGCACHE_API_KEY` (and `OPENAI_API_KEY` in examples), calls `https://${LANGCACHE_HOST}/v1/caches/${LANGCACHE_CACHE_ID}`, and provides runnable scripts like `./scripts/langcache.sh`.