memory-curator

Verified·Scanned 2/17/2026

Creates compact, indexed digests from daily logs and includes a shell script ./scripts/generate-digest.sh that reads from $HOME/clawd/memory and writes digest files. The skill documents running local shell commands and suggests clawdhub install memory-curator, which may invoke external network activity.

from clawhub.ai·v86d8be0·7.0 KB·0 installs
Scanned from 1.0.0 at 86d8be0 · Transparency log ↗
$ vett add clawhub.ai/77darius77/memory-curator

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)

clawdhub install memory-curator

Manual

Copy the SKILL.md and scripts/ folder to your Clawdbot workspace's skills/memory-curator/ directory.

Usage

# 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

SectionPurpose
Summary2-3 sentences, the day in a nutshell
StatsQuick metrics (lines, sections, karma, time span)
Key EventsWhat happened (3-7 items)
LearningsInsights worth remembering
ConnectionsPeople interacted with
Open QuestionsFor continuity
TomorrowActionable 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 🐕