memory-dream-review
Review ClawXMemory memory quality with a read-only Dream pass over recent L1, linked project memories, and the global profile.
Install / Use
npx skills add dbengoa42-star/edgeclaw --skill memory-dream-reviewInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Our assessment of memory-dream-review
memory-dream-review scores 53/100 on our quality scale, 2330th of 2,717 Development & Engineering skills we index.
Its SKILL.md is 1.5 KB long, split into 4 sections and no code examples: moderately detailed.
It has no GitHub stars yet, so there is no community track record; judge it on its content.
Maintenance, license and trust
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 78/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-27. Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
memory-dream-review compared with similar skills
All 4 of these similar skills score higher than memory-dream-review; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| memory-dream-review (this skill)by dbengoa42-star | 53 | 0 | 6mo ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| ai-job-searchby MadsLorentzen | 100 | 44.1k | today | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | 1d ago | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 5d ago | SKILL.md |
Frequently asked questions
- How do I install memory-dream-review?
- Run
npx skills add dbengoa42-star/edgeclaw --skill memory-dream-review. The install tabs above show the steps for each supported agent. - Which AI agents does memory-dream-review work with?
- It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is memory-dream-review safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 78/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is memory-dream-review still maintained?
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
Skill content
View source on GitHubname: memory-dream-review description: Review ClawXMemory memory quality with a read-only Dream pass over recent L1, linked project memories, and the global profile. homepage: https://github.com/OpenBMB/ClawXMemory/tree/main/clawxmemory metadata: {"openclaw":{"skillKey":"openbmb-clawxmemory","requires":{"config":["plugins.entries.openbmb-clawxmemory.enabled"]}}}
Memory Dream Review
Use this skill when the user asks to audit memory quality, clean up duplicate project memories, inspect profile drift, or decide what should be promoted into longer-term memory.
Primary Path
- Call
memory_dream_review, usually withfocus: "all". - Report findings in this order:
projectRebuildcleanupprofileSuggestionsambiguousnoActiontimeLayerNotes
- State clearly that Dream review is read-only and no memory records were modified.
- Only call
memory_getif the user asks to inspect one specific finding in detail.
Focus Guidance
- Project cleanup or duplicate project summaries:
use
memory_dream_review({ focus: "projects" }) - Profile drift or promotion questions:
use
memory_dream_review({ focus: "profile" }) - Mixed governance review:
use
memory_dream_review({ focus: "all" })
Guardrails
- Do not imply that Dream already rewrote L2 or profile memory.
- Treat
timeLayerNotesas integrity observations only, not rewrite instructions. - Prefer citing the returned
evidenceRefsinstead of guessing where a finding came from.
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ai-job-search
44.1kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
