← 返回 Skills 市场
7d-codes

Memory Pill

作者 7D · GitHub ↗ · v0.8.0
cross-platform ⚠ suspicious
705
总下载
0
收藏
3
当前安装
13
版本数
在 OpenClaw 中安装
/install memory-pill
功能描述
AI-native memory and orchestration system for OpenClaw. Transforms agents from stateless workers into structured orchestrators with persistent memory, behavi...
安全使用建议
This skill will read and modify files in ~/.openclaw/workspace (create directories, rewrite SOUL.md/AGENTS.md, add BRAIN.md and templates). That behavior is consistent with an 'orchestration/memory' skill, but the package metadata does not declare the workspace/config paths it uses — a transparency mismatch. Before installing or enabling: 1) Review the full SKILL.md yourself and confirm you accept the exact set of file reads/writes it describes. 2) Back up ~/.openclaw/workspace (or test in a disposable/sandbox environment). 3) If you allow it to 'fix' files, require the agent to show a diff and ask for explicit confirmation before applying writes. 4) Prefer enabling user-invocation only (do not allow autonomous runs), or restrict its use to a controlled account. 5) If you need higher assurance, ask the publisher for a manifest that explicitly declares required config paths and a non-destructive dry-run mode; if the publisher cannot provide that, treat the skill as risky for valuable or sensitive workspaces.
能力评估
Purpose & Capability
The skill claims to be an AI-native memory/orchestration system for OpenClaw and its runtime instructions operate on an OpenClaw workspace (~/.openclaw/workspace). That capability itself matches the described purpose. However, the registry metadata declares no required config paths or workspace access even though the SKILL.md explicitly reads, creates, and merges files in ~/.openclaw/workspace. This omission is an incoherence between what the skill says it needs and what it will do.
Instruction Scope
SKILL.md contains explicit shell commands (ls, cat, mkdir) and detailed merge/edit rules that will read, create, and rewrite many files (SOUL.md, AGENTS.md, BRAIN.md, projects/*/summary.md, memory/facts, HEARTBEAT.md, etc.). The flow claims to ask the user before fixing content in some cases, but it also instructs creating directory structure and templated files 'safe to run anytime.' That grants the agent broad discretion to modify persistent files — the instructions do not fully limit or require an explicit review/diff before changes.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written by an installer. That minimizes install-time risk.
Credentials
No environment variables or credentials are requested, which is good. However, the skill accesses and changes user files under ~/.openclaw/workspace without declaring any required config paths in metadata. That mismatch is a proportionality/visibility concern: the skill implicitly needs filesystem access but does not advertise it in its manifest.
Persistence & Privilege
always:false (not force-included) and model invocation is allowed (default). The skill will create persistent files and directories inside the user's home workspace and may delete/update BRAIN.md lifecycle items. This is expected for a memory/orchestration tool, but because the metadata omitted the workspace paths and the instructions allow automated modifications, users should treat the skill as having the power to persistently change their environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-pill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-pill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.8.0
Smart merge activation. Detect and fix broken patterns. Orchestrator patterns. BRAIN.md workflow.
v0.7.9
- Added support for an archives/ folder to organize completed projects, old notes, and inactive items. - First-run prompt now includes "archives/" setup and mentions auto-archiving via cron. - File structure sections updated to document archives handling and its yearly/type-based organization. - Archive rules and usage instructions provided, including examples for auto-moving old notes and completed work. - Memory search workflow now includes archives as a searchable source.
v0.7.8
Memory Pill v0.7.8 is a major documentation and positioning update. - Clarified the "AI-native" design, contrasting with traditional note and todo apps. - Added a new "What Makes It AI-Native" section outlining milestones, prompt expansion, agent spawning, and discipline. - Improved explanations around why discipline, prompt engineering, and milestone structures are critical for AI. - Updated the project description for clarity and audience focus. - Reorganized and cleaned up existing sections for readability; feature list remains unchanged. - No breaking changes to usage, setup, or file structure.
v0.7.7
# Memory Pill v0.7.7 Changelog - Now asks for user permission before creating folders, enabling cron jobs, or making any changes - Initial setup is optional; user can choose which features to enable - Updated documentation and quick start to reflect consent-driven onboarding - Previous auto-setup on first use removed in favor of an explicit, user-driven setup process
v0.7.6
# Memory Pill v0.7.6 Changelog - Updated documentation to reflect new version 0.7.6. - No feature or functionality changes; SKILL.md only updated. - All usage, quick start, and entity type details remain unchanged.
v0.7.5
## Memory Pill v0.7.5 - Updated file and folder structure: PARA directories (projects, people, areas, clients, decisions, skills) are now at the root instead of nested under `life/areas/`. - Auto-setup instructions and code updated to create root-level folders instead of nested ones. - File structure documentation, examples, and memory search scope revised for new folder layout. - Updated demo JSON paths, usage sections, and related documentation to match the root-level organization. - No logic or behavior changes, documentation and structure only.
v0.7.4
Memory Pill v0.7.4 introduces auto-setup for OpenClaw memory structure. - Adds automatic creation of extended PARA folders and supporting files on first use—no user permission or scripts needed. - Updates documentation to reflect the new silent auto-setup behavior. - Includes default creation of a voice/style guide if missing. - Retains all previous structured memory and milestone-driven features. - No changes to APIs or user workflows; onboarding is now fully hands-off.
v0.7.3
**Memory Pill 0.7.3 — Simplified setup, auto-setup script removed** - Removed the `init.sh` setup script; manual setup instructions deleted. - Updated documentation for a simpler 'clawhub install' process. - Clarified and streamlined file structure and usage instructions in SKILL.md. - Enhanced focus on core features: persistent memory, project milestones, client/decision tracking, and Obsidian compatibility. - Reduced setup complexity by eliminating first-time manual steps.
v0.7.2
Memory Pill v0.7.2 is a documentation-focused update with improved clarity and onboarding. - Revamped documentation style for clarity; sharper summary and problem statement at the top - Simplified quick start instructions with copy-paste install/setup steps - More concise, descriptive feature list - Improved explanation of memory search workflow with a modernized example - No changes to features or functionality; update is SKILL.md only
v0.7.1
# memory-pill v0.7.1 - Documentation updated in SKILL.md with minor corrections and formatting tweaks. - Version number updated to 0.7.1 in documentation. - No code or feature changes; this is a documentation-only update.
v0.7.0
**memory-pill v0.7.0 — Major update with new knowledge domains and structure** - Adds skill tracking: manage installed skills, versions, and configs with a registry. - Introduces client profiles for managing client info and project history. - Includes decision frameworks and records to document decisions and rationale. - Adds voice & style guides for consistent writing across all content. - Updates init script and docs: new files and folders (AGENTS.md, SOUL.md, RULES.md, skills, clients, decisions, resources/voice.md). - Extends PARA structure and improves documentation of new entities and best practices.
v0.6.1
# Memory Pill v0.6.1 - New explicit setup requirement: You must now run the provided `init.sh` script (or `clawhub run memory-pill init`) to create required directories/files; these are no longer auto-created on first use. - Added install instructions and highlighted the need to manually initialize the workspace structure. - Included the new `scripts/init.sh` initialization script reference in setup docs. - Updated documentation for improved clarity on setup and file structure.
v0.6.0
**memory-pill v0.6.0 — Major upgrade transforming OpenClaw's productivity memory system** - Automatic setup: Creates all needed folders and files on first use; no manual setup required. - Milestone-driven organization: Projects, milestones, and tasks tracked with built-in priority (High/Medium/Low). - Smart prompt engineering: Translates simple user requests into rich, agent-ready instructions. - Obsidian compatibility: Uses wiki-links for seamless connections between dashboard and Obsidian. - Universal daily notes: Collects all input; cron job extracts durable facts vs. one-time details. - Native memory search: Index and query across MEMORY.md, daily notes, and project files for instant recall.
元数据
Slug memory-pill
版本 0.8.0
许可证
累计安装 3
当前安装数 3
历史版本数 13
常见问题

Memory Pill 是什么?

AI-native memory and orchestration system for OpenClaw. Transforms agents from stateless workers into structured orchestrators with persistent memory, behavi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 705 次。

如何安装 Memory Pill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-pill」即可一键安装,无需额外配置。

Memory Pill 是免费的吗?

是的,Memory Pill 完全免费(开源免费),可自由下载、安装和使用。

Memory Pill 支持哪些平台?

Memory Pill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Pill?

由 7D(@7d-codes)开发并维护,当前版本 v0.8.0。

💬 留言讨论