← ClaudeAtlas

generate-imagelisted

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...".
bubblesdev/claude-generate-image-skill · ★ 0 · AI & Automation · score 73
Install: claude install-skill bubblesdev/claude-generate-image-skill
# Generate / source images for a project This skill's scripts live in a `scripts/` folder next to this file. Resolve the path relative to wherever this SKILL.md was loaded from — don't hardcode `~/.claude/skills/generate-image`, since the skill may instead be installed as a plugin (a different absolute path per user). If you loaded this file from `/some/path/generate-image/SKILL.md`, the scripts are at `/some/path/generate-image/scripts/generate.py` and `/some/path/generate-image/scripts/stock_search.py`. **Default to stock photos first.** Try `scripts/stock_search.py` (Unsplash, then Pexels) before reaching for AI generation — it's free, faster, and avoids the uncanny-valley look AI often produces for real scenes. Only fall back to `scripts/generate.py` (OpenAI `gpt-image-2`, costs money per call) when the need is something a photograph can't be: a specific illustration style, an icon, abstract/brand art, a transparent-background graphic, or a very specific imagined scene stock libraries won't have. | Need | Tool | Why | |---|---|---| | Real people, office/lifestyle/nature photography, product-in-use shots, general "stock photo" look — most website imagery | `scripts/stock_search.py` (Unsplash / Pexels) | Free, real, convincing. Try this first. | | Illustration, icon, abstract/brand art, stylized graphic, transparent-background logo/icon, a specific imagined scene stock won't have | `scripts/generate.py` (OpenAI `gpt-image-2`) | AI generation gives full control over style