From 76985488f3f234a27a7a2c1ae90a6991ca273166 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Wed, 11 Mar 2026 11:50:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20s3-storage-operatio?= =?UTF-8?q?ns=20SKILL.md=20frontmatter=20=E6=A0=A1=E9=AA=8C=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除不在 schema enum 中的 `type: tool` 字段,消除 skill-discovery 的 "must be equal to one of the allowed values" 警告。 Co-Authored-By: Claude Opus 4.6 --- skills/s3-storage-operations/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skills/s3-storage-operations/SKILL.md b/skills/s3-storage-operations/SKILL.md index 3251b50..fb9fedc 100644 --- a/skills/s3-storage-operations/SKILL.md +++ b/skills/s3-storage-operations/SKILL.md @@ -1,7 +1,6 @@ --- name: s3-storage-operations description: 操作 S3 兼容对象存储(上传、下载、列举、删除),通过 DesireCore HTTP API 调用。Use when 用户要求上传/下载/分享文件、需要生成下载链接、或工作流产出文件需要持久化存储与分发。 -type: tool risk_level: medium status: enabled disable-model-invocation: true