cloudinary

Official

Cloudinary API for media hosting & transformations.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill uploads and transforms images/videos with CDN delivery and on-the-fly editing via Cloudinary.

Core Features & Use Cases

  • Upload media with automatic optimization
  • Transform media on-the-fly (resize, crop, format)
  • CDN delivery and easy URL management
  • Video concatenation and streaming support

Quick Start

bash -c 'curl -X POST "https://api.cloudinary.com/v1_1/$CLOUDINARY_CLOUD_NAME/image/upload" -F "file=@/path/to/image.png" -F "upload_preset=your_preset"'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudinary
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#cloudinary

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository