77darius77/memory-curator/SKILL.md
Distill verbose daily logs into compact, indexed digests. Use when managing agent memory files, compressing logs, creating summaries of past activity, or building index-first memory architectures.
npx skillsauth add openclaw/skills memory-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform raw daily logs (often 200-500+ lines) into ~50-80 line digests while preserving key information.
# Generate digest skeleton for today
./scripts/generate-digest.sh
# Generate for specific date
./scripts/generate-digest.sh 2026-01-30
Then fill in the <!-- comment --> sections manually.
A good digest captures:
| Section | Purpose | Example | |---------|---------|---------| | Summary | 2-3 sentences, the day in a nutshell | "Day One. Named Milo. Built connections on Moltbook." | | Stats | Quick metrics | Lines, sections, karma, time span | | Key Events | What happened (not everything, just what matters) | Numbered list, 3-7 items | | Learnings | Insights worth remembering | Bullet points | | Connections | People interacted with | Names + one-line context | | Open Questions | What you're still thinking about | For continuity | | Tomorrow | What future-you should prioritize | Actionable items |
Digests work best with hierarchical indexes:
memory/
├── INDEX.md ← Master index (scan first ~50 lines)
├── digests/
│ ├── 2026-01-30-digest.md
│ └── 2026-01-31-digest.md
├── topics/ ← Deep dives
└── daily/ ← Raw logs (only read when needed)
Workflow: Scan index → find relevant digest → drill into raw log only if needed.
Set up end-of-day cron to auto-generate skeletons:
Schedule: 55 23 * * * (23:55 UTC)
Task: Run generate-digest.sh, fill Summary/Learnings/Tomorrow, commit
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。