← ClaudeAtlas

image-welllisted

Multi-source image search and download aggregator. Searches 12 image APIs in parallel (Openverse, Pexels, Pixabay, Met Museum, NASA, Rijksmuseum, Wikimedia Commons, Unsplash, Smithsonian, Europeana, Iconify, Pollinations AI). This skill should be used when searching for images, downloading stock photos, finding public domain artwork, sourcing museum images, searching for CC-licensed images, downloading NASA photos, finding icons, or when any project needs images from multiple sources at once. Supports license filtering, presets (military, museum, stock), cached results, and bulk download with metadata sidecars.
tdimino/claude-code-minoan · ★ 32 · Web & Frontend · score 82
Install: claude install-skill tdimino/claude-code-minoan
# Image Well Search and download images from 12 sources through a single CLI. Four sources work with zero API keys (Openverse, Wikimedia, Met 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 | NASA (140k) | No | Public Domain | | 2 | Pexels | `PEXELS_API_KEY` | Pexels License | | 2 | Pixabay | `PIXABAY_API_KEY` | Pixabay License | | 2 | Rijksmuseum (700k) | `RIJKSMUSEUM_API_KEY` | CC0 | | 2 | Unsplash | `UNSPLASH_ACCESS_KEY` | Unsplash License | | 3 | Smithsonian |