# Send Filtrix Image Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "filtrix-image-gen",
    "name": "Filtrix Image Generation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/lumenclaw-cloud/filtrix-image-gen",
    "canonicalUrl": "https://clawhub.ai/lumenclaw-cloud/filtrix-image-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/filtrix-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=filtrix-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/gpt-image-1.md",
      "references/mcp-tools.md",
      "references/nano-banana-2.md",
      "references/nano-banana.md",
      "references/prompts.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "filtrix-image-gen",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T12:22:56.037Z",
      "expiresAt": "2026-05-08T12:22:56.037Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=filtrix-image-gen",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=filtrix-image-gen",
        "contentDisposition": "attachment; filename=\"filtrix-image-gen-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "filtrix-image-gen"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/filtrix-image-gen"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/filtrix-image-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/filtrix-image-gen",
    "agentUrl": "https://openagent3.xyz/skills/filtrix-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/filtrix-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/filtrix-image-gen/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lumenclaw-cloud
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T12:22:56.037Z
- Expires at: 2026-05-08T12:22:56.037Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/filtrix-image-gen)
- [Send to Agent page](https://openagent3.xyz/skills/filtrix-image-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/filtrix-image-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/filtrix-image-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/filtrix-image-gen)