skills/skill-image/SKILL.md
Generate images using AI providers (OpenAI DALL-E 3, Google Gemini 3.0, xAI Aurora)
npx skillsauth add hasna/skills imageInstall 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 high-quality images from text prompts using multiple AI providers.
This CLI is API-backed. Set SKILL_API_KEY when routing through the hosted skills/connectors runtime; provider-specific keys are managed by that runtime.
OPENAI_API_KEYGEMINI_API_KEYXAI_API_KEY# OpenAI DALL-E 3
bun run src/index.ts generate --provider openai --prompt "a cat" --output ./output.png
# Google Gemini 3.0
bun run src/index.ts generate --provider google --prompt "a dog" --output ./output.png
# xAI Aurora
bun run src/index.ts generate --provider xai --prompt "a bird" --output ./output.png
--provider: Provider to use (openai, google, xai)--prompt: Text prompt for image generation--output: Output file path--model: (Optional) Specific model to use--size: (Optional) Image size (provider-specific)Set the appropriate API key for your chosen provider:
export OPENAI_API_KEY="your-openai-key"
export GEMINI_API_KEY="your-gemini-key"
export XAI_API_KEY="your-xai-key"
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.