A sophisticated agent framework featuring a three-tier memory system and autonomous self-evolution mechanisms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-framework
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 openclaw-framework using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw AI Assistant Framework is a high-performance skill designed to bring structure and long-term intelligence to AI agents within Openclaw Skills. Built upon the Work-Fisher architecture, it emphasizes rational decision-making, cost-sensitivity, and technical automation. By prioritizing structured communication and formula-based logic over hardcoding, it provides a scalable foundation for complex agentic workflows.
This framework is particularly valuable for developers who need their agents to remember context across sessions while maintaining strict control over token consumption and operational safety. It transforms a standard AI assistant into a self-evolving entity that learns from every interaction and optimizes its own performance through automated daily reports.
To integrate this framework into your project, follow these steps:
# Navigate to your agent's skill directory
# Clone or download the framework files
# Ensure the following directory structure exists:
/memory
MEMORY.md
SKILL.md
Configure your environment to allow the agent read/write access to the memory/ folder to enable the multi-layer memory system required for Openclaw Skills.
The framework organizes information through a hierarchical file-based taxonomy:
| Data Level | Storage Path | Description |
|---|---|---|
| L1 Working Memory | In-memory | Temporary session context, discarded after use. |
| L2 Short-term Memory | memory/YYYY-MM-DD.md |
Daily logs of activities and immediate lessons. |
| L3 Long-term Memory | MEMORY.md |
Permanent storage for major decisions and experience. |
| Evolution Reports | Generated Daily | Summaries of self-growth and knowledge integration. |
| Task Constraints | Internal Logic | 5-attempt retry limit and 20,000 token ceiling per task. |
Loading
A dual-channel automation tool for sending notes to flomo via macOS URL schemes or reliable webhook fallbacks.

A high-reliability bridge for sending thoughts, links, and memos directly to your flomo inbox using automated workflows.

An AI-driven intelligence tool that extracts market signals, whale movements, and trending alpha from over 50 elite Telegram groups.

A high-performance utility to upload local files to UCloud US3 storage and generate instant, shareable public URLs.

A specialized skill for AI agents to search for hotels, retrieve real-time pricing, and access detailed room information via the AIGoHotel MCP server.

A versatile FFmpeg-powered media tool for video compression, format conversion, and automated frame extraction.








































