Marketplace
klingai-storage-integration
Execute integrate Kling AI video output with cloud storage providers. Use when storing generated videos in S3, GCS, or Azure Blob. Trigger with phrases like 'klingai storage', 'save klingai video', 'kling ai cloud storage', 'klingai s3 upload'.
allowed_tools: Read, Write, Edit, Grep
$ Instalar
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/claude-code-plugins-plus-skills && cp -r /tmp/claude-code-plugins-plus-skills/plugins/saas-packs/klingai-pack/skills/klingai-storage-integration ~/.claude/skills/claude-code-plugins-plus-skills// tip: Run this command in your terminal to install the skill
SKILL.md
name: klingai-storage-integration description: | Execute integrate Kling AI video output with cloud storage providers. Use when storing generated videos in S3, GCS, or Azure Blob. Trigger with phrases like 'klingai storage', 'save klingai video', 'kling ai cloud storage', 'klingai s3 upload'. allowed-tools: Read, Write, Edit, Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
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:
- Configure Storage: Set up cloud storage credentials
- Download Video: Fetch generated video from Kling AI
- Upload to Cloud: Store in your preferred provider
- Generate URLs: Create access URLs (signed or public)
- 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
Repository

jeremylongshore
Author
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/klingai-pack/skills/klingai-storage-integration
878
Stars
101
Forks
Updated4d ago
Added5d ago