skills/openai-image-gen/SKILL.md
Generate images with DALL-E 3 via OpenAI API. Use when user asks to create or generate images. Requires OPENAI_API_KEY.
npx skillsauth add emanueleielo/ciana-parrot openai-image-genInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate images using DALL-E 3.
curl -s -X POST "https://api.openai.com/v1/images/generations" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "dall-e-3",
"prompt": "A detailed description of the image...",
"size": "1024x1024",
"quality": "standard",
"n": 1
}'
1024x1024 — Square (default)1792x1024 — Landscape1024x1792 — Portraitstandard — Faster, cheaper (~$0.04)hd — More detail (~$0.08)Returns JSON with data[0].url (temporary, expires in 1 hour) and data[0].revised_prompt.
data[0].urlcurl -s -o image.png "GENERATED_URL"revised_prompt in response)tools
Send and read WhatsApp messages via the wacli CLI. Search chats, view history, send text and files to contacts or groups.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Extract frames, thumbnails, or clips from video files using ffmpeg. Use when analyzing video content or creating previews.
tools
Diagnose and resolve errors with Ciana's host bridges, CLI tools, Claude Code mode, macOS permissions, and gateway connectivity.