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. 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. Summarize what changed and any follow-up checks I should run.
This skill is MCP-only. Endpoint: https://mcp.filtrix.ai/mcp Auth: Authorization: Bearer <FILTRIX_MCP_API_KEY> Primary tools: generate_image_text edit_image_text get_account_credits Available MCP tools: get_account_credits generate_image_text edit_image_text
Required: FILTRIX_MCP_API_KEY Optional: FILTRIX_MCP_URL (default: https://mcp.filtrix.ai/mcp)
python scripts/generate.py \ --prompt "..." \ [--mode gpt-image-1|nano-banana|nano-banana-2] \ [--size 1024x1024|1536x1024|1024x1536|auto] \ [--resolution 1K|2K|4K] \ [--search-mode] \ [--enhance-mode] \ [--idempotency-key KEY] \ [--output PATH]
Use this when user wants iterative refinement, style transfer, background changes, object replacement, etc. python scripts/edit.py \ --prompt "make the sky sunset orange and add volumetric light" \ (--image-path /path/to/input.png | --image-url https://...) \ [--mode gpt-image-1|nano-banana|nano-banana-2] \ [--size 1024x1024|1536x1024|1024x1536|auto] \ [--resolution 1K|2K|4K] \ [--search-mode] \ [--enhance-mode] \ [--idempotency-key KEY] \ [--output PATH]
gpt-image-1: general quality route nano-banana: fast generation route nano-banana-2: advanced generation route
First pass with generate_image_text (scripts/generate.py). Use edit_image_text (scripts/edit.py) for targeted changes. Use a new idempotency_key for each new edit intent.
idempotency_key prevents duplicate billing on retries. If omitted, scripts auto-generate one UUID-based key.
MCP Tools Reference gpt-image-1 Mode nano-banana Mode nano-banana-2 Mode Prompt Guide
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.