diff --git a/skills/s3-storage-operations/SKILL.md b/skills/s3-storage-operations/SKILL.md index 57525c1..0e136d8 100644 --- a/skills/s3-storage-operations/SKILL.md +++ b/skills/s3-storage-operations/SKILL.md @@ -1,13 +1,46 @@ --- name: 对象存储操作 description: 操作 S3 兼容对象存储(上传、下载、列举、删除),通过 DesireCore HTTP API 调用。Use when 用户要求上传/下载/分享文件、需要生成下载链接、或工作流产出文件需要持久化存储与分发。 +version: 2.0.1 +type: procedural risk_level: medium status: enabled disable-model-invocation: true +tags: + - storage + - s3 + - upload + - download + - sharing metadata: author: desirecore version: "2.0.1" - updated_at: "2026-03-11" + updated_at: "2026-03-13" +market: + icon: >- + + short_desc: 通过 DesireCore HTTP API 操作 S3 兼容对象存储,支持上传、下载、列举、删除与分享链接 + category: data + maintainer: + name: DesireCore Official + verified: true + compatible_agents: [] + channel: latest --- # s3-storage-operations 技能