一键导入
ambient-imagegen
Generate raster images through hosted APIs such as OpenAI, Google Nano Banana Pro, fal/FLUX, Replicate, Stability AI, and Ideogram.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate raster images through hosted APIs such as OpenAI, Google Nano Banana Pro, fal/FLUX, Replicate, Stability AI, and Ideogram.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safely observe the Ambient Blockchain, plan Tool Oracle and x402 interactions, prepare Ambient program deployment work, and run local live-test evidence gates.
Create reusable TinyStyler style profiles from user text examples and apply TinyStyler-style text transfer through Ambient CLI.
Inspect a workspace and summarize notable files for fixture-plugin tests.
Review workspace files for the Pi package fixture.
Local faster-whisper STT provider for Ambient speech input validation.
Create deterministic authored-motion MP4/WebM/MOV videos from HTML/CSS/JS compositions through Ambient's bundled HyperFrames adapter.
| name | ambient-imagegen |
| description | Generate raster images through hosted APIs such as OpenAI, Google Nano Banana Pro, fal/FLUX, Replicate, Stability AI, and Ideogram. |
Use this package when the user asks for a bitmap image from a hosted image API and accepts cloud execution, provider policy, cost, and secret setup. Prefer local ComfyUI only when the user wants local model control, offline/privacy-first generation, or an explicit workflow/model cache.
ambient_cli_search using terms like hosted image generation, OpenAI image, Google Nano Banana, Nano Banana Pro, Flux, fal image, Replicate image, Stability image, or Ideogram.ambient_cli_describe before first use so the current provider aliases, env names, and artifact contract are visible.hosted_image_doctor --json to see provider aliases and which secret env names are configured. It does not call provider APIs and must not reveal secret values.openai: OpenAI GPT Image, default model gpt-image-2, env OPENAI_API_KEY.google: Google Nano Banana efficient image route, default model gemini-3.1-flash-image, env GEMINI_API_KEY or GOOGLE_API_KEY.google-nano-banana-pro: Google Nano Banana Pro, default model gemini-3-pro-image, env GEMINI_API_KEY or GOOGLE_API_KEY.fal: fal Model APIs, default model fal-ai/flux/dev, env FAL_KEY.flux: convenience alias for the fal FLUX route, default model fal-ai/flux/dev, env FAL_KEY.replicate: Replicate predictions for hosted image models, default model black-forest-labs/flux-schnell, env REPLICATE_API_TOKEN.stability: Stability AI Stable Image, default model stable-image-ultra, env STABILITY_API_KEY.ideogram: Ideogram 4.0 image generation, env IDEOGRAM_API_KEY.hosted_image_doctor --json: reports supported providers, aliases, required env names, default models, and key presence.hosted_image_generate --provider <provider> --prompt <text> --output <path> --json: generates one image and writes a metadata JSON next to the image.hosted_image_generate --provider <provider> --prompt-file <path> --dry-run --json: returns the planned provider/model/host/env contract without making a network request.Useful flags:
--model <id> overrides the provider default.--size <WxH> requests dimensions when the provider supports it.--aspect-ratio <ratio> requests provider-native aspect ratio when supported.--format png|jpeg|webp requests output format when supported.--negative-prompt <text> is passed only to providers that support it.Every successful generation writes:
The command downloads temporary remote URLs into workspace files. Do not leave only provider-hosted URLs as the durable result.