← All skills
Tencent SkillHub Β· AI

Filtrix Image Generation

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/gpt-image-1.md, references/mcp-tools.md, references/nano-banana-2.md, references/nano-banana.md, references/prompts.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

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 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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/gpt-image-1.md Docs
  • references/mcp-tools.md Docs
  • references/nano-banana-2.md Docs
  • references/nano-banana.md Docs
  • references/prompts.md Docs