Agent Plugins Marketplace
All plugins

cloudinary

v1.0.2

Manage, search, and transform your Cloudinary media library — directly from Codex.

Codex

By CloudinaryLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cloudinary for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cloudinary@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloudinary/.

Plugin files

plugins/cloudinary/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/cloudinary/.codex-plugin/plugin.json
{
  "name": "cloudinary",
  "version": "1.0.2",
  "description": "Manage, search, and transform your Cloudinary media library — directly from Codex.",
  "author": {
    "url": "https://cloudinary.com/",
    "name": "Cloudinary"
  },
  "homepage": "https://cloudinary.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Cloudinary",
    "shortDescription": "Manage, search, and transform your Cloudinary media library — directly from Codex.",
    "longDescription": "Manage, search, and transform your Cloudinary media library — directly from Codex.\n\nThe Cloudinary app connects your Cloudinary account to Codex, giving you full control over your visual assets through natural language. Upload, organize, tag, transform, and analyze images or videos without leaving the chat. \n\nWhat You Can Do\n- Upload assets from URLs, local files, or base64 data — automatically analyze, tag, or moderate them.\n- Browse and search your entire media library using smart filters or text queries (tags, format, date, size, etc.).\n- Organize your library — create folders, rename files, manage metadata, and clean up obsolete assets.\n- Transform images or videos with Cloudinary’s powerful syntax — resize, crop, watermark, apply filters, or optimize for delivery.\n- Generate archives and backups, or restore previous versions when needed.\n- Analyze assets with AI — detect faces, extract text, get color palettes, and accessibility scores.\n- Monitor usage — track storage, bandwidth, and transformation credits in real time.\n- Visual search — find visually similar images by uploading an example or describing it.\n\nPerfect For\n- Developers who want to experiment with Cloudinary API commands in natural language.\n- Marketers & designers managing campaign visuals and brand assets.\n- Teams automating content workflows with Codex or building multi-agent setups.\n\nTurn Codex into a powerful media management assistant with the Cloudinary app.",
    "category": "Developer Tools",
    "capabilities": [],
    "websiteURL": "https://cloudinary.com/",
    "privacyPolicyURL": "https://cloudinary.com/privacy",
    "termsOfServiceURL": "https://cloudinary.com/tou",
    "defaultPrompt": [
      "Upload this image and enable auto-tagging"
    ],
    "screenshots": [],
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png",
    "developerName": "Cloudinary"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cloudinary on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloudinary)