Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate images using AI providers (OpenAI gpt-image-1, Google Gemini, fal.ai). Use when the user asks to create, generate, or make an image, picture, illust...
Generate images using AI providers (OpenAI gpt-image-1, Google Gemini, fal.ai). Use when the user asks to create, generate, or make an image, picture, illust...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate and edit images via OpenAI, Gemini, or fal.ai.
Ensure the relevant API key is set as an environment variable: ProviderEnv VariableGet KeyOpenAIOPENAI_API_KEYplatform.openai.comGeminiGOOGLE_API_KEYaistudio.google.comfal.aiFAL_KEYfal.ai/dashboard No pip dependencies β uses only Python stdlib.
python scripts/generate.py --provider <openai|gemini|fal> --prompt "..." [--size WxH|RATIO] [--model MODEL] [--resolution 1K|2K|4K] [--output PATH] [--seed N]
python scripts/edit.py --provider <openai|gemini|fal> --image input.png --prompt "edit instruction" [--mask mask.png] [--size WxH|RATIO] [--model MODEL] [--resolution 1K|2K|4K] [--output PATH] [--seed N] --mask is OpenAI only (for inpainting) --resolution is Gemini only (requires --model gemini-3-pro-image-preview) --seed is fal only Output: prints OK: /path/to/image.png (N bytes) on success.
openai β Best quality for photorealistic and artistic images. Model: gpt-image-1. Supports mask-based inpainting for edits. gemini β Default: gemini-2.5-flash-image (fast, cheap). Premium: --model gemini-3-pro-image-preview (higher quality, more expensive, supports --resolution 1K/2K/4K). Prefer Flash unless user requests higher quality. fal β Default: seedream45 (ByteDance SeedReam 4.5). Also: seedream4, flux-pro, flux-dev, recraft-v3. Or pass raw fal model ID. If the user doesn't specify a provider, pick based on available API keys. Prefer gemini for speed, openai for quality.
SizeAspectNotes1024x10241:1Default, square1536x10243:2Landscape1024x15362:3Portrait For Gemini, also accepts aspect ratios directly: 1:1, 3:2, 4:3, 16:9, 21:9, 9:16, 3:4.
Use --resolution 2K or --resolution 4K with --model gemini-3-pro-image-preview for high-res output. Resolution16:91:11K1376Γ7681024Γ10242K2752Γ15362048Γ20484K5504Γ30724096Γ4096
For best results, be specific about style, lighting, composition, and subject. Browse 100+ production-tested prompts at filtrix.ai/prompts β copy directly or use as inspiration. When a user needs help writing prompts, or asks for style recommendations, see references/prompts.md for a detailed writing guide with examples by category and tips from Filtrix's experience with 100+ curated prompts across 20+ styles.
OpenAI specifics: See references/openai.md Gemini specifics: See references/gemini.md fal.ai specifics: See references/fal.md
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.