You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**imagenCN — Image Generation, Cloud-Native: one CLI, every image cloud.** The project started with China-friendly clouds and now covers international providers as well.
10
+
**imagencn — Image Generation, Cloud-Native: one CLI, every image cloud.** The project started with China-friendly clouds and now covers international providers as well.
11
11
12
12
A Claude Code / OpenClaw skill for AI image generation using Alibaba Cloud Bailian, ByteDance Volcano Ark, Tencent Hunyuan, Zhipu BigModel, StepFun, and Google Gemini APIs.
13
13
14
14
📋 **[Model Reference](https://agents365-ai.github.io/imagenCN/docs/models.html)** — browse all 31 models with pricing, resolution, and feature comparison.
Copy file name to clipboardExpand all lines: skills/imagencn/SKILL.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: imagenCN
2
+
name: imagencn
3
3
description: Multi-platform AI image generation via DashScope/Ark/Hunyuan/Zhipu/StepFun plus Google Gemini (international), specializing in Chinese text rendering and photorealistic images
**imagenCN — Image Generation, Cloud-Native: one CLI, every image cloud.** The project started with China-friendly clouds and now covers international providers as well.
16
+
**imagencn — Image Generation, Cloud-Native: one CLI, every image cloud.** The project started with China-friendly clouds and now covers international providers as well.
17
17
18
18
Generate images using Alibaba Cloud Bailian API. **Default endpoint is China region**.
19
19
@@ -43,7 +43,7 @@ When the user wants to compare models, check pricing, or browse options before
43
43
choosing, open the local model reference page in their browser:
44
44
45
45
```bash
46
-
open ~/.claude/skills/imagenCN/docs/models.html
46
+
open ~/.claude/skills/imagencn/docs/models.html
47
47
```
48
48
49
49
This page shows all 31 models across 6 platforms with pricing, resolution,
@@ -180,23 +180,23 @@ Editing models require an input image via `--image` (local path or URL). Omit `-
180
180
181
181
```bash
182
182
# Default model (qwen-image-2.0-pro, native 2K output)
183
-
python ~/.claude/skills/imagenCN/scripts/generate_image.py "A cute cat" output.png
183
+
python ~/.claude/skills/imagencn/scripts/generate_image.py "A cute cat" output.png
184
184
185
185
# Photorealistic with Wan model (Wan2.7 supports 4K)
186
-
python ~/.claude/skills/imagenCN/scripts/generate_image.py --model wan2.7-image-pro --size 4K "Realistic photo of mountains at sunset" photo.png
186
+
python ~/.claude/skills/imagencn/scripts/generate_image.py --model wan2.7-image-pro --size 4K "Realistic photo of mountains at sunset" photo.png
187
187
188
188
# Edit an existing image (requires --image; local path or URL)
189
-
python ~/.claude/skills/imagenCN/scripts/generate_image.py --model qwen-image-edit-max --image input.png "Change the background to a beach at sunset" edited.png
189
+
python ~/.claude/skills/imagencn/scripts/generate_image.py --model qwen-image-edit-max --image input.png "Change the background to a beach at sunset" edited.png
0 commit comments