Token导航 LogoToken导航TokenDH.com
图像处理需要联网github未标认证来源可访问许可证需确认审计通过

imagegenimagegen 命令行

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

474

周安装

19

GitHub Stars

6,164

下载量

154
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:imagegen(imagegen 命令行)
来源仓库:https://github.com/blockrunai/clawrouter
仓库路径:skills/imagegen
安装命令:
npx skills add https://github.com/blockrunai/clawrouter --skill imagegen
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/blockrunai/clawrouter --skill imagegen

简介

用于辅助图像生成、图片编辑和视觉素材处理,支持通过 ClawRouter 调用多种图像模型。

  • 适合根据文本提示生成图片、调整背景或优化视觉提示词,适用于内容创作和视觉设计场景。
  • 通过命令行工具调用,需确认输入格式与模型限制;涉及人物或品牌素材时应核实版权与合规性。
  • 安装方式:GitHub 仓库,使用 npx skills add 命令添加;建议在使用前检查本地端口和网络连接状态。
  • 注意:输出图片链接为临时地址,请及时保存;涉及商业用途时需确保授权与内容合法性。

SKILL.md

Image Generation & Editing

Generate or edit images through ClawRouter. Payment is automatic via x402.


Generate an Image

POST to http://localhost:8402/v1/images/generations:

{
  "model": "google/nano-banana",
  "prompt": "a golden retriever surfing on a wave",
  "size": "1024x1024",
  "n": 1
}

Response:

{
  "created": 1741460000,
  "data": [{ "url": "http://localhost:8402/images/abc123.png" }]
}

Display inline: ![generated image](http://localhost:8402/images/abc123.png)

Model Selection

ModelFull IDPriceSizesBest for
nano-bananagoogle/nano-banana$0.051024×1024, 1216×832, 1024×1792Default — fast, cheap, good quality
banana-progoogle/nano-banana-pro$0.10up to 4096×4096High-res, large format
dall-e-3openai/dall-e-3$0.041024×1024, 1792×1024, 1024×1792Photorealistic, complex scenes
gpt-imageopenai/gpt-image-1$0.021024×1024, 1536×1024, 1024×1536Budget option
fluxblack-forest/flux-1.1-pro$0.041024×1024, 1216×832, 832×1216Artistic styles, fewer restrictions

Choosing a model:

  • Default → nano-banana
  • "high res" / "large" → banana-pro
  • "photorealistic" / "dall-e" → dall-e-3
  • "artistic" / flexible content → flux

Choosing a size:

  • Default: 1024x1024
  • Portrait: 1024x1792
  • Landscape: 1792x1024 (dall-e-3) or 1216x832 (nano-banana / flux)
  • High-res: 2048x2048 or 4096x4096 with banana-pro only

Edit an Existing Image

POST to http://localhost:8402/v1/images/image2image:

{
  "model": "openai/gpt-image-1",
  "prompt": "make the background a snowy mountain landscape",
  "image": "https://example.com/photo.jpg",
  "size": "1024x1024",
  "n": 1
}

ClawRouter automatically downloads URLs and reads local file paths — pass them directly, no manual base64 conversion needed.

Optional mask field: a second image (URL or path) that marks which areas to edit (white = edit, black = keep).

Response is identical to generation:

{
  "created": 1741460000,
  "data": [{ "url": "http://localhost:8402/images/xyz456.png", "revised_prompt": "..." }]
}

Supported models for editing: openai/gpt-image-1 only ($0.02)


Example Interactions

User: Draw me a cyberpunk city at night → POST to /v1/images/generations, model nano-banana, prompt as given.

User: Generate a high-res portrait of a samurai → POST to /v1/images/generations, model banana-pro, size 1024x1792.

User: Edit this photo to add a sunset background: https://example.com/portrait.jpg → POST to /v1/images/image2image, model gpt-image, image = the URL, prompt = "add a warm sunset background".

User: Change the background in my image to a beach (attaches local file) → POST to /v1/images/image2image, image = the local file path, prompt describes the change.


Notes

  • Payment is automatic via x402 — deducted from the user's BlockRun wallet
  • If the call fails with a payment error, tell the user to fund their wallet at blockrun.ai
  • Google models may return base64 internally — ClawRouter uploads automatically and returns a hosted URL
  • DALL-E 3 enforces OpenAI content policy; use flux or nano-banana for more flexibility
  • Image editing is only available with gpt-image-1; generation supports all 5 models

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.91%
按下载量换算49

Claude

31.39%
按下载量换算48

Cursor

20.24%
按下载量换算31

Gemini CLI

10.13%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills