A structured episodic memory system that uses Q-value scoring to help AI agents remember successful patterns and avoid past mistakes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install guava-memory
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 guava-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GuavaMemory is a sophisticated episodic memory framework designed to provide AI agents with long-term learning capabilities within the ecosystem of Openclaw Skills. Unlike simple logging, this system utilizes a reinforcement learning approach by assigning Q-values to specific task outcomes. This allows agents to distinguish between efficient solutions, roundabout successes, and outright failures.
By documenting every task as a unique episode, the agent builds a searchable database of experience. The core value of this skill lies in its ability to transform raw execution history into actionable intelligence, ensuring that agents become more effective the more they are used. It bridges the gap between static instructions and dynamic, experience-based execution.
To deploy GuavaMemory for your Openclaw Skills, follow these configuration steps:
mkdir -p memory/episodes memory/skills memory/meta
Create the Index File:
Initialize memory/episodes/index.json to track system statistics and configuration thresholds.
Configure Agent Rules: Update your AGENTS.md with specific episodic memory rules to enforce mandatory memory searches at task start and recording at task completion.
Install Search Utilities:
Ensure jq is installed on your system to enable the provided shell-based search scripts for manual episode auditing.
GuavaMemory uses a standardized schema to ensure all Openclaw Skills data remains portable and searchable:
| Component | Storage Type | Description |
|---|---|---|
| Episode MD | Markdown | Detailed logs including Intent, Success Patterns, and Failure Patterns. |
| Metadata Index | JSON | Central registry for episode IDs, Q-values, and promotion status. |
| Utility Metrics | Key-Value | Tracks rewards (0.0 to 1.0) and 'feel' (flow, grind, frustration, eureka). |
| Skills | Markdown | Optimized, graduated procedures that have passed the Q-value threshold. |
Loading
A real-time runtime security monitor that identifies and warns against malicious patterns during agent execution.

A comprehensive CLI tool for fetching and analyzing WHOOP health metrics including sleep, recovery, HRV, and strain.

An application platform that turns the OpenClaw Canvas into a dynamic environment for running and controlling rich HTML/CSS/JS applications.

Native high-quality image generation using the Google Antigravity API and Gemini 3 Pro without browser automation.

A premium 2-layer security suite for AI agents featuring $GUAVA token-gated strict protection and on-chain identity verification.

A sophisticated three-layer memory architecture that provides AI agents with persistent context and semantic search capabilities across sessions.








































