一键导入
image
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
Take a high-level goal and drive it to done — break it into tasks via the todos CLI, open a goal thread in the project's conversations channel, create a plan in todos, generate the tasks under that plan, then execute them one by one until complete. Use for 'execute this goal', 'break down and do X', 'set a goal and run it'.
| name | image |
| description | Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing. |
Generate high-quality images from text prompts using provider-backed image models.
This CLI is API-backed. Set SKILLS_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 SKILLS_API_KEY for hosted runtime execution.