memory-cache

Installation
SKILL.md

Memory Cache

Setup

  1. Copy .env.example to .env.
  2. Set REDIS_URL (e.g. redis://localhost:6379/0) or REDIS_HOST, REDIS_PORT, REDIS_DB, REDIS_PASSWORD.
  3. Ensure Redis is running. Optional timeouts: REDIS_SOCKET_TIMEOUT, REDIS_SOCKET_CONNECT_TIMEOUT.
  4. On first run, scripts/cache creates a venv and installs dependencies.

Usage

  • Role: Memory Manager.
  • Trigger: "Save this for later", "Cache these results", "What was the last search?".
  • Output: Confirmation of storage or retrieved values.

Commands (CLI)

Use scripts/cache (recommended) or python3 scripts/cache_manager.py.

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 14, 2026
memory-cache — openclaw/skills