← Back to list

image-generation
by Mandalorian007
Custom Discord Bot just for ThunderClap Gaming Community
⭐ 0🍴 0📅 Jan 3, 2026
SKILL.md
name: Image Generation description: Generate images using OpenAI's GPT Image model. Use for creating images from text prompts. Keywords: image, generate, openai, gpt-image, dalle, picture, art, create.
Image Generation
AI image generation powered by OpenAI's GPT Image model (chatgpt-image-latest).
Variables
- IMAGE_GEN_CLI_PATH:
.claude/skills/image-gen/image_gen_cli/
Instructions
Run from IMAGE_GEN_CLI_PATH:
cd .claude/skills/image-gen/image_gen_cli/
uv run img --help # Discover all commands
uv run img generate --help # Image generation options
uv run img emojify --help # Discord emoji conversion
Naming Convention
Images and emojis follow a strict naming convention:
| Type | Format | Example |
|---|---|---|
| Source images | word_word.png (underscores) | town_guard.png |
| Discord emojis | word-word.png (hyphens) | town-guard.png |
Rules:
- Names must have at least 2 words
- Source images use underscores (
_) - Emoji versions use hyphens (
-) - The
emojifycommand auto-converts naming
Rules
- Requires OPENAI_API_KEY - must be set in environment or .env
- Cost aware - high quality + large size = more tokens = higher cost
- Discord emoji limits - 128x128px recommended, 256KB max file size
Troubleshooting
- "OPENAI_API_KEY not found": Add
OPENAI_API_KEY=sk-...to .env - "Rate limit exceeded": Wait and retry, or upgrade API tier
- Emoji too large: Use
--max-sizeto target smaller file size
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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