Filtrix Image Gen
/install filtrix-image-gen
Filtrix Image Gen (MCP)
This skill is MCP-only.
- Endpoint:
https://mcp.filtrix.ai/mcp - Auth:
Authorization: Bearer \x3CFILTRIX_MCP_API_KEY> - Primary tools:
generate_image_textedit_image_textget_account_credits
Available MCP tools:
get_account_creditsgenerate_image_textedit_image_text
Setup
Required:
FILTRIX_MCP_API_KEY
Optional:
FILTRIX_MCP_URL(default:https://mcp.filtrix.ai/mcp)
Generate
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.
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 routenano-banana: fast generation routenano-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_keyfor each new edit intent.
Idempotency
idempotency_key prevents duplicate billing on retries.
If omitted, scripts auto-generate one UUID-based key.
References
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install filtrix-image-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/filtrix-image-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Filtrix Image Gen 是什么?
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Filtrix Image Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install filtrix-image-gen」即可一键安装,无需额外配置。
Filtrix Image Gen 是免费的吗?
是的,Filtrix Image Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Filtrix Image Gen 支持哪些平台?
Filtrix Image Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Filtrix Image Gen?
由 lumenclaw-cloud(@lumenclaw-cloud)开发并维护,当前版本 v1.0.2。