← Back to Skills Marketplace
142
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install proactive-memory-agent
Description
Ultimate memory optimization for AI agents. Combines WAL protocol, Working Buffer, three-tier memory (HOT/WARM/COLD), context budgeting (10/40/20/20), and .l...
Usage Guidance
This skill appears to do what it says: local memory tiering and checkpointing inside your OpenClaw workspace. Before installing or running init.sh: (1) Inspect the scripts yourself (they're included) to confirm behavior; (2) Ensure you do not have secrets, API keys, or sensitive files stored under $HOME/.openclaw/workspace (or whatever OPENCLAW_WORKSPACE you set), because the scripts snapshot and archive workspace contents; (3) Be aware optional tools (jq, openclaw CLI) are used when available but not required; (4) If you want an extra safety layer, run the scripts in a restricted environment (container or VM) or backup your workspace first; (5) If you need networked or multi-agent sharing, verify the skill does not add remote endpoints (it currently does not).
Capability Assessment
Purpose & Capability
Name/description (memory optimization, WAL, tiering, context budgeting) match the included scripts and SKILL.md. The scripts only create and manage files under the OpenClaw workspace (SESSION-STATE.md, .learnings/, memory/ etc.), and optionally call local tools like jq or the openclaw CLI. Nothing required by the skill (no env vars, no credentials, no external binaries) is inconsistent with its stated purpose.
Instruction Scope
Runtime instructions direct the agent/operator to run init.sh, detect.sh, search.sh, tiering.sh, and checkpoint.sh which read, write, copy and archive workspace files. This is expected for a memory manager, but the scripts aggregate and snapshot content (e.g., copying SESSION-STATE.md into snapshots), so they will capture any text present in your workspace files. There are no network endpoints or remote uploads in the scripts, but the scope of files touched is broad within the workspace.
Install Mechanism
No install spec or external downloads are used. The skill is instruction-plus-scripts only; all logic is present in the included shell scripts. This is lower risk than remote installers. The scripts do rely optionally on local utilities (jq, openclaw CLI) if present.
Credentials
The skill declares no required environment variables or credentials. It does respect an OPENCLAW_WORKSPACE variable if set and otherwise uses $HOME/.openclaw/workspace. While that is proportional to its purpose, the scripts will read and archive files under that workspace — which could include tokens or secrets if you store them there. No unrelated external credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configs, and only creates files under the workspace path. Its persistence is limited to workspace files it creates/updates (.proactive-memory-state.json, SESSION-STATE.md, memory/ and .learnings/).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proactive-memory-agent - After installation, invoke the skill by name or use
/proactive-memory-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: Added comprehensive Chinese documentation (中文文档). Bilingual support for SKILL.md with full Chinese translations and examples.
v1.0.0
Initial release. Ultimate memory optimization combining WAL protocol, Working Buffer, context budgeting (10/40/20/20), and three-tier memory (HOT/WARM/COLD). Achieves 60-70% context reduction with zero information loss.
Metadata
Frequently Asked Questions
What is Proactive Memory Agent?
Ultimate memory optimization for AI agents. Combines WAL protocol, Working Buffer, three-tier memory (HOT/WARM/COLD), context budgeting (10/40/20/20), and .l... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Proactive Memory Agent?
Run "/install proactive-memory-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Proactive Memory Agent free?
Yes, Proactive Memory Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Proactive Memory Agent support?
Proactive Memory Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Proactive Memory Agent?
It is built and maintained by silaszhu (@silaszhu); the current version is v1.0.1.
More Skills