← Back to list

glm-image
by ViffyGwaanl
⭐ 5🍴 1📅 Jan 19, 2026
SKILL.md
name: glm-image description: Generate images using GLM-Image API. Use when the user wants to generate, create, or draw an image from a text prompt. Triggers on requests like "generate an image of...", "create a picture of...", "draw...", or any image generation request.
GLM-Image Generator
Generate images from text prompts using the GLM-Image API.
Usage
When user provides an image generation prompt:
- Run the generation script with the prompt
- Default size: 1088x1920 (portrait HD)
- Images save to
output/folder automatically - No watermark by default
- Return the image URL in markdown format
Generate Image
python3 ~/.claude/skills/glm-image/scripts/generate.py "<prompt>"
Options
--size: Image dimensions (default: 1088x1920). Valid range: 512-2048px, must be multiples of 32--output: Custom output path (default: output/)--quality: Image quality, "hd" or "standard" (default: hd)--watermark: Enable watermark (disabled by default)
Available Sizes
- 1088x1920 (default, portrait HD)
- 1920x1088 (landscape HD)
- 1280x1280 (square)
- 1568x1056, 1056x1568
- 1472x1088, 1088x1472
- 1728x960, 960x1728
Output Format
After successful generation, display:
- Local file path:
output/<timestamp>_<prompt>.png - Markdown image link:

Requirements
- GLM_API_KEY environment variable or config.json with api_key
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon