Claude-skill-registry klingai-storage-integration

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/klingai-storage-integration" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-storage-integration && rm -rf "$T"
manifest: skills/data/klingai-storage-integration/SKILL.md
source content

Klingai Storage Integration

Overview

This skill demonstrates how to download and store generated videos in cloud storage services including AWS S3, Google Cloud Storage, and Azure Blob Storage.

Prerequisites

  • Kling AI API key configured
  • Cloud storage credentials (AWS, GCP, or Azure)
  • Python 3.8+ with cloud SDKs installed

Instructions

Follow these steps to integrate storage:

  1. Configure Storage: Set up cloud storage credentials
  2. Download Video: Fetch generated video from Kling AI
  3. Upload to Cloud: Store in your preferred provider
  4. Generate URLs: Create access URLs (signed or public)
  5. Clean Up: Remove temporary files

Output

Successful execution produces:

  • Downloaded video from Kling AI
  • Uploaded to cloud storage
  • Metadata preserved with video
  • Signed URLs for secure access

Error Handling

See

{baseDir}/references/errors.md
for comprehensive error handling.

Examples

See

{baseDir}/references/examples.md
for detailed examples.

Resources