Upload a skill package file to R2 storage.
Only the skill author can upload packages. Max 100 MB.
cURL
curl --request POST \ --url https://api.example.com/v1/skills/{slug}/upload \ --header 'Content-Type: multipart/form-data' \ --form 'file=<string>'
{ "slug": "<string>", "storage_key": "<string>", "message": "Package uploaded" }
Successful Response