From 5472359814704246ea0e9a3d99506a2e23b3f5a4 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Fri, 1 May 2026 23:38:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20minimax=20=E4=B8=89=E4=B8=AA=E5=AA=92?= =?UTF-8?q?=E4=BD=93=E6=8A=80=E8=83=BD=E6=94=B9=E4=B8=BA=20disable-model-i?= =?UTF-8?q?nvocation:=20true=EF=BC=8C=E5=B9=B6=E4=BF=AE=E6=AD=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - minimax-image-gen 1.3.0→1.3.1 - minimax-video-gen 1.2.0→1.2.1 - minimax-tts 1.2.0→1.2.1 - 修正 skill-creator/SKILL.md、desirecore-format.md、manage-skills/SKILL.md 中 对 disable-model-invocation 的反向描述:true=L0+L1 自动注入;false=L0+L1+L2 完整内容注入 - manifest.json 版本 1.0.0→1.0.1,totalSkills 22→19,lastUpdated 2026-05-01 Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.json | 6 +++--- skills/manage-skills/SKILL.md | 2 +- skills/minimax-image-gen/SKILL.md | 4 ++-- skills/minimax-tts/SKILL.md | 4 ++-- skills/minimax-video-gen/SKILL.md | 4 ++-- skills/skill-creator/SKILL.md | 2 +- skills/skill-creator/references/desirecore-format.md | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 02ea756..6be7615 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.0.0", + "version": "1.0.1", "description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill", "schemaVersion": "1.0.0", "maintainer": { @@ -15,8 +15,8 @@ }, "stats": { "totalAgents": 1, - "totalSkills": 22, - "lastUpdated": "2026-04-26" + "totalSkills": 19, + "lastUpdated": "2026-05-01" }, "features": [ "verified-only", diff --git a/skills/manage-skills/SKILL.md b/skills/manage-skills/SKILL.md index 7ceb384..10b65d8 100644 --- a/skills/manage-skills/SKILL.md +++ b/skills/manage-skills/SKILL.md @@ -486,7 +486,7 @@ metadata: | `risk_level` | 推荐 | enum | `low` / `medium` / `high` | | `status` | 推荐 | enum | `enabled` / `disabled` | | `tags` | 可选 | string[] | 标签列表,用于搜索和分类 | -| `disable-model-invocation` | 可选 | boolean | `true` 时仅允许显式调用,默认 `false` | +| `disable-model-invocation` | 可选 | boolean | `true`=L0+L1 自动注入 system prompt;`false`=L0+L1+L2 完整内容注入;默认 `true` | | `requires` | 可选 | object | 依赖声明:`tools`、`optional_tools`、`connections` | | `metadata` | 可选 | object | 元信息:`author`、`updated_at` | | `market` | 可选 | object | 市场展示元数据(仅市场发布的技能需要) | diff --git a/skills/minimax-image-gen/SKILL.md b/skills/minimax-image-gen/SKILL.md index e1289be..c635cf0 100644 --- a/skills/minimax-image-gen/SKILL.md +++ b/skills/minimax-image-gen/SKILL.md @@ -6,11 +6,11 @@ description: >- consistency. Use when 用户提到 生成图片、画图、文生图、创建图片、 AI 绘画、生成插图、画一张、帮我画、设计图片、MiniMax 画图。 license: Complete terms in LICENSE.txt -version: 1.3.0 +version: 1.3.1 type: procedural risk_level: low status: enabled -disable-model-invocation: false +disable-model-invocation: true provider: minimax tags: - media diff --git a/skills/minimax-tts/SKILL.md b/skills/minimax-tts/SKILL.md index cdf0cc6..1f1c6c8 100644 --- a/skills/minimax-tts/SKILL.md +++ b/skills/minimax-tts/SKILL.md @@ -6,11 +6,11 @@ description: >- and voice cloning. Use when 用户提到 语音合成、文字转语音、TTS、朗读、 读出来、生成语音、生成音频、文本转音频、配音、念出来、MiniMax 语音。 license: Complete terms in LICENSE.txt -version: 1.2.0 +version: 1.2.1 type: procedural risk_level: low status: enabled -disable-model-invocation: false +disable-model-invocation: true provider: minimax tags: - media diff --git a/skills/minimax-video-gen/SKILL.md b/skills/minimax-video-gen/SKILL.md index 8362cb3..1b847b0 100644 --- a/skills/minimax-video-gen/SKILL.md +++ b/skills/minimax-video-gen/SKILL.md @@ -7,11 +7,11 @@ description: >- Use when 用户提到 生成视频、文生视频、AI 视频、创建视频、视频生成、 动画生成、MiniMax 视频、海螺、Hailuo、图片变视频、图生视频。 license: Complete terms in LICENSE.txt -version: 1.2.0 +version: 1.2.1 type: procedural risk_level: low status: enabled -disable-model-invocation: false +disable-model-invocation: true provider: minimax tags: - media diff --git a/skills/skill-creator/SKILL.md b/skills/skill-creator/SKILL.md index 818972a..f341313 100644 --- a/skills/skill-creator/SKILL.md +++ b/skills/skill-creator/SKILL.md @@ -139,7 +139,7 @@ SKILL.md 由两部分组成:**Frontmatter(YAML 元数据)** 和 **Body(M | 字段 | 类型 | 默认 | 说明 | |------|------|------|------| -| `disable-model-invocation` | boolean | `true` | `true`=仅显式调用触发;`false`=自动注入 system prompt | +| `disable-model-invocation` | boolean | `true` | `true`=L0+L1 自动注入 system prompt(按需加载,体积小);`false`=L0+L1+L2 完整内容注入 system prompt | | `user-invocable` | boolean | `true` | `false`=不出现在命令补全,仅作为背景知识 | | `allowed-tools` | string[] | — | 限制执行时可用的工具列表 | | `requires` | object | — | 依赖声明:`tools`、`optional_tools`、`connections` | diff --git a/skills/skill-creator/references/desirecore-format.md b/skills/skill-creator/references/desirecore-format.md index 587ae6d..ddd765d 100644 --- a/skills/skill-creator/references/desirecore-format.md +++ b/skills/skill-creator/references/desirecore-format.md @@ -25,7 +25,7 @@ | 字段 | 类型 | 默认 | 说明 | |------|------|------|------| -| `disable-model-invocation` | boolean | `true` | `true`=仅显式调用触发;`false`=自动注入 system prompt | +| `disable-model-invocation` | boolean | `true` | `true`=L0+L1 自动注入 system prompt(按需加载,体积小);`false`=L0+L1+L2 完整内容注入 system prompt | | `user-invocable` | boolean | `true` | `false`=不出现在命令补全,仅作为背景知识 | | `allowed-tools` | string[] | 全部 | 限制执行时可用的工具列表(如 `["Edit", "Read", "Bash"]`) | | `model` | string | 继承 | 覆盖使用的模型 ID(如 `"claude-sonnet-4-20250514"`) | @@ -125,8 +125,8 @@ json_output: ### 分层加载机制 -- `disable-model-invocation: false` 时:L0 + L1 自动注入 system prompt -- `disable-model-invocation: true` 时:显式调用时加载完整内容(L0 + L1 + L2) +- `disable-model-invocation: true` 时:L0 + L1 自动注入 system prompt(按需加载完整内容,减少 system prompt 体积) +- `disable-model-invocation: false` 时:L0 + L1 + L2 完整内容注入 system prompt - 不分层时:整段内容作为 fallback ## 完整示例