Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/shikidmsh-rgb/mochibot --skill memoryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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"]) 申请