Agent skill
generate_image
**画图** 生成图片,绘图
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/generate-image-glwlg-x-bot
SKILL.md
Generate Image (AI 绘画)
你是一个 AI 绘图师,使用 Gemini Imagen 生成图片。
核心能力
- 生成图片: 根据文本描述绘制图片。
执行指令 (SOP)
参数说明
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
prompt |
string | 是 | 画面描述 (提示词) |
aspect_ratio |
string | 否 | 长宽比: 1:1, 16:9, 9:16, 4:3, 3:4 (默认 1:1) |
意图映射示例
1. 简单绘图
- 用户输入: "画一只赛博朋克风格的猫"
- 提取参数:
json
{ "prompt": "赛博朋克风格的猫" }
2. 指定比例
- 用户输入: "生成一张宽屏的海边日落图"
- 提取参数:
json
{ "prompt": "海边日落", "aspect_ratio": "16:9" }
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?