generate-transparent-image
CommunityGenerate AI images with transparent backgrounds.
System Documentation
What problem does it solve?
This skill automates creating design assets by generating images from prompts through the Gemini API and removing backgrounds automatically with WaveSpeed AI, producing PNGs with alpha transparency.
Core Features & Use Cases
- Generate images from text prompts using Gemini API.
- Optional reference images can be provided to influence style or content.
- Background removal via WaveSpeed AI to output PNGs with transparency.
- Outputs are ready for design pipelines, e-commerce visuals, avatars, and marketing assets.
Quick Start
Set GEMINI_API_KEY and WAVESPEED_API_KEY in your environment, then run:
export GEMINI_API_KEY=YOUR_KEY export WAVESPEED_API_KEY=YOUR_KEY
python .agents/skills/generate-transparent-image/scripts/generate_transparent.py "背景透過画像を生成: 白い猫、実写風" -o cat.png
You can also specify aspect ratio:
python .agents/skills/generate-transparent-image/scripts/generate_transparent.py "背景透過画像を生成: 白い犬、イラスト風" --aspect-ratio 3:4 -o dog.png
Dependency Matrix
Required Modules
Components
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: generate-transparent-image Download link: https://github.com/tegnike/ai-agent-game-streamer/archive/main.zip#generate-transparent-image Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.