mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 13:30:48 +08:00
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:
@@ -3,11 +3,11 @@ name: 创建智能体
|
||||
description: >-
|
||||
通过多轮对话收集需求,调用 HTTP API 创建新的 AgentFS v2 智能体,支持自定义 persona 和 principles。Use when
|
||||
用户要求创建新智能体、培养某领域助手、或快速基于模板生成可治理 Agent。
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
type: meta
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- agent
|
||||
- creation
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
name: 删除智能体
|
||||
description: 安全删除指定的智能体及其关联数据。删除前会验证智能体状态,支持可选地删除所有会话历史。Use when 用户需要删除不再使用的智能体。
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
type: meta
|
||||
risk_level: high
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- agent
|
||||
- deletion
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
name: 发现智能体
|
||||
description: 根据用户需求推荐最匹配的智能体,展示候选列表并引导选择。Use when 用户描述需求但不确定该找哪个智能体帮忙,或想浏览可用的智能体。
|
||||
version: 2.5.1
|
||||
version: 2.5.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- agent
|
||||
- discovery
|
||||
|
||||
@@ -13,11 +13,11 @@ description: >-
|
||||
PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document
|
||||
generation. Use when 用户提到 Word文档、docx、创建文档、编辑文档、报告、
|
||||
备忘录、公文、合同、信函模板。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- docx
|
||||
- word
|
||||
|
||||
@@ -10,11 +10,11 @@ description: >-
|
||||
界面设计、组件、海报、Landing Page、落地页、React 组件、Vue 组件、
|
||||
CSS 样式、美化界面、设计一个、做一个网页、官网、仪表盘、Dashboard。
|
||||
license: Complete terms in LICENSE.txt
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- frontend
|
||||
- design
|
||||
|
||||
@@ -9,11 +9,11 @@ description: >-
|
||||
Use when 用户提到 邮件、邮箱、收件箱、发邮件、回复邮件、查邮件、Gmail、
|
||||
Outlook、QQ邮箱、163邮箱、附件、标签、草稿、自动回复、邮件规则、
|
||||
转发、抄送、未读邮件、收信、发信、邮件同步、邮件搜索。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: medium
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- mail
|
||||
- email
|
||||
|
||||
@@ -4,11 +4,11 @@ description: >-
|
||||
管理 Agent 的技能生命周期:通过 HTTP API 导入、安装、更新、删除技能,
|
||||
或通过 AgentFS 文件系统直接编写符合规范的 SKILL.md。Use when 用户要求
|
||||
安装技能、从 URL/Git 导入技能、编写新技能、或管理已有技能。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: meta
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- skill
|
||||
- import
|
||||
@@ -371,7 +371,7 @@ metadata:
|
||||
updated_at: '2026-03-03'
|
||||
|
||||
# === 可选字段 ===
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
requires:
|
||||
tools:
|
||||
- Bash
|
||||
|
||||
@@ -9,11 +9,11 @@ description: >-
|
||||
user mentions a .pdf file or asks to produce one, use this skill. Use when
|
||||
用户提到 PDF、读取PDF、合并PDF、拆分PDF、填写表单、加水印、提取文字、
|
||||
扫描识别。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- pdf
|
||||
- document
|
||||
|
||||
@@ -12,11 +12,11 @@ description: >-
|
||||
content afterward. If a .pptx file needs to be opened, created, or touched,
|
||||
use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、
|
||||
pptx、创建演示、编辑幻灯片。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- pptx
|
||||
- powerpoint
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
name: 对象存储操作
|
||||
description: 操作 S3 兼容对象存储(上传、下载、列举、删除),通过 DesireCore HTTP API 调用。Use when 用户要求上传/下载/分享文件、需要生成下载链接、或工作流产出文件需要持久化存储与分发。
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
type: procedural
|
||||
risk_level: medium
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- storage
|
||||
- s3
|
||||
|
||||
@@ -5,11 +5,11 @@ description: >-
|
||||
(frontmatter 元数据 + L0/L1/L2 分层内容 + 脚本/参考/资产)和 Claude Code
|
||||
基础格式。Use when 用户要求创建新技能、更新已有技能、或将经验封装为可复用
|
||||
的技能包。
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
type: meta
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- skill
|
||||
- creation
|
||||
|
||||
@@ -3,11 +3,11 @@ name: 更新智能体
|
||||
description: >-
|
||||
安全更新现有智能体的配置、人格、原则、技能与记忆,输出可审阅 diff 并在确认后应用与提交。Use when 用户要求修改 Agent
|
||||
行为、安装/卸载技能、调整配置、回滚变更或修订规则。
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
type: meta
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- agent
|
||||
- update
|
||||
|
||||
@@ -15,11 +15,11 @@ description: >-
|
||||
report, standalone Python script, database pipeline, or Google Sheets API
|
||||
integration, even if tabular data is involved. Use when 用户提到 Excel、
|
||||
电子表格、xlsx、表格处理、公式计算、数据清洗、图表、CSV导入导出。
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- xlsx
|
||||
- excel
|
||||
|
||||
Reference in New Issue
Block a user