← Back to Skills Marketplace
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wcwudi-memory-manager
Description
简化主代理与子代理间记忆交换、归档和管理,支持操作记录和极简脚本工具,提升多代理协作效率。
Usage Guidance
Do not run any commands or change execution policies until the missing scripts are provided and reviewed. The package/documentation refers to PowerShell scripts (memory_check.ps1, archive_tool.ps1, agent_check.ps1, simple_logger.ps1) but those scripts are not present in the distributed files — this is an incoherence. Ask the publisher for the actual scripts (or a corrected package), then manually inspect the script contents before executing them. Pay special attention to: absolute paths in config (they may point to other agents' workspaces), any network calls or uploads in the scripts, and any instructions to set PowerShell ExecutionPolicy to Bypass. If you must test now, do so in an isolated environment (VM or container) and keep backups of your workspace. If the author cannot provide the scripts or a clear explanation, consider the skill untrustworthy and avoid installing it.
Capability Analysis
Type: OpenClaw Skill
Name: wcwudi-memory-manager
Version: 1.0.0
The 'wcwudi-memory-manager' skill is a legitimate utility designed for managing OpenClaw agent memory files, providing features for archiving, status monitoring, and controlled memory sharing between agents. The bundle includes extensive documentation (SKILL.md, README.md, ARCHITECTURE.md) and configuration (default.json) that prioritize security through manual user confirmation, detailed operation logging in JSON format, and the use of a 'temp/to_delete' staging area to prevent accidental data loss. No evidence of malicious intent, data exfiltration, or unauthorized system access was found, and the provided PowerShell script descriptions are strictly aligned with the stated purpose of workspace file management.
Capability Assessment
Purpose & Capability
The declared purpose (manage/ archive/ share agent memory on local filesystem) matches the documented behavior: reading/writing files under workspace paths and coordinating main/child agents. However the SKILL.md and multiple docs repeatedly instruct running scripts (memory_check.ps1, agent_check.ps1, archive_tool.ps1, simple_logger.ps1). The package contents provided include config and docs but do not include the actual script files; PACKAGE_SUMMARY and README claim scripts exist, creating a direct mismatch between claimed capabilities and what's actually provided.
Instruction Scope
Runtime instructions tell the agent/user to execute PowerShell scripts and to read/write files at absolute Windows paths (e.g., D:\openclaw\.openclaw\workspace\memory and D:\writing-bot\workspace\memory). Those actions are coherent with a memory manager, but the instructions also recommend temporarily changing PowerShell execution policy (Set-ExecutionPolicy Bypass -Scope Process) which increases risk if scripts come from an untrusted source. Because the scripts themselves are not included for inspection, following these instructions would require running code that is not present in the package — a risky gap.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by an automated installer. That lowers supply-chain risk. However the documentation and packaging metadata assert scripts exist in a scripts/ directory while the provided file list/content does not include those script files — an omission that should be resolved before trusting the skill.
Credentials
The skill requests no environment variables or credentials, which is proportionate for a local filesystem memory manager. The default config uses absolute Windows paths referencing other agent workspaces (e.g., D:\writing-bot\workspace\memory); access to other agents' directories is expected for inter-agent memory exchange but is a sensitive capability. Users should confirm those paths and permissions are appropriate for their environment.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. The docs emphasize manual, user-confirmed operations (no automatic deletions), which is appropriate. There is no evidence the skill modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wcwudi-memory-manager - After installation, invoke the skill by name or use
/wcwudi-memory-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Memory management system for OpenClaw agents
Metadata
Frequently Asked Questions
What is Memory Manager?
简化主代理与子代理间记忆交换、归档和管理,支持操作记录和极简脚本工具,提升多代理协作效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install Memory Manager?
Run "/install wcwudi-memory-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Manager free?
Yes, Memory Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Manager support?
Memory Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Manager?
It is built and maintained by wcwudi (@wcwudi); the current version is v1.0.0.
More Skills