From 8360e1467c38474c9fc0b477281690fb004c1416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Wed, 11 Mar 2026 12:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E6=9B=B4=E6=96=B0=20description?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=BA=86=E5=85=B7=E4=BD=93=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E6=9C=8D=E5=8A=A1=EF=BC=88Cloudflare=20R2=E3=80=81AWS?= =?UTF-8?q?=20S3=E3=80=81S3-compatible=20storage=EF=BC=89=E7=9A=84?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=8C=E5=8F=AA=E4=BF=9D=E7=95=99=E4=BA=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=93=8D=E4=BD=9C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E8=AF=B4=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/r2-upload/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/r2-upload/SKILL.md b/skills/r2-upload/SKILL.md index b63d9b4..ddd167b 100644 --- a/skills/r2-upload/SKILL.md +++ b/skills/r2-upload/SKILL.md @@ -1,6 +1,6 @@ --- name: r2-upload -description: Uploads files to Cloudflare R2, AWS S3, or any S3-compatible storage and returns a public or temporary URL. Use when you need to publish assets, share files, or provide upload helpers to other skills. +description: Upload files and return a public or temporary URL. Use when you need to publish assets, share files, or provide upload helpers to other skills. compatibility: Requires Python 3.8+ and PyYAML. Uses AWS SigV4 signing (no external SDK required). metadata: author: foundra