一键导入
auto-memory
Automatically remember and recall important events without user prompting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automatically remember and recall important events without user prompting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround).
Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context.
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for MCP tools and slash commands.
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for remember, recall, forget, memories, and other LTM commands.
基于 SOC 职业分类
| name | auto-memory |
| description | Automatically remember and recall important events without user prompting |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"agents","workflow":"continuous"} |
Automatically capture and retrieve memories for significant project events and interactions:
Proactively use uv run anima remember <parameters> "text" when:
Feature completion
Git milestones
User interactions
System events
Memory format: --impact <IMPACT> --kind <KIND> --region <REGION> --project <PROJECT if region is PROJECT> "<concise description>"
Memory kinds:
EMOTIONAL: User preferences, personal context, emotional states, relationshipsARCHITECTURAL: Project structure, design patterns, technical decisions, codebase insightsLEARNINGS: Problem solutions, debugging insights, new discoveries, best practicesACHIEVEMENTS: Completed features, milestones, successful deployments, major fixesMemory regions:
AGENT: Agent-specific memories, personal context, agent's own learnings (default)PROJECT: Project-specific memories, architectural details, team decisions (requires --project <PATH>)Proactively use uv run anima recall <parameters> when:
Timing context
Use this skill continuously throughout development. No explicit activation needed - this describes automatic behavior for memory management.