一键导入
corivo-save
Save durable memory into Corivo when the user asks to remember important information, decisions, preferences, or project facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Save durable memory into Corivo when the user asks to remember important information, decisions, preferences, or project facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | corivo-save |
| description | Save durable memory into Corivo when the user asks to remember important information, decisions, preferences, or project facts. |
| metadata | {"priority":5,"promptSignals":{"phrases":["remember this","save this","note this down","记一下","记住这个","保存这个","不要忘了","以后按这个来"],"allOf":[["记","一下"],["记住","这个"],["save","this"],["remember","this"]],"anyOf":["remember","save","memory","记","保存","偏好"],"minScore":5}} |
| retrieval | {"aliases":["corivo save","corivo memory save","save to corivo","记到 corivo"],"intents":["save durable memory","remember user preference","persist project decision"],"entities":["corivo","corivo save","memory preference"]} |
Save durable information into the local Corivo memory runtime.
Use this skill when the user says things like:
Use judgment. Prefer durable facts, instructions, preferences, and decisions over temporary chatter.
Use the annotation format:
性质 · 领域 · 标识
事实知识决策指令selfpeopleprojectassetknowledgewhich corivo || echo "NOT_INSTALLED"
If Corivo is missing, tell the user:
[corivo] 首次使用需要安装 Corivo:
npm install -g corivo
corivo init
corivo status
If it is not initialized, tell the user:
[corivo] 数据库未初始化,请先运行:corivo init
corivo save --content "<content>" --annotation "<nature> · <domain> · <tag>"
[corivo] 已记录:<brief summary>
从 Corivo 数据库查询记忆。当用户说"我之前说过""记得吗""我们之前决定""我的偏好"或涉及过去对话中的信息时,自动触发此技能。
保存记忆到 Corivo 数据库。当用户说"保存这个""记住""记下来""不要忘了"或提到需要长期保留的重要信息时,自动触发此技能。
Query Corivo for prior facts, preferences, and project decisions when the user refers to past conversations or durable memory.
Umbrella Corivo memory skill. Route memory-related requests to save or query behavior for the local Corivo runtime.