CtrlK
BlogDocsLog inGet started
Tessl Logo

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'.

Install with Tessl CLI

npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill klingai-storage-integration
What are skills?

64

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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

  • AWS S3 SDK
  • Google Cloud Storage
  • Azure Blob Storage
Repository
jeremylongshore/claude-code-plugins-plus-skills
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.