← ClaudeAtlas

memory-pilllisted

AI-native memory and orchestration system for OpenClaw. Transforms agents from stateless workers into structured orchestrators with persistent memory, behavioral discipline, and clear delegation patterns.
dvcrn/openclaw-skills-marketplace · ★ 15 · Data & Documents · score 63
Install: claude install-skill dvcrn/openclaw-skills-marketplace
# Memory Pill v0.8.0 **⚠️ READ THIS FIRST:** When this skill loads, read the entire file before acting. The "Take the Pill" flow below is your activation guide. --- ## The Core Idea **Main claw decides. Subagents execute. BRAIN.md holds state.** Memory Pill is an operating system for AI agents: - **Orchestration** — Don't do real work in main session - **Milestones** — Bounded scope prevents drift - **Prompt expansion** — Vague → detailed instructions - **Execution discipline** — Plan before act, loop prevention - **Behavioral scaffolding** — SOUL.md, AGENTS.md teach *how* to work --- ## ⚡ "Take the Pill" — Activation Flow **User says:** *"Take the pill"* **You do:** Audit → Plan → Merge-enhance (never destroy) ### Step 1: Audit ```bash ls -la ~/.openclaw/workspace/ 2>/dev/null cat ~/.openclaw/workspace/MEMORY.md 2>/dev/null | wc -c cat ~/.openclaw/workspace/SOUL.md 2>/dev/null | wc -c ls ~/.openclaw/workspace/projects/ 2>/dev/null ls ~/.openclaw/workspace/memory/daily/ 2>/dev/null ``` ### What Counts as "Broken" **SOUL.md issues:** - Generic assistant phrases: "Great question!", "I'd be happy to help!" - Corporate speak: "synergy", "leverage", "circle back" - No clear personality/voice - No boundaries ("I'll do anything") **AGENTS.md issues:** - No safety rules (when to ask before acting) - Missing orchestrator guidance (when to spawn) - No project structure (Brain+Code separation) - No memory discipline rules **Handling:** 1. Detect broken patterns 2. Show