Cloudinary Automation

Automate media management workflows including folder organization, asset transformations, and usage monitoring via natural language.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill cloudinary-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudinary Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/cloudinary-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill cloudinary-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing media assets in Cloudinary, allowing users to organize folders, apply transformations, and monitor account usage without navigating the web dashboard.

Core Features & Use Cases

  • Asset Organization: Create folder structures and search for assets using complex expressions.
  • Transformation Management: Configure upload presets and apply eager transformations to images and videos.
  • Usage Monitoring: Track storage, bandwidth, and quota limits directly through natural language commands.

Quick Start

Use the Cloudinary skill to create a new folder named marketing/campaigns/spring-2026 and apply an upload preset for JPG images.

Frequently Asked Questions about Cloudinary Automation

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

FAQPage Schema
How do I create a new folder in Cloudinary using this skill?

Use the CLOUDINARY_CREATE_FOLDER tool by providing the full path of the desired folder. The skill will handle the API request to structure your media library accordingly.

Can I automate image transformations during upload?

Yes, use the CLOUDINARY_CREATE_UPLOAD_PRESET tool to define transformation strings like c_limit or w_500. These presets ensure all uploaded assets are automatically processed to your specifications.

How do I check my Cloudinary account usage limits?

Invoke the CLOUDINARY_GET_USAGE tool to retrieve real-time data on your storage, bandwidth, and request quotas. This helps in monitoring account health and preventing service interruptions.

Does this skill support searching for specific assets?

Yes, you can use CLOUDINARY_SEARCH_FOLDERS with Lucene-like expressions to find assets based on name, path, or creation date. This allows for precise retrieval of media within large libraries.

What are the limitations of folder creation?

Folder creation is not idempotent; attempting to create a folder that already exists may result in an error. Ensure your naming logic accounts for existing paths to avoid workflow interruptions.