cloudinary-get-started

cloudinary-devs/cloudinary-get-started
★ 0 stars Unknown language AI/LLM Updated 1d ago
Set up Cloudinary in any new or existing project. This skill installs Cloudinary skills and MCP servers, configures Cloudinary, and verifies that everything works as expected.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudinary-get-start": {
      "command": "npx",
      "args": [
        "-y",
        "cloudinary-devs/cloudinary-get-started"
      ]
    }
  }
}

README Excerpt

An installer CLI for an AI-assisted onboarding skill that guides you through integrating Cloudinary into a new or existing project. Install the skill globally or in your project: ``` npx skills add cloudinary-devs/cloudinary-get-started --copy ``` This installs the skill to `.agents/skills/cloudinary-get-started` by default, as well as any other agent or IDE-specific skill folder, such as `.claude`.