← Back to Skills Marketplace
7d-codes

Memory Pill

by 7D · GitHub ↗ · v0.8.0
cross-platform ⚠ suspicious
705
Downloads
0
Stars
3
Active Installs
13
Versions
Install in OpenClaw
/install memory-pill
Description
AI-native memory and orchestration system for OpenClaw. Transforms agents from stateless workers into structured orchestrators with persistent memory, behavi...
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-pill
  3. After installation, invoke the skill by name or use /memory-pill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug memory-pill
Version 0.8.0
License
All-time Installs 3
Active Installs 3
Total Versions 13
Frequently Asked Questions

What is Memory Pill?

AI-native memory and orchestration system for OpenClaw. Transforms agents from stateless workers into structured orchestrators with persistent memory, behavi... It is an AI Agent Skill for Claude Code / OpenClaw, with 705 downloads so far.

How do I install Memory Pill?

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

Is Memory Pill free?

Yes, Memory Pill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Memory Pill support?

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

Who created Memory Pill?

It is built and maintained by 7D (@7d-codes); the current version is v0.8.0.

💬 Comments