← Back to Skills Marketplace
wavmson

Memory-Dream

by wavmson · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
294
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install memory-dream
Description
Memory consolidation for OpenClaw agents. Periodically reviews daily memory files (memory/*.md), extracts durable knowledge, and merges it into MEMORY.md — l...
Usage Guidance
What to consider before installing or enabling: - Backup: Make a copy of MEMORY.md and your memory/ directory before first run so you can inspect changes and recover if needed. - Inspect source: The registry lists no homepage/source; README points to a GitHub repo. If you plan to clone/install, review that repository (SKILL.md/README/LICENSE) yourself to ensure it matches what's in the registry. - Manual first run: Trigger the skill manually (e.g., say "dream") and review the consolidation report and the diff of changes to MEMORY.md before allowing automatic cron runs. - Cron/automation: If you enable the recommended cron job, start with a low-frequency schedule (manual or weekly) until you confirm behavior is safe and idempotent. - Principle of least surprise: The skill will read recent daily logs and edit MEMORY.md and today's journal (append log). It claims not to delete files or surface secrets, but verify reports do not accidentally leak sensitive data. - Trust boundary: Because the skill can autonomously edit files, only enable it if you trust the author/source. If the source is unknown, keep confidence lower and require manual review of changes. - If you want higher assurance: ask the publisher for a signed release or a repository URL included in registry metadata; check for community reviews or run the skill in a sandbox/workspace copy first.
Capability Analysis
Type: OpenClaw Skill Name: memory-dream Version: 1.0.3 The memory-dream skill is a utility designed for memory consolidation within the OpenClaw environment. It scans daily journal files and merges relevant information into a long-term memory file (MEMORY.md). The logic in SKILL.md and README.md is transparent, follows a well-defined 5-phase process, and includes safety constraints such as avoiding the deletion of files and preventing the logging of secrets. No indicators of data exfiltration, malicious execution, or unauthorized persistence were found.
Capability Assessment
Purpose & Capability
Name/description, declared behavior, and runtime instructions all match: the skill lists/reads memory/*.md, extracts facts, and edits MEMORY.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines actions to listing/reading memory files, reading/writing MEMORY.md (via surgical edits), and appending a run log to today's journal. It explicitly forbids deleting files and exposing secrets in reports. The instructions do reference cron/heartbeat integration and an `edit` tool for precise file edits — these are within scope but require the corresponding agent tools to exist.
Install Mechanism
There is no install spec in the registry (instruction-only skill). README suggests installing via ClawHub or cloning from a GitHub repo (raw.githubusercontent.com). Fetching code from GitHub is common but would introduce executable code from an external source; the registry metadata shows source/homepage unknown which reduces traceability. This is not necessarily malicious but worth verifying the repo before cloning/installing.
Credentials
The skill declares no environment variables, credentials, or config paths. Runtime instructions do not require secrets or unrelated tokens. The only file access is to memory/ and MEMORY.md, which is appropriate for the stated function.
Persistence & Privilege
always:false (normal). The skill is user-invocable and allowed to be invoked autonomously by the agent (platform default). It will write to MEMORY.md and append a Dream Log to today's memory file — this is necessary for its function but means it will make persistent changes to user files, so initial runs should be monitored/backed up.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-dream
  3. After installation, invoke the skill by name or use /memory-dream
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Major README enhancement: detailed bilingual docs with 5-phase walkthrough, output examples, FAQ, design principles, and Smart Compact integration guide.
v1.0.2
Removed external references. Updated descriptions to be self-contained.
v1.0.1
Rename to Memory-Dream: updated SKILL.md name and all GitHub repo references.
v1.0.0
Initial release: memory consolidation skill inspired by Claude Code autoDream. Bilingual README (EN + CN).
Metadata
Slug memory-dream
Version 1.0.3
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is Memory-Dream?

Memory consolidation for OpenClaw agents. Periodically reviews daily memory files (memory/*.md), extracts durable knowledge, and merges it into MEMORY.md — l... It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.

How do I install Memory-Dream?

Run "/install memory-dream" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory-Dream free?

Yes, Memory-Dream is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory-Dream support?

Memory-Dream is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory-Dream?

It is built and maintained by wavmson (@wavmson); the current version is v1.0.3.

💬 Comments