Image Fetcher
Fetch relevant, free-to-use images from the web for any project context.
Config
Read config from ~/.claude/skills/image-fetcher/config.json:
{
"unsplash_key": "",
"pexels_key": "",
"pixabay_key": "",
"default_count": 5,
"output_dir": "assets/images"
}
All fields are optional. The skill works with zero configuration via the WebSearch fallback.
Load config silently at the start of every invocation:
cat ~/.claude/skills/image-fetcher/config.
[Description truncada. Veja o README completo no GitHub.]