Filtrix Image Gen
VerifiedGenerate and edit images through Filtrix Remote MCP. Use when users ask to create images or refine existing ones. Supports gpt-image-1, nano-banana, and nano...
Install
Claude Code
Add to .claude/skills/ About This Skill
# Filtrix Image Gen (MCP)
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`
Setup
- Required:
- `FILTRIX_MCP_API_KEY`
- Optional:
- `FILTRIX_MCP_URL` (default: `https://mcp.filtrix.ai/mcp`)
Generate
```bash 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] ```
Edit
Use this when user wants iterative refinement, style transfer, background changes, object replacement, etc.
```bash 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] ```
Mode Mapping
- `gpt-image-1`: general quality route
- `nano-banana`: fast generation route
- `nano-banana-2`: advanced generation route
Recommended Workflow
- 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
`idempotency_key` prevents duplicate billing on retries. If omitted, scripts auto-generate one UUID-based key.
References
- MCP Tools Reference
- gpt-image-1 Mode
- nano-banana Mode
- nano-banana-2 Mode
- Prompt Guide
Use Cases
- Generate images using Filtrix's AI image generation API
- Create styled images with specific artistic filters and effects
- Produce visual content for social media, marketing, and creative projects
- Generate image variations with different style parameters from the same prompt
- Build image generation workflows integrated with content creation pipelines
Pros & Cons
Pros
- + Filtrix's style filter system enables consistent visual aesthetics
- + API-based generation integrates easily into automated workflows
- + Multiple style options provide creative flexibility
Cons
- - Requires a Filtrix API key and account
- - Only available on claude-code and openclaw platforms
- - Image quality and style options depend on Filtrix's current model capabilities
Frequently Asked Questions
What does Filtrix Image Gen do?
Generate and edit images through Filtrix Remote MCP. Use when users ask to create images or refine existing ones. Supports gpt-image-1, nano-banana, and nano...
What platforms support Filtrix Image Gen?
Filtrix Image Gen is available on Claude Code, OpenClaw.
What are the use cases for Filtrix Image Gen?
Generate images using Filtrix's AI image generation API. Create styled images with specific artistic filters and effects. Produce visual content for social media, marketing, and creative projects.
Stay Updated on Agent Skills
Get weekly curated skills + safety alerts