用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HKUDS/nanobot --skill memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | memory |
| description | Search conversation history and understand Dream-managed profile and memory files. |
SOUL.md — Bot personality and communication style. Managed by Dream. Do NOT edit.USER.md — User profile and preferences. Managed by Dream. Do NOT edit.memory/MEMORY.md — Long-term facts (project context, important events). Managed by Dream. Do NOT edit.memory/history.jsonl — append-only JSONL, not loaded into context. Prefer the
built-in grep tool to search it.Use the History log path shown in the system prompt. Always pass it to grep;
never substitute a different project-relative memory/history.jsonl, which may belong
to the selected project. Each JSONL line contains cursor, timestamp, and content.
output_mode="count" or the default
files_with_matches mode before expanding to full contentoutput_mode="content" plus context_before / context_after when you need the exact matching linesfixed_strings=true for literal timestamps or JSON fragmentshead_limit / offset to page through long historiesExamples (replace <history-log-path> with the path from the system prompt):
grep(pattern="keyword", path="<history-log-path>", case_insensitive=true)grep(pattern="2026-04-02 10:00", path="<history-log-path>", fixed_strings=true)grep(pattern="keyword", path="<history-log-path>", output_mode="count", case_insensitive=true)grep(pattern="oauth|token", path="<history-log-path>", output_mode="content", case_insensitive=true)/dream-log command.Inspect and optionally adjust the agent's runtime state. Use to check the current model or preset, context window, iteration progress and limits, token usage, workspace and tool configuration, subagent status, and request routing metadata such as channel, chat ID, and sender ID; diagnose unavailable capabilities; change allowed runtime settings; or store temporary session scratchpad values.
Get current weather and forecasts (no API key required).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.