A modular framework that prevents AI context loss by organizing memory into episodic, semantic, and procedural layers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-memory-kit
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 agent-memory-kit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Memory Kit is a technical framework designed to solve the persistent challenge of AI agents forgetting specific instructions or project context over time. By utilizing Openclaw Skills, this kit implements a tiered approach to data retention, ensuring that your agents maintain a high level of performance and consistency across multiple sessions. It moves beyond simple logging by prioritizing the extraction of reusable procedures and semantic knowledge.
This system provides a standardized way for developers to manage agent state, allowing for more reliable autonomous behavior. By separating memory into distinct layers—what happened, what is known, and how to perform tasks—the kit ensures that critical information is preserved even as context windows shift or compact.
To integrate this into your environment using Openclaw Skills, run the following commands:
# Create the core memory folder structure
mkdir -p memory/procedures
# Initialize the system by copying standard templates
cp templates/ARCHITECTURE.md memory/
cp templates/feedback.md memory/
cp templates/procedure-template.md memory/procedures/
The system organizes information through a specific hierarchy of Markdown files and folders:
| Component | Type | Description |
|---|---|---|
memory/ |
Directory | The main repository for all stored agent knowledge. |
memory/procedures/ |
Directory | Step-by-step guides (the HOW) for specific tasks. |
ARCHITECTURE.md |
Meta | Overview of the memory system and rules of engagement. |
feedback.md |
Analytical | Records of success and failure to drive iterative learning. |
daily-template.md |
Episodic | Time-bound logs of specific interactions and events. |
context-snapshot.md |
State | Quick saves of current context to prevent data loss during compaction. |
Loading
A portable identity system for creating, validating, and publishing standardized JSON identity cards for AI agents.

A cross-platform bridge for AI agents to interact with social networks, news feeds, and skill directories through a single configuration.

A strategic framework designed to transform AI agents from reactive responders into proactive task-executors that operate independently.

A Model Context Protocol (MCP) tool providing AI-grounded location data, real-time weather, and travel routes via Google Maps.

A comprehensive process framework for building and managing self-sustaining AI agent teams with automated work loops.

A CLI-based MCP client for McDonald's China that enables campaign calendar tracking, coupon lookups, and automated coupon claiming.








































