← Back to Skills Marketplace
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moore-pyramid-memory-system
Description
Moore 金字塔记忆系统 — 5层记忆架构,确保跨 session 连续性。每次启动时自动加载,新 session 开始时必须执行此 skill。
Usage Guidance
This skill is plausible for keeping cross‑session notes, but it currently has gaps and privacy implications. Before installing or enabling it: (1) ask the publisher for the actual scripts and an explicit install/registration plan (how startup execution and cron jobs are created); (2) verify where files will be stored and who can read them (these files will contain conversation summaries and todos); (3) prefer a manual review step before any agent creates persistent startup hooks or cron jobs; (4) if you proceed, run it in a restricted workspace or sandbox, and review the content of any created scripts for unexpected network access or credential use. If the author cannot provide the missing scripts/install instructions, treat the SKILL.md as incomplete and avoid enabling automatic behaviors.
Capability Analysis
Type: OpenClaw Skill
Name: moore-pyramid-memory-system
Version: 1.1.0
The skill bundle describes a complex memory management system that relies on the execution of external JavaScript scripts (startup-read.js, weekly-archive.js, monthly-archive.js) and the establishment of persistence via cron jobs. The SKILL.md file contains strong directives to the AI agent to ensure these scripts are executed automatically at startup and during specific intervals, which constitutes a prompt-injection risk for unauthorized code execution. While the stated intent is benign (session continuity), the reliance on unprovided scripts located in the '~/.openclaw/workspace/scripts/' directory and the instructions to modify system schedules are high-risk behaviors that cannot be fully verified without the script source code.
Capability Assessment
Purpose & Capability
The name/description (a 5‑layer persistent memory system) aligns with instructions to load and update MEMORY.md, .todos.md and per‑day/month files. However the SKILL.md lists scripts (startup-read.js, weekly-archive.js, monthly-archive.js) and cron schedules even though no code files or install steps are included — claiming automatic execution without providing the scripts or an install mechanism is an incoherence.
Instruction Scope
Instructions require reading and writing persistent files under ~/.openclaw/workspace/ (MEMORY.md, memory/*.md, .todos.md) and mandate writing conversation summaries after every conversation. That is functionally within a 'memory' skill, but it directs persistent logging of conversation content (potentially sensitive) and instructs automatic script execution at startup. The skill does not document access controls, retention, or how the startup automation is implemented, giving broad discretion to the agent and raising privacy and scope‑creep concerns.
Install Mechanism
No install spec and no code files are provided. This lowers code supply risk, but is inconsistent with the SKILL.md which references scripts and cron jobs—either the skill expects the runtime to already contain these scripts or the SKILL.md is incomplete. That mismatch should be resolved before trusting automatic behaviors.
Credentials
The skill requests no environment variables, credentials, or external services, which is proportionate for a local memory system. One note: the SKILL.md references an absolute user path (~/.openclaw/workspace/scripts/) but does not declare or justify access to system config paths or other skills' data.
Persistence & Privilege
The description asserts the skill 'must be executed' on new sessions and that a startup script 'executes automatically', but the skill is not marked always:true and provides no mechanism to install or register itself to run at startup. This is an unresolved claim: if the skill attempts to create persistent startup hooks or cron jobs, that would be a privileged action that should be explicitly disclosed and consented to.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moore-pyramid-memory-system - After installation, invoke the skill by name or use
/moore-pyramid-memory-system - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Introduced version 1.1.0 of Moore 金字塔记忆系统 (Moore Pyramid Memory System).
- Upgraded memory architecture to a 5-layer pyramid ensuring cross-session continuity.
- Added critical `.todos.md` file for persistent tracking of cross-session todos.
- Implemented detailed rules for conversation summaries and todo management.
- Separated archive scripts for weekly and monthly summaries with defined cron schedules.
- Improved documentation with usage instructions and file structure overview.
Metadata
Frequently Asked Questions
What is Moore Pyramid Memory System?
Moore 金字塔记忆系统 — 5层记忆架构,确保跨 session 连续性。每次启动时自动加载,新 session 开始时必须执行此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Moore Pyramid Memory System?
Run "/install moore-pyramid-memory-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moore Pyramid Memory System free?
Yes, Moore Pyramid Memory System is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moore Pyramid Memory System support?
Moore Pyramid Memory System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moore Pyramid Memory System?
It is built and maintained by tosspi (@tosspi); the current version is v1.1.0.
More Skills