cloud-uploader

Solid

Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.

DevOps & Infrastructure 251 stars 47 forks Updated yesterday CC0-1.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cloud Uploader Skill Upload promo videos and other album content to cloud storage (Cloudflare R2 or AWS S3). ## Purpose After generating promo videos with `/bitwize-music:promo-director`, upload them to cloud storage for: - Hosting on websites - Sharing via direct links - CDN distribution - Backup and archival ## When to Use - After promo videos generated, user wants to upload to cloud - User says "upload promos to R2" or "upload to S3" - User says "upload promo videos for [album]" - Manual invocation only (not automatic) ## Position in Workflow ``` Generate → Master → Promo Videos → **[Cloud Upload]** → Release ``` Optional step after promo-director, before release-director. ## Prerequisites ### Cloud Configuration Cloud credentials must be configured in `~/.bitwize-music/config.yaml`: ```yaml cloud: enabled: true provider: "r2" # or "s3" # For Cloudflare R2 r2: account_id: "your-account-id" access_key_id: "your-access-key" secret_access_key: "your-secret-key" bucket: "promo-videos" # For AWS S3 s3: region: "us-west-2" access_key_id: "your-access-key" secret_access_key: "your-secret-key" bucket: "promo-videos" ``` See `${CLAUDE_PLUGIN_ROOT}/reference/cloud/setup-guide.md` for detailed setup instructions. ### Required Files - Promo videos generated (run `/bitwize-music:promo-director` first) - Located at: `{audio_root}/artists/{artist}/albums/{genre}/{album}/promo_videos/` - Album sampler at: `{audio_root}/artist...

Details

Author
bitwize-music-studio
Repository
bitwize-music-studio/claude-ai-music-skills
Created
4 months ago
Last Updated
yesterday
Language
Python
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category