Connect Cloudinary to OpenClaw on Operator.io
Cloudinary is a cloud-based platform for managing, uploading, and transforming images and videos. It streamlines media workflows and delivers optimized assets globally.
Automate Cloudinary with AI
Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Cloudinary. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Cloudinary on its own, running actions like activate live stream, create asset relations by asset id, create asset relations by public id.
Your agent reaches Cloudinary directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Cloudinary
Your agent can call any of these Cloudinary actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Activate Live Stream
Tool to manually activate a Cloudinary live stream. Use when you need to start a live stream that is in an inactive state.
Create Asset Relations by Asset ID
Tool to add related assets by asset ID. Use when you need to create relationships between assets in Cloudinary. Can relate up to 10 assets at once to a source asset.
Create Asset Relations by Public ID
Tool to create relations between assets by public ID. Use when you need to link related assets together (e.g., linking subtitles to videos, or associating images with each other). Each request can relate up to 10 assets to the primary as...
Create Folder
Tool to create a new asset folder. Use when you need to organize assets into nested directories. Use after confirming the folder path does not already exist.
Create Image from Text
Tool to create an image from text using Cloudinary's text generation API. Use when you need to generate custom text images with specific styling options. The generated image can be customized with font, color, alignment, and other visual...
Create Live Stream
Tool to create a new live stream in Cloudinary. Use when you need to set up a new live streaming session. The created stream will provide connection details (URI and stream key) for pushing live content.
Create Live Stream Output
Tool to create a new live stream output configuration. Use when you need to add an output destination to an existing live stream, such as simulcasting to YouTube, Facebook, or creating an archive.
Create Metadata Field
Tool to create a new metadata field definition. Use when extending your metadata schema with new fields.
Create Metadata Rule
Tool to create a new conditional metadata rule. Use when you need to automatically populate metadata fields based on conditions. The rule applies a value to a target metadata field when a condition on another metadata field is met.
Create Multi-Resource Animation
Tool to create an animated image, video, or PDF from a set of images. Use when you need to combine multiple images into an animated format. Provide either a tag (to combine all images with that tag) or a list of URLs.
Create Slideshow
Tool to create an auto-generated video slideshow from existing Cloudinary assets. Use when you need to compile multiple images or videos into a single video with transitions. The slideshow is created asynchronously; check status field or...
Create Streaming Profile
Tool to create a new adaptive streaming profile in your Cloudinary account. Use when you need to define custom video quality settings for adaptive bitrate streaming. The profile will contain multiple representations at different resoluti...
Create Transformation
Tool to create a new named transformation by assigning a custom name to a set of transformation parameters. Use when you need to save and reuse a transformation configuration with a memorable name.
Create Trigger
Tool to create a new webhook trigger for a specified event type. Use after configuring your webhook endpoint and choosing the event type. Example: "Create a trigger for uploads to https://example.com/hooks/cloudinary"
Create Upload Mapping
Tool to create a new upload mapping folder and URL template. Use when you need to dynamically map external URL prefixes to a Cloudinary asset folder before uploading files.
Create Upload Preset
Tool to create a new upload preset. Use when defining centralized upload options (tags, formats, transformations, etc.) before asset uploads.
Delete Asset Relations by Asset ID
Tool to delete asset relations by asset ID. Use when you need to unrelate a specific asset from other assets.
Delete Asset Relations by Public ID
Tool to delete asset relations by public ID. Use when you need to unrelate assets from a specific asset.
Delete Derived Resources
Tool to delete derived assets. Use when you need to remove specific derived assets by their IDs. Example: "Delete derived assets with IDs [id1, id2]".
Delete Metadata Field Datasource Entries
Tool to delete datasource entries for a specified metadata field. Use when you need to soft-delete (inactivate) specific entries in a field's datasource. Example prompt: "Delete entries ['color1','color2'] from metadata field 'color_id'"
Delete Folder
Tool to delete an empty asset folder. Use when the folder is confirmed empty and you need to remove it.
Delete Live Stream
Tool to delete a live stream from Cloudinary. Use when you need to permanently remove a live stream that is no longer needed.
Delete Live Stream Output
Tool to delete a live stream output from Cloudinary. Use when you need to remove a specific output configuration from a live stream.
Delete Metadata Field
Tool to delete a metadata field by external ID. Use when you need to remove a metadata field that is no longer required.
Delete Metadata Rule
Tool to delete a conditional metadata rule by its ID. Use when you need to remove a metadata rule that is no longer required.
Delete Resources by Asset ID
Tool to delete resources by asset IDs. Use when you need to permanently remove specific resources by their immutable asset IDs; irreversible.
Delete Resources by Public ID
Tool to delete Cloudinary resources by public ID, prefix, or all resources. Use when you need to permanently remove specific assets by their public IDs, or bulk delete by prefix pattern. Deletion is irreversible.
Delete Resources by Tags
Tool to delete Cloudinary assets by tag. Use when you need to remove all assets associated with a given tag.
Delete Streaming Profile
Tool to delete a custom streaming profile or revert a built-in profile to original settings. Use when you need to remove a custom profile that is no longer needed.
Delete Transformation (v2)
Tool to delete a named transformation from your Cloudinary account. Use when you need to remove a transformation that is no longer required.
Delete Trigger
Tool to delete a trigger (webhook notification). Use when you need to remove a trigger by its ID after confirming the correct ID.
Delete Upload Mapping
Tool to delete a folder upload mapping. Use when you need to remove an existing upload mapping configuration.
Delete Upload Preset
Tool to delete an upload preset from the account. Use when you need to remove an upload preset that is no longer needed.
Destroy Asset
Tool to permanently destroy a Cloudinary asset/resource by public ID. Use when you need to permanently delete a specific asset. This operation is irreversible and removes the asset from Cloudinary storage.
Destroy Asset by ID
Tool to delete an asset by its immutable asset ID. Use when you need to permanently remove a specific asset using its asset ID; operation is irreversible.
Explicit Resource Update
Tool to update an existing asset and/or eagerly generate derived transformations using Cloudinary's Explicit API. Use when you need to pre-generate transformations, update metadata, move assets to new folders, or modify tags on already-u...
Explode Multi-Page Resource
Tool to create derived images from multi-page files (PDF, PSD, TIFF, animated GIF) by exploding them into separate images. Use when you need to extract individual pages or frames from a multi-page resource. The operation is asynchronous...
Generate Archive
Tool to create an archive (ZIP or TGZ file) containing a set of assets from your Cloudinary environment. Use when you need to download multiple assets as a single archive file. Supports filtering by tags, public IDs, or prefixes. The arc...
Get Adaptive Streaming Profiles
Tool to list adaptive streaming profiles. Use when retrieving built-in and custom adaptive streaming profiles for delivering video via HLS or DASH.
Get Analysis Task Status
Tool to get the status of an analysis task. Use when you need to check the progress or completion status of a previously submitted analysis task.
Get product environment config details
Tool to get product environment config details. Use when you need to fetch or verify environment configuration such as folder_mode. Config values like folder_mode constrain uploads, folder creation, and preset creation — check this confi...
Get Live Stream
Tool to get details of a single live stream by ID. Use when you need to retrieve configuration, status, and metadata of an existing live stream.
Get Live Stream Output
Tool to get details of a single live stream output. Use when you need information about a specific output configuration for a live stream.
Get Live Stream Outputs
Tool to get a list of live stream outputs. Use when you need to retrieve all outputs configured for a specific live stream in Cloudinary.
Get Live Streams
Tool to get a list of live streams from Cloudinary. Use when you need to retrieve all configured live streams for your account.
Get Metadata Field By ID
Tool to get a single metadata field definition by external ID. Use after creating or updating a metadata field to fetch its full definition. Example: "Get metadata field definition for external ID 'color_id'."
Get Resource by Asset ID
Get Resource by Asset ID
Get Resource by Public ID
Tool to get details of a single resource by public ID. All three of resource_type, type, and public_id must exactly match the stored asset's values; a mismatch in any one causes lookup failure even if the asset exists under a different c...
Plus 60 more Cloudinary actions your agent can call.
How to connect Cloudinary
You authorize Cloudinary once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Cloudinary without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Cloudinary
- How do I connect Cloudinary to Operator?
- Connecting Cloudinary is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Cloudinary and you never reauthorize by hand.
- Can my agent work with my designs and assets in Cloudinary?
- Yes. It can read project details, create or update assets, and pull what you need back to you. Hand it a request and it runs the matching Cloudinary actions, so routine asset work happens from a chat instead of the editor.
- Do I need to write code or manage Cloudinary API keys?
- No. Operator manages the Cloudinary connection and token refresh, so there are no API keys to paste and nothing to deploy.
- Can my agent use Cloudinary together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Cloudinary and tools like Figma, Miro, Imgix in one job, reading from one and acting in another without you wiring anything between them.
Connect Cloudinary to another app
Your agent can run Cloudinary together with any of these. Each page shows what it does across both apps in one job.
More apps to automate
Apps your agent runs alongside Cloudinary, or browse all integrations.
Put your agent on Cloudinary
Sign in, connect Cloudinary, and hand your agent the work. Your first week is free.
Try for free