在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
记忆
memory-digest
试用Generate human-readable weekly/monthly reports from an AI agent's memory corpus. Use when the user asks "what did my agent do this week", "generate a work report", "记忆周报", "述职报告", "weekly digest", "monthly summary of agent activity", or when a periodic review of agent work is wanted. Reads date-named daily memory logs and produces a digest with activity timeline, project momentum, open threads, and metric changes.
它能做什么
Turn an agent's daily memory logs into a report a human actually wants to read: what happened, which projects moved, what is still pending, and which numbers changed.
技能文档
Memory Digest
Turn an agent's daily memory logs into a report a human actually wants to read: what happened, which projects moved, what is still pending, and which numbers changed.
Most memory tooling stores and retrieves for the agent. This skill reads the same corpus for the owner.
When to run
- The user asks for a weekly/monthly digest of agent activity.
- A scheduled cron wants a periodic "what has my agent been doing" report.
- Before a planning conversation, to ground it in what actually happened.
Procedure
Step 1: Locate the corpus
The workspace root containing a memory/ directory of date-named daily logs (YYYY-MM-DD.md), optionally a MEMORY.md.
Step 2: Run the digest script
python3 scripts/memory_digest.py --memory-dir --days 7
Flags: --days N (window, default 7), --out report.md (save to file), --json (machine-readable).
The script is read-only. It produces:
| Section | Meaning |
|---|---|
| Activity timeline | Per-day entry with section count, topics, and a one-line summary |
| Projects in motion | Project/topic names with momentum: 🆕 new, ▶️ ongoing, ⏸️ stalled |
| Open threads | Pending/to-confirm items not yet closed, with source date |
| Numbers in motion | Metrics (downloads, users, stars…) mentioned in the window |
Step 3: Verify before sending
Open threads and metrics are extracted heuristically. Before presenting, check that pending items are genuinely unresolved (an item marked done later in the window may still appear). Fix or annotate as needed.
Step 4: Deliver
Present the digest in the user's language. For weekly cadence, suggest wiring into a cron job that saves the report to a file and notifies via the user's channel.
Notes
- Read-only: never edits memory files.
- Works with any corpus of date-named daily logs; language-agnostic (matches Chinese and English pending markers and metric units).
- If the window has zero entries, say so explicitly — it usually means the daily flush job died (see the companion memory-checkup skill).
- Companion skills:
memory-checkup(consistency audit),memory-slimmer(size control).
相关技能
把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
通过一个命令行工具完成多链加密货币交易、钱包管理与 AI 市场分析。
通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。
thomaszhou22 的更多技能
浏览全部技能Use when the user asks to create, improve, fix, or audit a README.md file, score their README, document an open source project, or set up new project docs. Provides 8-dimension 0-100 quality scoring, 5-type template matrix (Library, CLI, App, Skill, Data), and pre-publish checklist. Do NOT use for API docs, wikis, inline code comments, or general technical writing.
Transform vague user requests into precise, high-quality prompts by matching against a curated library of 2000+ proven prompt templates from multiple GitHub...
Systematically review and iteratively refine your response for logic, accuracy, completeness, conciseness, actionability, and consistency before delivering.
Automatically detects runtime capabilities to self-compose tailored multi-step reasoning structures for complex, multi-module problem solving and analysis ta...
Diagnose, fix, and prevent agent skill trigger failures. Use when a skill doesn't activate, when skills trigger incorrectly, when troubleshooting "skill not...
Diagnose, fix, and prevent agent skill trigger failures. Use when a skill doesn't activate, when skills trigger incorrectly, when troubleshooting "skill not...