Overview
- Skill Key
- 77darius77/memory-curator
- Author
- 77darius77
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/77darius77/memory-curator
- Latest Commit SHA
- 2aa691626a1c1881673383cc2f79ff794e9b3e99
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 memory-curator 技能。 若已安装,则直接安装 memory-curator 技能。
# Memory Curator Transform raw daily logs (often 200-500+ lines) into ~50-80 line digests while preserving key information. ## Quick Start ```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 manually. ## Digest Structure 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 | ## Index-First Architecture 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. ## Automation 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 ``` ## Tips - **Compress aggressively** — if you can reconstruct it from context, don't include it - **Names matter** — capture WHO you talked to, not just WHAT was said - **Questions persist** — open questions create continuity across sessions - **Stats are cheap** — automated extraction saves tokens on what's mechanical
# 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) 🐕
openstockdata
OpenClaw Skill for stock data analysis
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.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.