Overview
- Skill Key
- 7d-codes/memory-pill
- Author
- 7d-codes
- Source Repo
- openclaw/skills
- Version
- 0.8.0
- Source Path
- skills/7d-codes/memory-pill
- Latest Commit SHA
- 214c1cd439253983da023a760f4786d1c64007a3
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 memory-pill 技能。 若已安装,则直接安装 memory-pill 技能。
# 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 user what you found
3. Ask: "Fix these?" or "Keep as-is?"
4. If fix: Rewrite broken sections, keep good parts
5. If keep: Document that user chose to keep broken patterns
### Step 2: Smart Merge Rules
**SOUL.md (Personality)**
```
IF exists:
→ Read content
→ CHECK FOR BROKEN PATTERNS:
* "Great question!" / "I'd be happy to help!" → Remove/fix
* "As an AI language model..." → Remove
* Corporate buzzwords (synergy, leverage, etc.) → Suggest fix
* Generic assistant speak → Re...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill