A high-performance semantic caching skill that stores LLM responses to slash API costs and accelerate agent reaction times.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-langcache
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-langcache using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Redis LangCache is a professional-grade skill designed to integrate fully-managed semantic caching into your AI workflows. By leveraging vector similarity, this Openclaw Skills integration allows agents to recognize and reuse previous LLM outputs for conceptually similar queries, rather than just exact matches. This effectively bridges the gap between raw LLM processing and efficient data retrieval, ensuring your agents remain fast and cost-effective.
This skill provides a robust framework for managing the lifecycle of AI responses, including intelligent search strategies and strict privacy controls. By implementing LangCache, developers can significantly enhance the scalability of their Openclaw Skills projects while maintaining high response quality through customizable similarity thresholds.
To enable this skill within the Openclaw Skills framework, configure the following environment variables in your ~/.openclaw/secrets.env file:
LANGCACHE_HOST=<your-langcache-host>
LANGCACHE_CACHE_ID=<your-cache-id>
LANGCACHE_API_KEY=<your-api-key>
LangCache organizes data using a combination of vector embeddings for meaning and metadata attributes for filtering.
| Attribute | Description | Example |
|---|---|---|
model |
The specific LLM used for the generation | gpt-4o |
category |
The type of content stored | factual, command, style |
threshold |
The strictness of the semantic match | 0.95 |
strategy |
The lookup logic employed | semantic, exact |
attributes |
Custom key-value pairs for partitioning | user_id=123 |
Loading
A robust command-line interface for managing TickTick tasks and projects with OAuth2 authentication and batch processing support.

Automatically sync YouTube content directly to your Pocket Casts cloud library for cross-platform offline access.

A comprehensive bash-based integration to manage Linear issues, project progress, and Git workflows within Openclaw Skills.

A bioinformatics tool that converts raw consumer genetic data into actionable pharmacogenomic reports using CPIC guidelines.

A professional command-line interface for the Kaspa blockchain that enables secure wallet management, balance tracking, and KAS transactions.

A professional-grade command-line interface for sending, receiving, and managing KAS cryptocurrency on the Kaspa blockchain.








































