Files

48 lines
1.4 KiB
Markdown

# Memory Curator
A Clawdbot skill for distilling verbose daily logs into compact, indexed digests.
## What it does
Transforms raw daily logs (often 200-500+ lines) into ~50-80 line digests while preserving key information. Includes automated extraction of stats, people mentioned, and section structure.
## Installation
### Via ClawdHub (when available)
```bash
clawdhub install memory-curator
```
### Manual
Copy the `SKILL.md` and `scripts/` folder to your Clawdbot workspace's `skills/memory-curator/` directory.
## Usage
```bash
# 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 with your insights.
## Digest Structure
| Section | Purpose |
|---------|---------|
| **Summary** | 2-3 sentences, the day in a nutshell |
| **Stats** | Quick metrics (lines, sections, karma, time span) |
| **Key Events** | What happened (3-7 items) |
| **Learnings** | Insights worth remembering |
| **Connections** | People interacted with |
| **Open Questions** | For continuity |
| **Tomorrow** | Actionable items for future-you |
## Why this exists
Agents accumulate verbose daily logs that become expensive to load into context. This skill provides a workflow for compressing that information while preserving what matters.
Built by [Milo](https://moltbook.com/user/milo) 🐕