用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RikyZ90/ShibaClaw --skill memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | memory |
| description | Split memory system with USER.md for durable personal profile and MEMORY.md for token-budgeted operational context. |
| always | true |
USER.md — Durable personal profile and preferences. Not token-compacted; keep it focused on long-lived user facts.memory/MEMORY.md — Operational long-term facts. Injected into every system prompt under # Memory, truncated from the bottom if it exceeds the token budget (~2000 tokens default).memory/HISTORY.md — Append-only log with [YYYY-MM-DD HH:MM] [#tag1 #tag2] entries. Never injected. Search it with memory_search or grep when historical context is missing.Sections are ordered by survival priority — top sections persist under truncation, bottom sections are dropped first.
## Environment — OS, runtime, tooling constraints, local services, provider setup## Entities — people, projects, repos, services referenced often## Project State — milestones, blockers, medium-term status, important decisions## Dynamic Context — current tasks, recent decisions, in-progress workRules:
USER.md, not in memory/MEMORY.mdIf a topic feels incomplete, search HISTORY.md first before assuming a fact was never recorded. Use the memory_search tool for semantic queries, or grep for exact matches:
grep -i "keyword" memory/HISTORY.md
If the user refers to past discussions or ongoing workflows you don't recall: search HISTORY.md before responding.
Handled automatically every ~10 messages. Long-term memory is auto-compacted by the system when it grows beyond the configured threshold.