Claude Code Plugins

Community-maintained marketplace

Feedback

根据文本描述生成图像(返回生成参数和预览URL)

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name image-gen
version 1.0.0
description 根据文本描述生成图像(返回生成参数和预览URL)
author ExoProtocolDemo
pricing [object Object]
runtime [object Object]
io [object Object]
annotations [object Object]

Image Generation Skill

功能描述

根据文本描述生成高质量图像。支持多种艺术风格和分辨率。

适用场景:

  • 创意设计原型
  • 营销素材生成
  • 概念艺术创作
  • 产品可视化

使用示例

输入:

{
  "prompt": "一只可爱的橘猫坐在窗台上看雪景",
  "style": "watercolor",
  "size": "512x512",
  "seed": 42
}

输出:

{
  "image_url": "ipfs://Qm.../cat_snow.png",
  "generation_params": {
    "prompt": "一只可爱的橘猫坐在窗台上看雪景",
    "style": "watercolor",
    "size": "512x512",
    "seed": 42,
    "model": "sdxl-1.0"
  },
  "estimated_cost": 0.002
}

注意事项

  • 提示词最大 2000 字符
  • 图像存储 24 小时后自动清理
  • 不支持 NSFW 内容(会被过滤)
  • idempotentHint=false: 相同输入可能产生不同结果(除非指定 seed)