A hybrid memory management system that transforms raw episodic logs into structured semantic knowledge using the PARA method.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-para
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 memory-para using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory PARA acts as the metabolism for an AI agent's workspace, governing how information is ingested, processed, and stored. By leveraging a structured Root + PARA hybrid architecture, this skill ensures that Openclaw Skills can maintain a high-recall memory system that doesn't suffer from context bloat. It systematically moves data from a raw Inbox layer into core identity files and long-term knowledge repositories.
The skill is designed to prevent information loss by converting daily conversation logs into actionable insights. It enforces a strict logical merge principle, ensuring that existing knowledge is refined and updated rather than simply overwritten. This makes it an essential tool for developers looking to build sophisticated, long-term AI personas within the Openclaw Skills ecosystem.
To initialize the memory system for your Openclaw Skills, ensure your workspace directory follows the required structure. You can create the base directories using the following commands:
mkdir -p ~/.openclaw/workspace/PARA/ARCHIVES
mkdir -p ~/.openclaw/workspace/memory
touch ~/.openclaw/workspace/USER.md ~/.openclaw/workspace/SOUL.md ~/.openclaw/workspace/MEMORY.md
Once the structure is in place, trigger the skill by asking the agent to perform memory maintenance.
The skill organizes data into three distinct layers to optimize recall and storage efficiency:
| Layer | Target Files | Purpose |
|---|---|---|
| Root | USER.md, SOUL.md, TOOLS.md, IDENTITY.md, MEMORY.md | Core identity, preferences, and global navigation index. |
| PARA | PROJECTS.md, AREAS.md, RESOURCES.md, ARCHIVES/ | Active projects, long-term knowledge, and historical logs. |
| Inbox | memory/YYYY-MM-DD.md | Raw, unprocessed episodic dialogue and session data. |
Loading
An encrypted communication layer for AI agents that secures sensitive data using AES-256-CBC and stealth activation.

Ichiro-Mind is a sophisticated unified memory architecture that provides AI agents with persistent, hierarchical recall through a 4-layer system of hot, warm, cold, and archive storage.

A FastAPI-based REST service for Qwen3 text-to-speech optimized for consistent voice cloning and high-speed audio synthesis.

A multi-language vehicle expense management tool that synchronizes fuel and maintenance logs to Google Sheets or local Excel files.

A security-focused static analysis tool designed to audit Openclaw Skills for malicious patterns and vulnerabilities before they are installed.

An automated deployment utility that simplifies launching web applications to Vercel, Railway, and Supabase via integrated CLI workflows.








































