fix: 修复 s3-storage-operations SKILL.md frontmatter 校验错误

移除不在 schema enum 中的 `type: tool` 字段,消除 skill-discovery 的 "must be equal to one of the allowed values" 警告。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 11:50:05 +08:00
parent c2793cec67
commit 76985488f3

View File

@@ -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