smithery/cyangzhou

Image_Generation_Expert

实现 AI 图像生成能力,支持根据文本描述创建高质量图像。

Installation

$ npx skills add smithery/cyangzhou --skill image-generation-expert

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/cyangzhou.

npx skills add smithery/cyangzhou

Browse all from smithery/cyangzhou

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 429 B
  • docs SUMMARY.md 110 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

图像生成技能

根据文本提示词创建视觉内容。

支持尺寸

  • 1024x1024 (正方形)
  • 768x1344 (人像)
  • 1344x768 (风景)

代码实现示例

const response = await zai.images.generations.create({
  prompt: '阳光下的猫咪',
  size: '1024x1024'
});