← Back to Skills Marketplace
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-curator
Description
Organize, deduplicate, summarize, and compress OpenClaw or Clawd memory files. Use when the user asks to organize memory, reduce duplication, convert raw dai...
Usage Guidance
This skill appears coherent and low-risk: it reads and backs up local workspace files and contains no network or credential usage. Before installing or allowing it to run: (1) verify the workspace path it will act on (default examples use /root/clawd), (2) review AGENTS.md and the repository files (scripts/curate_memory.py) yourself so you know exactly what will be read and backed up, (3) if you allow the agent to perform edits, require the confirmation step the SKILL.md specifies (it relies on the agent to ask for approval), and (4) keep regular backups of your workspace. If you want automated rewriting rather than manual edits, note the included script does not implement that — the agent will perform file edits if instructed.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-memory-curator
Version: 1.0.0
The memory-curator skill is a legitimate utility designed to manage and compress AI agent memory files within a workspace. The Python script (scripts/curate_memory.py) performs standard file operations like reporting statistics, creating backups, and validating directory structures without any network activity or suspicious execution logic. The agent instructions in SKILL.md emphasize safety by requiring user approval before deletions and prioritizing the removal of sensitive data or redundant logs.
Capability Assessment
Purpose & Capability
Name/description match the included files and behavior. The SKILL.md and README describe organizing, deduplicating, summarizing, and backing up memory files, and the included script implements report/backup/validate operations for the workspace. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions ask the agent to read AGENTS.md, MEMORY.md, and memory/*.md and to back up before making edits — all appropriate for curating memory. One minor mismatch: SKILL.md documents a 'rewrite' workflow (editing/compressing notes), but the bundled script only implements reporting, backup, and validation (no automated rewrite). That means actual rewriting would be performed by the agent itself (file edits), which the SKILL.md correctly constrains (require user approval and backups) but is not enforced by code.
Install Mechanism
This is an instruction-only skill with a small helper script included; there is no install spec, no downloads, and no execution of external installers. Low installation risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Its file I/O is limited to the declared workspace structure (AGENTS.md, MEMORY.md, memory/, memory-backups/).
Persistence & Privilege
always:false and normal autonomous invocation defaults. The skill does not request persistent platform-level privileges or modify other skills. Note that because the script doesn't perform rewrites, any file edits will be performed by the agent itself when invoked — SKILL.md instructs to get explicit user approval before edits.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-memory-curator - After installation, invoke the skill by name or use
/openclaw-memory-curator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OpenClaw Memory Curator?
Organize, deduplicate, summarize, and compress OpenClaw or Clawd memory files. Use when the user asks to organize memory, reduce duplication, convert raw dai... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install OpenClaw Memory Curator?
Run "/install openclaw-memory-curator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Memory Curator free?
Yes, OpenClaw Memory Curator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Memory Curator support?
OpenClaw Memory Curator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Memory Curator?
It is built and maintained by zeruel (@1217047020); the current version is v1.0.0.
More Skills