Cloudinary Automation
Automate Cloudinary media management including folder organization, upload presets, asset lookup, transformations, and usage monitoring through natural language commands
npx skills add composio-community/awesome-codex-skills --skill cloudinary-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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](https://composio.dev/toolkits/cloudinary) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your Cloudinary account when prompted (API key auth via Composio) 3. 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 expressions - `expression` -- 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_RESOUR
- Setup
- Core Workflows
- 1. Organize Assets with Folders
- 2. Configure Upload Presets
- 3. Look Up Asset Details
- 4. Manage Transformations and Derived Assets
- 5. Monitor Usage and Configuration
- 6. Set Up Webhook Triggers
- Known Pitfalls
- Quick Reference
What does the Cloudinary Automation skill do?
Automate Cloudinary media management including folder organization, upload presets, asset lookup, transformations, and usage monitoring through natural language commands
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill cloudinary-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
