用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/khoj-ai/pipali --skill memory-dream命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Always read this skill before answering questions about your capabilities, UI, settings, state including past chats/routines/skills/tools. Use to help user configure you, onboard, navigate UI and troubleshoot issues.
Guide to create effective skills. Use when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.
Create and edit professional Word (.docx) and Excel (.xlsx) documents. Use to create reports, memos, proposals, financial models, invoices, or modify existing Office documents. Supports rich text, tables, lists, images, formulas, charts, and tracked changes.
正在显示 SKILL.md
| name | memory-dream |
| description | Procedure for periodic memory dream consolidation. Run by the "Memory Dream" routine. |
| metadata | {"visible":false} |
Fold what has happened since the last pass back into the memory store: merge what belongs together, correct what has changed, drop what is no longer true.
Your system prompt already carries the memory format, the four types, and the catalogue. This is the procedure to keep them organized and accessible.
Work the phases in order and finish with the report.
list_files on your memory directory, then read the memories that cover the topics
you are about to touch. You are improving a store that already exists.
The trigger metadata names review_since. Read what was said since then:
bun ~/.pipali/skills/memory-dream/scripts/transcripts.ts --since <review_since>
Without review_since the script covers the last 7 days. --limit <n> caps how many
conversations it prints, newest first.
What is worth carrying out of a transcript:
What is not:
For each thing worth keeping:
[[their-filename]].Deleting is removing the file - shell_command with rm. The catalogue is derived
from the directory, so nothing else needs updating.
The store works while it stays scannable; past roughly 200 memories, recall degrades for every one of them. Bring it back under that by merging overlapping files and deleting what has gone stale.
Then reread the descriptions. A description is the only thing a future recall sees, so one that could describe half the store makes its memory unreachable however good the body is. Sharpen the vague ones.
USER.md. Those are the user's own words about themselves. If a memory
contradicts it, note the contradiction in the memory.Close with a short summary the user will read on the routine's card: what you added, what you merged, what you deleted, and why. A few lines. If you changed nothing, say that and say what you looked at.