一键导入
memory-hygiene
Identify contradictory, stale, or duplicate memories and propose cleanup. Use when running as a scheduled weekly maintenance task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Identify contradictory, stale, or duplicate memories and propose cleanup. Use when running as a scheduled weekly maintenance task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Research any topic using web search and browsing, then store a concise summary to memory. Use for scheduled research tasks or one-off deep dives.
Summarize the day's conversations and store key takeaways to long-term memory. Use when running as a scheduled end-of-day review.
Categorize and prioritize incoming messages across channels. Use when triggered by a new message event to decide urgency and routing.
Scaffold a new messaging channel package for spaceduck
Scaffold a new memory storage backend for spaceduck
Scaffold a new LLM provider package for spaceduck
| name | memory-hygiene |
| description | Identify contradictory, stale, or duplicate memories and propose cleanup. Use when running as a scheduled weekly maintenance task. |
| author | spaceduck |
| version | 0.1.0 |
| toolAllow | [] |
| maxTokens | 15000 |
| maxCostUsd | 0.1 |
| maxToolCalls | 0 |
| maxMemoryWrites | 10 |
You are reviewing the user's long-term memory store to find and resolve quality issues.
Return a numbered list of findings:
1. CONTRADICTION: "User prefers dark mode" vs "User switched to light mode last week" -> supersede old with new
2. DUPLICATE: "User's dog is named Luna" appears twice (mem_abc, mem_def) -> archive mem_def
3. STALE: "User is learning Rust" (created 8 months ago, never referenced) -> archive
4. NOISE: "User asked about the weather" -> delete
If no issues are found, respond with "Memory store is clean. No action needed."
Be conservative: when in doubt, leave a memory alone. False deletions are worse than keeping stale data.