Agent skill

Cloudinary Automation

Automate Cloudinary media management including folder organization, upload presets, asset lookup, transformations, and usage monitoring through natural language commands

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: composio-skills/cloudinary-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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](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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Organize Assets with Folders
  4. 2. Configure Upload Presets
  5. 3. Look Up Asset Details
  6. 4. Manage Transformations and Derived Assets
  7. 5. Monitor Usage and Configuration
  8. 6. Set Up Webhook Triggers
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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.

Keep going