From ImageKit Plugin
Apply AI-powered analysis to images for business-specific tagging, metadata extraction, and quality checks using controlled vocabularies. Use when user wants to analyze images and apply structured metadata in ImageKit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imagekit-plugin:ai-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User wants to tag images with business-specific categories
Each AI Task contains 1-10 sub-tasks with:
select_tags, select_metadata, or yes_noAdds tags from vocabulary. Supports multiple selections.
{
"type": "select_tags",
"instruction": "What body style is this vehicle?",
"vocabulary": ["sedan", "suv", "hatchback"],
"max_selections": 1
}
Sets custom metadata field (field must exist in DAM).
{
"type": "select_metadata",
"instruction": "What is the primary color?",
"field": "primary_color",
"vocabulary": ["red", "blue", "white", "black"],
"max_selections": 1
}
Binary quality check with conditional actions.
{
"type": "yes_no",
"instruction": "Is the product completely visible?",
"on_yes": { "add_tags": ["framing_ok"] },
"on_no": { "add_tags": ["needs_reshot"] }
}
select_metadata, field must exist in DAM first% characteron_yes or on_noextensions arraynpx 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.