skills/image/SKILL.md
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
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 provider-backed image models.
This CLI is API-backed. Set SKILL_API_KEY when routing through the hosted Skills runtime; provider-specific keys are managed by that runtime and billed at the selected provider/model cost.
# OpenAI
image generate --provider openai --prompt "a cat" --output ./output.png
# Minimax
image generate --provider minimax --prompt "a dog" --output ./output.png
# Gemini Imagen
image generate --provider gemini --model imagen-4.0-fast-generate-001 --prompt "a bird" --output ./output.png
--provider: Provider to use (openai, minimax, gemini)--prompt: Text prompt for image generation--output: Output file path--model: (Optional) Specific model to use--size: (Optional) Image size (provider-specific)Set SKILL_API_KEY for hosted runtime execution.
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.