AI图像生成
ai-image-generation
by alvisdunlop
Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via SkillBoss API Hub. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image
安装
claude skill add --url https://github.com/openclaw/skills文档
AI Image Generation
Generate images with 50+ AI models via SkillBoss API Hub.
Quick Start
import requests, os
SkillBoss_API_KEY = os.environ["SkillBoss_API_KEY"]
API_BASE = "https://api.SkillBoss.co/v1"
def pilot(body: dict) -> dict:
r = requests.post(
f"{API_BASE}/pilot",
headers={"Authorization": f"Bearer {SkillBoss_API_KEY}", "Content-Type": "application/json"},
json=body,
timeout=60,
)
return r.json()
# Generate an image (auto-routed to best model)
result = pilot({"type": "image", "inputs": {"prompt": "a cat astronaut in space"}, "prefer": "quality"})
image_url = result["result"]["image_url"]
print(image_url)
Available Models
SkillBoss API Hub �Զ�·��������ͼ������ģ�ͣ�֧�� 50+ ģ�ͣ�������
| Model | Best For |
|---|---|
| FLUX Dev LoRA | High quality with custom styles |
| FLUX.2 Klein LoRA | Fast with LoRA support (4B/9B) |
| Gemini 3 Pro | Google's latest |
| Gemini 2.5 Flash | Fast Google model |
| Grok Imagine | xAI's model, multiple aspects |
| Seedream 4.5 | 2K-4K cinematic quality |
| Seedream 4.0 | High quality 2K-4K |
| Seedream 3.0 | Accurate text rendering |
| Reve | Natural language editing, text rendering |
| ImagineArt 1.5 Pro | Ultra-high-fidelity 4K |
| Topaz Upscaler | Professional upscaling |
Browse All Image Models
# Discover ģʽ����ѯ����֧�ֵ�ͼ������ģ��
result = pilot({"discover": True, "keyword": "image"})
print(result)
Examples
Text-to-Image (Quality)
result = pilot({
"type": "image",
"inputs": {"prompt": "professional product photo of a coffee mug, studio lighting"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Fast Generation
result = pilot({
"type": "image",
"inputs": {"prompt": "sunset over mountains"},
"prefer": "balanced"
})
image_url = result["result"]["image_url"]
Photorealistic Landscape
result = pilot({
"type": "image",
"inputs": {"prompt": "photorealistic landscape with mountains and lake"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
With Aspect Ratio
result = pilot({
"type": "image",
"inputs": {
"prompt": "cyberpunk city at night",
"aspect_ratio": "16:9"
},
"prefer": "balanced"
})
image_url = result["result"]["image_url"]
Text Rendering in Image
result = pilot({
"type": "image",
"inputs": {"prompt": "A poster that says HELLO WORLD in bold letters"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Cinematic Portrait (4K Quality)
result = pilot({
"type": "image",
"inputs": {"prompt": "cinematic portrait of a woman, golden hour lighting"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Image Upscaling
result = pilot({
"type": "image",
"inputs": {
"prompt": "upscale",
"image_url": "https://example.com/image.jpg"
},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Response ��ʽ
# �� response ����
result = pilot({"type": "image", "inputs": {"prompt": "..."}, "prefer": "quality"})
image_url = result["result"]["image_url"]
# ����ģ�ͷ��������ʽ��
image_url = result["result"]["images"][0]["url"]
��������
| ���� | ˵�� |
|---|---|
SkillBoss_API_KEY | SkillBoss API Hub ͳһ��Կ |
相关 Skills
文档共著
by anthropics
围绕文档、提案、技术规格、决策记录等写作任务,按上下文收集、结构迭代、读者测试三步协作共创,减少信息遗漏,写出更清晰、经得起他人阅读的内容。
✎ 写文档、方案或技术规格时容易思路散、信息漏,它用结构化共著流程帮你高效传递上下文、反复打磨内容,还能从读者视角做验证。
内部沟通
by anthropics
按公司常用模板和语气快速起草内部沟通内容,覆盖 3P 更新、状态报告、领导汇报、项目进展、事故复盘、FAQ 与 newsletter,适合需要统一格式的团队沟通场景。
✎ 按公司偏好的模板快速产出状态汇报、领导更新和 FAQ,既省去反复改稿,也让内部沟通更统一、更专业。
平面设计
by anthropics
先生成视觉哲学,再落地成原创海报、艺术画面或其他静态设计,输出 .png/.pdf,强调构图、色彩与空间表达,适合需要高完成度视觉成品的场景。
✎ 做海报、插画或静态视觉稿时,用它能快速产出兼顾美感与版式的PNG/PDF成品,原创设计更省心,也更适合规避版权风险。
相关 MCP 服务
by nirholas
免费的加密新闻聚合 MCP,汇集 Bitcoin、Ethereum、DeFi、Solana 与 altcoins 资讯源。
by ProfessionalWiki
让 Large Language Model 客户端无缝连接任意 MediaWiki 站点,可创建、更新、搜索页面,并通过 OAuth 2.0 安全管理内容。
by transloadit
借助 86+ 个云端 media processing robots,处理视频、音频、图像和文档。