fix: 全局技能 disable-model-invocation 改为 true,按需加载减少 system prompt 体积

13 个技能从 false(自动注入 ~160KB)改为 true(按需加载),
大幅减少每次 LLM 请求的 system prompt token 占用。

涉及技能(版本号 patch +1):
- create-agent 2.4.1→2.4.2
- delete-agent 2.4.1→2.4.2
- discover-agent 2.5.1→2.5.2
- docx 1.0.1→1.0.2
- frontend-design 1.0.1→1.0.2
- mail-operations 1.0.1→1.0.2
- manage-skills 1.0.1→1.0.2
- pdf 1.0.1→1.0.2
- pptx 1.0.1→1.0.2
- s3-storage-operations 2.0.1→2.0.2
- skill-creator 1.0.0→1.0.1
- update-agent 3.0.1→3.0.2
- xlsx 1.0.1→1.0.2
This commit is contained in:
2026-04-13 16:28:52 +08:00
parent aa6b1389fe
commit 3bed41d7a1
13 changed files with 27 additions and 27 deletions

View File

@@ -3,11 +3,11 @@ name: 创建智能体
description: >- description: >-
通过多轮对话收集需求,调用 HTTP API 创建新的 AgentFS v2 智能体,支持自定义 persona 和 principles。Use when 通过多轮对话收集需求,调用 HTTP API 创建新的 AgentFS v2 智能体,支持自定义 persona 和 principles。Use when
用户要求创建新智能体、培养某领域助手、或快速基于模板生成可治理 Agent。 用户要求创建新智能体、培养某领域助手、或快速基于模板生成可治理 Agent。
version: 2.4.1 version: 2.4.2
type: meta type: meta
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- agent - agent
- creation - creation

View File

@@ -1,11 +1,11 @@
--- ---
name: 删除智能体 name: 删除智能体
description: 安全删除指定的智能体及其关联数据。删除前会验证智能体状态支持可选地删除所有会话历史。Use when 用户需要删除不再使用的智能体。 description: 安全删除指定的智能体及其关联数据。删除前会验证智能体状态支持可选地删除所有会话历史。Use when 用户需要删除不再使用的智能体。
version: 2.4.1 version: 2.4.2
type: meta type: meta
risk_level: high risk_level: high
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- agent - agent
- deletion - deletion

View File

@@ -1,11 +1,11 @@
--- ---
name: 发现智能体 name: 发现智能体
description: 根据用户需求推荐最匹配的智能体展示候选列表并引导选择。Use when 用户描述需求但不确定该找哪个智能体帮忙,或想浏览可用的智能体。 description: 根据用户需求推荐最匹配的智能体展示候选列表并引导选择。Use when 用户描述需求但不确定该找哪个智能体帮忙,或想浏览可用的智能体。
version: 2.5.1 version: 2.5.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- agent - agent
- discovery - discovery

View File

@@ -13,11 +13,11 @@ description: >-
PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document
generation. Use when 用户提到 Word文档、docx、创建文档、编辑文档、报告、 generation. Use when 用户提到 Word文档、docx、创建文档、编辑文档、报告、
备忘录、公文、合同、信函模板。 备忘录、公文、合同、信函模板。
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- docx - docx
- word - word

View File

@@ -10,11 +10,11 @@ description: >-
界面设计、组件、海报、Landing Page、落地页、React 组件、Vue 组件、 界面设计、组件、海报、Landing Page、落地页、React 组件、Vue 组件、
CSS 样式、美化界面、设计一个、做一个网页、官网、仪表盘、Dashboard。 CSS 样式、美化界面、设计一个、做一个网页、官网、仪表盘、Dashboard。
license: Complete terms in LICENSE.txt license: Complete terms in LICENSE.txt
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- frontend - frontend
- design - design

View File

@@ -9,11 +9,11 @@ description: >-
Use when 用户提到 邮件、邮箱、收件箱、发邮件、回复邮件、查邮件、Gmail、 Use when 用户提到 邮件、邮箱、收件箱、发邮件、回复邮件、查邮件、Gmail、
Outlook、QQ邮箱、163邮箱、附件、标签、草稿、自动回复、邮件规则、 Outlook、QQ邮箱、163邮箱、附件、标签、草稿、自动回复、邮件规则、
转发、抄送、未读邮件、收信、发信、邮件同步、邮件搜索。 转发、抄送、未读邮件、收信、发信、邮件同步、邮件搜索。
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: medium risk_level: medium
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- mail - mail
- email - email

View File

@@ -4,11 +4,11 @@ description: >-
管理 Agent 的技能生命周期:通过 HTTP API 导入、安装、更新、删除技能, 管理 Agent 的技能生命周期:通过 HTTP API 导入、安装、更新、删除技能,
或通过 AgentFS 文件系统直接编写符合规范的 SKILL.md。Use when 用户要求 或通过 AgentFS 文件系统直接编写符合规范的 SKILL.md。Use when 用户要求
安装技能、从 URL/Git 导入技能、编写新技能、或管理已有技能。 安装技能、从 URL/Git 导入技能、编写新技能、或管理已有技能。
version: 1.0.1 version: 1.0.2
type: meta type: meta
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- skill - skill
- import - import
@@ -371,7 +371,7 @@ metadata:
updated_at: '2026-03-03' updated_at: '2026-03-03'
# === 可选字段 === # === 可选字段 ===
disable-model-invocation: false disable-model-invocation: true
requires: requires:
tools: tools:
- Bash - Bash

View File

@@ -9,11 +9,11 @@ description: >-
user mentions a .pdf file or asks to produce one, use this skill. Use when user mentions a .pdf file or asks to produce one, use this skill. Use when
用户提到 PDF、读取PDF、合并PDF、拆分PDF、填写表单、加水印、提取文字、 用户提到 PDF、读取PDF、合并PDF、拆分PDF、填写表单、加水印、提取文字、
扫描识别。 扫描识别。
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- pdf - pdf
- document - document

View File

@@ -12,11 +12,11 @@ description: >-
content afterward. If a .pptx file needs to be opened, created, or touched, content afterward. If a .pptx file needs to be opened, created, or touched,
use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、 use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、
pptx、创建演示、编辑幻灯片。 pptx、创建演示、编辑幻灯片。
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- pptx - pptx
- powerpoint - powerpoint

View File

@@ -1,11 +1,11 @@
--- ---
name: 对象存储操作 name: 对象存储操作
description: 操作 S3 兼容对象存储(上传、下载、列举、删除),通过 DesireCore HTTP API 调用。Use when 用户要求上传/下载/分享文件、需要生成下载链接、或工作流产出文件需要持久化存储与分发。 description: 操作 S3 兼容对象存储(上传、下载、列举、删除),通过 DesireCore HTTP API 调用。Use when 用户要求上传/下载/分享文件、需要生成下载链接、或工作流产出文件需要持久化存储与分发。
version: 2.0.1 version: 2.0.2
type: procedural type: procedural
risk_level: medium risk_level: medium
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- storage - storage
- s3 - s3

View File

@@ -5,11 +5,11 @@ description: >-
frontmatter 元数据 + L0/L1/L2 分层内容 + 脚本/参考/资产)和 Claude Code frontmatter 元数据 + L0/L1/L2 分层内容 + 脚本/参考/资产)和 Claude Code
基础格式。Use when 用户要求创建新技能、更新已有技能、或将经验封装为可复用 基础格式。Use when 用户要求创建新技能、更新已有技能、或将经验封装为可复用
的技能包。 的技能包。
version: 1.0.0 version: 1.0.1
type: meta type: meta
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- skill - skill
- creation - creation

View File

@@ -3,11 +3,11 @@ name: 更新智能体
description: >- description: >-
安全更新现有智能体的配置、人格、原则、技能与记忆,输出可审阅 diff 并在确认后应用与提交。Use when 用户要求修改 Agent 安全更新现有智能体的配置、人格、原则、技能与记忆,输出可审阅 diff 并在确认后应用与提交。Use when 用户要求修改 Agent
行为、安装/卸载技能、调整配置、回滚变更或修订规则。 行为、安装/卸载技能、调整配置、回滚变更或修订规则。
version: 3.0.1 version: 3.0.2
type: meta type: meta
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- agent - agent
- update - update

View File

@@ -15,11 +15,11 @@ description: >-
report, standalone Python script, database pipeline, or Google Sheets API report, standalone Python script, database pipeline, or Google Sheets API
integration, even if tabular data is involved. Use when 用户提到 Excel、 integration, even if tabular data is involved. Use when 用户提到 Excel、
电子表格、xlsx、表格处理、公式计算、数据清洗、图表、CSV导入导出。 电子表格、xlsx、表格处理、公式计算、数据清洗、图表、CSV导入导出。
version: 1.0.1 version: 1.0.2
type: procedural type: procedural
risk_level: low risk_level: low
status: enabled status: enabled
disable-model-invocation: false disable-model-invocation: true
tags: tags:
- xlsx - xlsx
- excel - excel