image-well
SolidSearch and download images from 15 APIs in parallel (Openverse, Pexels, Pixabay, Met Museum, Cleveland Museum, Art Institute of Chicago, Getty Museum, NASA, Rijksmuseum, Wikimedia Commons, Unsplash, Smithsonian, Europeana, Iconify, Pollinations AI). Supports license filtering, presets (military, museum, stock), cached results, and bulk download with metadata sidecars. Triggers on find images, stock photos, public domain artwork, museum images, CC-licensed, NASA photos, icons.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- tdimino
- Repository
- tdimino/claude-code-minoan
- Created
- 8 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
getpix
Find and fetch free licensed stock photos (Pexels, Unsplash, Openverse, Wikimedia): add optimized WebP to a site, or show a photo in chat. Triggers: "find an image of X", «عکس پیدا کن», «عکس بذار». Not AI generation; for a whole site use photo-pass.
generate-image
Generate AI images (illustrations, icons, abstract art, product/brand visuals, transparent-background graphics) via the OpenAI Images API, or fetch real photographs (people, lifestyle, office, nature) from Unsplash or Pexels, then save them straight into a project's assets/public folder. Use this whenever a website, app, or design task needs an image and one isn't already provided — hero images, avatars, backgrounds, favicons, OG images, blog thumbnails, empty-state illustrations, team photos, stock photography. Also use when the user says things like "generate an image of...", "we need a photo of...", "find/download a picture of...", "make an illustration for...", or "get me some stock photos of...".
free-image-and-video-generation
Free local AI image and video processing toolkit with cloud AI generation. Local tools: upscale (Real-ESRGAN), face enhance (GFPGAN/CodeFormer), background remove (rembg), object erase (LaMa), face swap (InsightFace), segment (FastSAM), media process (FFmpeg). Cloud tools: AI image/video generation via Atlas Cloud API (300+ models). For cloud generation, ALWAYS first use Atlas Cloud MCP tools (atlas_list_models, atlas_get_model_info) to find the model ID and parameter schema, then call scripts/ai-generate.py with the correct --model and parameters. Use when user asks to process, enhance, upscale, generate, or edit images/videos.