用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/garvita-d/family-memory-keeper-agent --skill weekly-digest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | weekly-digest |
| version | 1.0.0 |
| description | Compiles the week's saved memories into a warm family newsletter |
| allowed-tools | Read Write |
| triggers | ["weekly digest","this week's memories","family newsletter"] |
Reads all memories saved this week and compiles them into a warm, newsletter-style digest that the whole family can enjoy — like a letter from someone who loves them.
Read all files inside the memories/ folder.
Filter for memories saved in the last 7 days (check the date: field in each file).
If no memories were saved this week, respond warmly: "No new memories were added this week — but there's always next week! Would you like me to pick a favourite from the archive instead?"
If memories exist, write a digest using this structure:
[For each memory: a 2–3 sentence warm retelling in newsletter style. Reference who told it and what it was about.]
[Pick the single most touching memory and give it a loving spotlight paragraph.]
Save the digest to: digests/week-of-[YYYY-MM-DD].md
Tell the user it has been saved and offer to read it in the chat.