cloudinary-devs/skills

cloudinary-docs

Looks up implementation details in the latest Cloudinary docs via the relevant llms.txt file.

First seen Apr 7, 2026

Installation

$ npx skills add cloudinary-devs/skills --skill cloudinary-docs

Summary

  • Looks up implementation details in the latest Cloudinary docs via the relevant llms.txt file.
  • Use when building code or answering questions relating to image or video uploads, management, SDKs, APIs, webhooks, or integrations.
  • For topics covered by a specialized Cloudinary skill, prefer that skill.
  • Use this skill alongside it when the full use-case requires capabilities outside that skill's scope.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from cloudinary-devs/skills.

npx skills add cloudinary-devs/skills

Browse all from cloudinary-devs/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License MIT
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.1.0
LicenseMIT
More metadata
author
cloudinary
version
1.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 7,329 B
  • docs SUMMARY.md 420 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 817 installs

SKILL.md

Cloudinary Documentation

Helps developers integrate Cloudinary into their applications by providing documentation and code examples retrieved directly from the agent-optimized markdown files in the Cloudinary documentation.

When to Use

  • When a user asks questions or requests code implementation relating to image or video upload, management, SDKs, APIs, webhooks, or integrations
  • For topics covered by a more specialized Cloudinary skill (e.g. transformations, React SDK): prefer that skill. Use this skill alongside it when the full use-case also requires capabilities outside that skill's scope.
  • General Cloudinary documentation lookup (account settings, webhooks, DAM features)
  • Looking up specific Cloudinary API endpoints or SDK methods
  • When a specialized Cloudinary skill handles part of a use-case, use this skill to cover the remaining capabilities it doesn't address, not as a substitute for it.

Sub-file Index Overview

The main documentation llms.txt file is split into product-specific sub-files. Go directly to the relevant sub-file according to the descriptions below. Do not fetch the main llms.txt first unless the topic spans multiple products or you are unsure.

Product Topic Sub-file URL
Image & Video APIs Image/video uploads, transformations, optimization, SDKs, APIs, webhooks, add-ons, embedding widgets or players in apps, or any programmatic/automation/at-scale image and video requirements https://cloudinary.com/documentation/llms-image-and-video-apis.txt?install_source=skillspack&referrer=docs-skill
Cloudinary Assets (DAM) Digital Asset Management (DAM), Media Library, folders, metadata, collections, creative workflows, portals, digital rights, or any Cloudinary Console or UI-based asset management needs https://cloudinary.com/documentation/llms-cloudinary-assets.txt?install_source=skillspack&referrer=docs-skill
MediaFlows PowerFlows, EasyFlows, workflow automation, flow blocks https://cloudinary.com/documentation/llms-mediaflows.txt?install_source=skillspack&referrer=docs-skill
Integrations Cloudinary integrations with 3rd party apps (WordPress, Shopify, Contentful, Salesforce, Adobe, etc.) or questions about implementing new integrations https://cloudinary.com/documentation/llms-integrations.txt?install_source=skillspack&referrer=docs-skill
Cross-product or unsure Multiple products, general, or unclear topic https://cloudinary.com/documentation/llms.txt?install_source=skillspack&referrer=docs-skill

Instructions

Note: If a more specialized Cloudinary-specific skill covers the user's topic, defer to that skill first. Invoke this docs skill in addition, not as a substitute, and only if the full use-case also requires capabilities outside that skill's scope.

When using this skill to answer image and video upload, management, optimization, or transformation questions or when implementing Cloudinary code:

  1. Identify the product area: Refer to the [Sub-file Index table](#sub-file-index-overview) above and identify the matching row.
  2. Fetch the relevant sub-file directly per the table above (skip the main llms.txt unless the topic is cross-product or unclear)
  3. Analyze the sub-file to identify which specific documentation URLs are most relevant
  4. Retrieve those specific markdown documentation URLs (you can make multiple calls if needed)
  5. Use the fetched documentation to provide a comprehensive, accurate answer or code implementation.

Example Workflows

Example 1: SDK question

Example 2: DAM question

Example 3: MediaFlows question

Example 4: Integration question

Example 5: Ambiguous upload question

- Identify relevant pages like "imageupload.md" or "uploadapi.md" - Retrieve those specific pages and provide an answer with code examples

- Identify relevant pages like "damuploadstoreassets.md" or "damadminuploadpresets.md" - Retrieve those specific pages and provide step-by-step instructions for uploading via the Media Library.

- Look at documentation for both Image & Video APIs and Cloudinary Assets products - Provide an answer covering both programmatic and UI-based upload options

Example 6: Transformation question (fallback: use only if no specialized skill covers this topic)