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"]) 申请