From ImageKit Plugin
MANDATORY PRE-STEP: You MUST read this skill BEFORE calling ANY ImageKit MCP tool (mcp_imagekit_api_* or mcp_imagekit_devtools_*). This skill tells you which MCP server owns which capability, how to route requests, and critical rules like never using mcp_imagekit_api_upload_files. Covers: file management, folder ops, cache purge, metadata, search_docs, transformation_builder, upload routing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imagekit-plugin:mcp-preflightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to two ImageKit MCP servers. Each serves a different purpose. Calling the wrong server or the wrong tool wastes tokens and produces errors. This skill is your routing table.
You have access to two ImageKit MCP servers. Each serves a different purpose. Calling the wrong server or the wrong tool wastes tokens and produces errors. This skill is your routing table.
imagekit_api — Authenticated API ServerPrefix: mcp_imagekit_api_*
Handles all CRUD operations on your ImageKit media library:
imagekit_devtools — Public Tools ServerPrefix: mcp_imagekit_devtools_*
Two tools only — no auth required:
| Tool | Purpose |
|---|---|
search_docs | RAG-powered search across ImageKit docs, guides, API refs, SDKs, community posts |
transformation_builder | Builds transformation URLs from natural language descriptions |
| Need | Route To |
|---|---|
| List, delete, move, copy files | mcp_imagekit_api_* |
| Folder operations | mcp_imagekit_api_* |
| File metadata, tags, custom fields | mcp_imagekit_api_* |
| Bulk operations | mcp_imagekit_api_* |
| Cache purge | mcp_imagekit_api_* |
| URL endpoints, origins | mcp_imagekit_api_* |
| Upload files | DO NOT use MCP — use skills/upload-files/resources/upload.py |
| How to do something in ImageKit | mcp_imagekit_devtools_search_docs |
| Build a transformation URL | mcp_imagekit_devtools_transformation_builder |
| Find SDK usage or API parameters | mcp_imagekit_devtools_search_docs |
| Verify feature exists or find limits | mcp_imagekit_devtools_search_docs |
mcp_imagekit_api_upload_files — it cannot handle local file bytes. Always use the upload CLI script instead.search_docs before writing any ImageKit SDK code — do not rely on training data for method signatures or parameters.search_docs returns official docs and working examples. Only read source code as a last resort when docs fail.transformation_builder instead of hand-crafting transformation URLs — it knows correct parameter syntax and ordering.npx claudepluginhub imagekit-developer/skills --plugin imagekit-pluginFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.