memory-cacheHigh-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and JSON serialization for session context and API...
Install via ClawdBot CLI:
clawdbot install 1999AZZAR/memory-cacheStandardized Redis-backed caching system for OpenClaw agents.
python3 must be available on the host.REDIS_URL environment variable (e.g., redis://localhost:6379/0).env.example.txt to .env..env.requirements.txt.python3 $WORKSPACE/skills/memory-cache/scripts/cache_manager.py set mema:cache: [--ttl 3600] python3 $WORKSPACE/skills/memory-cache/scripts/cache_manager.py get mema:cache:python3 $WORKSPACE/skills/memory-cache/scripts/cache_manager.py scan [pattern]python3 $WORKSPACE/skills/memory-cache/scripts/cache_manager.py pingStrictly enforce the mema: prefix:
mema:context:* – Session state.mema:cache:* – Volatile data.mema:state:* – Persistent state.Generated Mar 1, 2026
Cache user session data like browsing history and cart items to enable real-time product recommendations and personalized offers. This reduces database load and improves page load times during high-traffic events like Black Friday sales.
Store real-time market data and user portfolio states to support fast decision-making and reduce latency in trade executions. The TTL management ensures data freshness and compliance with regulatory requirements for data retention.
Cache patient session contexts and diagnostic results to facilitate seamless handoffs between different AI sub-agents handling triage, prescription management, and follow-up scheduling. This enhances care coordination and patient experience.
Use namespaced keys to cache player states, game session data, and leaderboard updates, enabling low-latency interactions and smooth gameplay. This supports scalable performance during peak user loads and reduces backend server strain.
Cache sensor data and device states from connected vehicles or machinery to enable real-time monitoring and predictive maintenance alerts. This allows for quick data sharing between analytics sub-agents and improves operational efficiency.
Offer the memory cache as part of a cloud-based AI platform with tiered pricing based on storage capacity and request volume. This generates recurring revenue from enterprises needing scalable caching solutions for their AI agents.
Provide professional services to customize and integrate the cache skill into existing AI systems, including setup, optimization, and training. This targets organizations with complex infrastructure seeking tailored performance improvements.
Distribute the skill as open-source software while offering paid support, advanced features like enhanced security, and enterprise-grade SLAs. This attracts developers and businesses looking for reliable, community-driven tools with optional upgrades.
💬 Integration Tip
Ensure the REDIS_URL environment variable is securely configured and use the mema: prefix consistently to avoid key collisions and maintain namespace organization.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection