用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shikidmsh-rgb/mochibot --skill skill-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | skill_management |
| description | 查看和调整自身运行设置,或管理已安装技能 |
| type | tool |
| locked | true |
列出所有已注册技能及其状态。
| Parameter | Type | Required | Description |
|---|
按用户明确要求启用或禁用一个技能。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
| enabled | boolean | yes | true=启用, false=禁用 |
查看某个已安装技能的专属配置项及当前值;不用于 Agent 自身运行设置。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
按用户明确要求修改某个已安装技能的专属配置;自身运行设置使用 manage_agent_settings。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
| key | string | yes | 配置项名称 |
| value | string | yes | 新值(空字符串=清除自定义值) |
查看或调整自身运行设置。用户明确要求改变陪伴节奏、清醒时间或时区时可直接 set;系统主动回合只能查看。
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string (enum: view, set) | yes | 查看或修改 |
| changes | array (items: object {key:string, value:number}) | no | set 时必填,可一次提交多项设置 |