imagekit-integrations
Installation
SKILL.md
ImageKit Integrations
ImageKit ships SDKs (front-end, back-end, mobile), no-code plugins (CMS, e-commerce), external-storage connectors, a video player, embeddable widgets, AI/automation tooling, and direct URL-generation helpers. This skill is an index of all of them and what each covers.
When to use this skill
- You're integrating ImageKit into an app and need to know which SDK, plugin, player, or widget exists for your stack.
- You want a quick sense of what a given integration can do before committing.
- You need to route a "how do I integrate ImageKit with X" question to the right place.
How to use this skill
- Skim the sections below — they're grouped by integration type (SDKs, plugins, storage, player, widgets, automation, URL generation). Find the one that matches your stack or use case and read its summary to confirm it fits.
- For implementation details, query
mcp_imagekit_devtools_search_docswith theimagekit_guidesandimagekit_sdksources — e.g. "generate signed URLs in Node.js" or "responsive srcset in React". This returns only the relevant snippets and is far cheaper and faster than loading a whole page. - Only fetch a full doc page (append
.mdto its URL for plain text) when you genuinely need the entire setup guide end-to-end. Prefersearch_docsfor everything else.