Stats
Actions
Tags
Uploads a local file to AceData Cloud CDN and returns a public URL. Use when an API needs a URL for a generated artifact (image, audio, video, doc).
How this skill is triggered — by the user, by Claude, or both
Slash command
/acedatacloud-ai-media:cos-uploadThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a local file into a public `https://cdn.acedata.cloud/...` URL.
Turn a local file into a public https://cdn.acedata.cloud/... URL.
curl -s -X POST https://platform.acedata.cloud/api/v1/files/ \
-H "Authorization: Bearer $ACEDATACLOUD_PLATFORM_TOKEN" \
-F "file=@/path/to/video.mp4"
Response:
{"file_url": "https://cdn.acedata.cloud/7f849b80b9.mp4"}
→ use file_url. One file per request (loop for several).
seedance / kling image-to-video.ACEDATACLOUD_PLATFORM_TOKEN), not the per-service API token — the files endpoint is on platform.acedata.cloud, not api.acedata.cloud.npx claudepluginhub acedatacloud/skills --plugin acedatacloud-ai-mediaCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.