image-well

Solid

Search 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.

Web & Frontend 41 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Image Well Search and download images from 15 sources through a single CLI. Seven sources work with zero API keys (Openverse, Wikimedia, Met Museum, Cleveland Museum, Art Institute of Chicago, Getty Museum, NASA). Additional sources activate when keys are set. ## Quick Start ```bash # Search across all no-key sources uv run ~/.claude/skills/image-well/scripts/well.py search "ancient Minoan fresco" # Use a preset for domain-specific searches uv run ~/.claude/skills/image-well/scripts/well.py search "F-35 fighter jet" --preset military # Download results with metadata sidecars uv run ~/.claude/skills/image-well/scripts/well.py search "sunset" --format download --output ./images/ # Check which sources are available uv run ~/.claude/skills/image-well/scripts/well.py sources # Visual HTML preview — opens in browser, no context pollution uv run ~/.claude/skills/image-well/scripts/well.py search "bronze statue" --format html # Output as JSON for piping uv run ~/.claude/skills/image-well/scripts/well.py search "cat" --format json ``` ## Sources | Tier | Source | Key Required | License | |------|--------|-------------|---------| | 1 | Openverse (800M+) | No | CC variants | | 1 | Wikimedia Commons | No | CC variants | | 1 | Met Museum (375k) | No | CC0 | | 1 | Cleveland Museum (37k) | No | CC0 | | 1 | Art Inst. Chicago (60k+) | No | Public Domain | | 1 | Getty Museum (Open Content) | No | CC0 | | 1 | NASA (140k) | No | Public Domain | | 2 | Pexels | `PEXELS_API_KEY` | Pexel...

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

AI & Automation Listed

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.

11 Updated yesterday
smk-labs
AI & Automation Listed

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...".

0 Updated 1 months ago
bubblesdev
AI & Automation Listed

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.

1 Updated today
xramjetx