npx claudepluginhub anthropics/claude-plugins-official --plugin cloudinaryWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
This skill is used to look up how to do something in Cloudinary using the Cloudinary LLMs.txt and the sanitized markdown files.
This skill uses the workspace's default tool permissions.
My Skill
Helps developers to integrate Cloudinary into their applications by providing documentation and code examples retrieved directly from the optimized .md files in the Cloudinary documentation rather than having parse the HTML pages.
When to Use
- Use this skill when a user asks a question about Cloudinary.
- Use this skill when an agent is trying to integrate Cloudinary into their application.
Instructions
When answering questions about Cloudinary:
- **First, get the documentation index using llms.txt with the llms.txt URL - https://cloudinary.com/documentation/llms.txt
- Analyze the llms.txt content to understand what documentation pages are available
- Reflect on the user's question and identify which specific documentation URLs would be most relevant
- Navigate to the specific relevant documentation URLs from the llms.txt index (you can make multiple calls).
- Use the fetched documentation to provide a comprehensive, accurate answer.
Example workflow:
- User asks: "How do I upload images to Cloudinary?"
- You retrieve the llms.txt index: https://cloudinary.com/documentation/llms.txt
- You analyze the llms.txt content to understand what documentation pages are available
- You identify relevant pages like "image_upload.md" or "upload_api.md"
- You retrieve those specific pages from the llms.txt index
- You provide an answer with code examples and citations
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.