SKILL.md
Cloudinary Automation
Automate Cloudinary media management workflows -- create folders, configure upload presets, look up assets, manage transformations, search folders, and monitor usage -- all through natural language.
Toolkit docs: composio.dev/toolkits/cloudinary
Setup
- Add the Rube MCP server to your environment:
https://rube.app/mcp - Connect your Cloudinary account when prompted (API key auth via Composio)
- Start issuing natural language commands for Cloudinary automation
Core Workflows
1. Organize Assets with Folders
Create folder structures for organizing hosted images, videos, and raw files.
Tool: CLOUDINARY_CREATE_FOLDER
Key parameters:
folder-- full path of the new asset folder (required), e.g.,images/events/2023
Supporting tools:
CLOUDINARY_SEARCH_FOLDERS-- search folders by name, path, or creation date using Lucene-like expressionsexpression-- search filter (e.g.,name:sample AND path:events)max_results-- 1-500 results (default 50)sort_by-- list of sort objects (e.g.,[{"created_at": "desc"}])next_cursor-- pagination cursor
CLOUDINARY_GET_RESOURCES_BY_ASSET_FOLDER-- list assets within a specific folder
Example prompt:
"Create a folder called 'marketing/campaigns/spring-2026' in Cloudinary"
2. Configure Upload Presets
Define centralized upload behavior including target folder, allowed formats, transformations, tags, and overwrite rules.
