Generate illustrations for articles using scrapbook style. Use when the user wants to add images to an article, create illustrated content, or requests "illustrate this article", "add images to this article", "generate pictures for this post".
Transform articles into illustrated markdown with hand-crafted scrapbook style images.
Read the system prompt from references/scrapbook-prompt.md.
Using that system prompt, analyze the article and generate a JSON output with image descriptions:
{
"project_title": "项目标题 - 手工剪贴簿风格系列图",
"style": "实体手工剪贴簿(Physical Mixed-Media Scrapbook)",
"total_images": 3,
"images": [
{
"image_id": 1,
"title": "图片标题",
"description": "300-500字的连续画面描述...",
"insert_after": "文章中应该插入此图的段落标识"
}
]
}
For each image in the JSON, run:
python3 ~/.claude/skills/glm-image/scripts/generate.py "<description>"
Collect the generated image URLs and local paths.
Insert images into the article at appropriate positions using markdown format:

Return the complete markdown article with:
npx skills add ViffyGwaanl/article-illustrator下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Category:media-generate