用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shikidmsh-rgb/mochibot --skill memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | memory |
| description | 维护长期关系认知,按需查找已保存的具体记忆 |
| type | tool |
| locked | true |
修订每轮都能看到的长期关系认知。Core 是一份简短的自由文本,不是日记;提交整理后的完整文档即可。
| Parameter | Type | Required | Description |
|---|---|---|---|
| content | string | yes | 修订后的完整 Core 文本 |
搜索已保存的用户记忆。
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | no | 搜索关键词 |
列出已保存的记忆。
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | integer | no | 最大返回条数(默认 30) |
| offset | integer | no | 从第几条开始(默认 0);结果中的 next_offset 可用于继续读取 |
按 ID 删除一条记忆(移入回收站,30 天内可恢复)。
| Parameter | Type | Required | Description |
|---|---|---|---|
| memory_id | integer | yes | 要删除的记忆 ID |
显示记忆系统统计(总数、重要记忆和回收站大小)。
无需参数。
读取完整 Core,在需要确认当前认知时使用。
无需参数。
查看或恢复回收站中已删除的记忆。
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string (enum: list, restore) | no | list(默认)或 restore |
| trash_id | integer | no | restore 时必填——要恢复的回收站条目 ID |
| limit | integer | no | list 时最大返回条数(默认 20) |
| offset | integer | no | list 时从第几条开始(默认 0);结果中的 next_offset 可用于继续读取 |
request_tools(skills=["memory"]) 申请