Cloudinary

🌐Community
by vm0-ai · vlatest · Repository

This skill integrates Cloudinary for dynamic image transformations & delivery, optimizing website performance and reducing bandwidth costs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloudinary npx -- -y @trustedskills/cloudinary
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloudinary": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloudinary"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

Cloudinary Skill Guide

What it does

This skill enables AI agents to interact with Cloudinary's media management platform, allowing them to upload, transform, and deliver images and videos directly through API calls. It streamlines asset handling by automating tasks like resizing, format conversion, and optimization without manual intervention.

When to use it

  • Automating image delivery for dynamic web content or e-commerce product galleries.
  • Processing user-uploaded media in chat interfaces by generating optimized URLs on the fly.
  • Managing video assets for streaming platforms by applying specific transformations like cropping or quality adjustments.
  • Reducing server load by offloading heavy media processing tasks to Cloudinary's infrastructure.

Key capabilities

  • Upload and store media files via API integration.
  • Apply real-time transformations such as resizing, cropping, and format conversion.
  • Generate optimized delivery URLs for various devices and network conditions.
  • Manage media libraries with metadata tagging and organization.

Example prompts

  • "Upload this product image to Cloudinary and generate a web-optimized version in WebP format."
  • "Create a thumbnail from the provided video URL that is 320x180 pixels and cropped to center focus."
  • "List all images in my Cloudinary folder tagged 'summer-collection' and return their public IDs."

Tips & gotchas

Ensure your AI agent has valid API credentials with appropriate permissions before attempting media operations. Be mindful of usage quotas, as frequent high-resolution uploads or transformations can incur additional costs depending on your Cloudinary plan.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vm0-ai
Installs
64

🌐 Community

Passed automated security scans.