cloudinary-assets

Manages digital media assets via Cloudinary's REST API, including upload, transform, optimize, and delivery of images/videos.

9|9|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/skills-il/developer-tools --skill cloudinary-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudinary-assets
Source: https://github.com/skills-il/developer-tools/tree/main/cloudinary-assets
Command: npx skills add https://github.com/skills-il/developer-tools --skill cloudinary-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of digital media assets by leveraging Cloudinary's powerful API for uploading, transforming, optimizing, and delivering images and videos.

Core Features & Use Cases

  • Upload & Organize: Upload images and videos to Cloudinary, organizing them into folders and applying tags.
  • Transform & Optimize: Apply a wide range of transformations (resizing, cropping, effects) and automatic optimizations (format, quality) to media assets for web and mobile delivery.
  • Responsive Images: Generate responsive image sets with srcset and HTML for optimal display across devices.
  • Use Case: Upload a product image, generate a thumbnail, a web-optimized version, and a social media-sized version, all with a single request.

Quick Start

Upload the file '~/Downloads/logo.png' to the 'brand' folder with the tag 'logo'.

Frequently Asked Questions about cloudinary-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize and dynamically resize images for web delivery using a CDN?

You can optimize and dynamically resize images by applying automatic format and quality transformations through the Cloudinary REST API, enabling efficient content delivery network delivery for web and mobile applications.

Can I generate responsive image sets with srcset for different devices?

Yes, responsive image generation creates srcset attributes and HTML markup for optimal display across devices by requesting multiple transformed versions of an image through the API.

How do I upload and organize digital media assets into folders with tags?

Digital media assets can be uploaded and organized by specifying target folders and applying descriptive tags during the upload request via the Cloudinary REST API.

Do I need a Cloudinary account to manage video delivery and transformations?

Yes, managing video delivery and transformations requires valid Cloudinary account credentials and adherence to API usage policies to authenticate REST API requests.

What is the best way to generate multiple image sizes from a single upload?

The best way to generate multiple image sizes is to upload the original file once and request dynamic transformations like cropping, resizing, and format conversion on demand via the CDN.