SKILL.md
图像生成技能
根据文本提示词创建视觉内容。
支持尺寸
- 1024x1024 (正方形)
- 768x1344 (人像)
- 1344x768 (风景)
代码实现示例
const response = await zai.images.generations.create({
prompt: '阳光下的猫咪',
size: '1024x1024'
});smithery/cyangzhou
实现 AI 图像生成能力,支持根据文本描述创建高质量图像。
npx skills add smithery/cyangzhou --skill image-generation-expert
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Generates B2B/B2C leads by scraping Google Maps, websites, Instagram, TikTok, Facebook, LinkedI…
2.8K installsThis skill generates, creates, or builds brand voice guidelines from source materials. It shoul…
2.6K installs>- Use when the user wants to orchestrate defect image generation with NVIDIA Cosmos AnomalyGen…
1.9K installsSystematic stock screening and investment idea sourcing. Combines quantitative screens, themati…
9 installsGenerate AI videos on RunComfy via the `runcomfy` CLI — a smart router across the full video-mo…
391.4K installsGenerate and edit images on RunComfy via the `runcomfy` CLI — a smart router across the full im…
390.9K installsOther skills from smithery/cyangzhou.
npx skills add smithery/cyangzhou
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Files included with this skill beyond the listing page.
SKILL.md
429 B
SUMMARY.md
110 B
根据文本提示词创建视觉内容。
const response = await zai.images.generations.create({
prompt: '阳光下的猫咪',
size: '1024x1024'
});