Agent skill

Image_Generation_Expert

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/image-generation-expert

SKILL.md

图像生成技能

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

支持尺寸

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

代码实现示例

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

Didn't find tool you were looking for?

Be as detailed as possible for better results