article-illustrator
Insert scrapbook-style illustrations into articles using image generation (GLM or OpenRouter). 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", "insert illustrations".
Why use this skill?
Enhance your markdown articles with unique, hand-crafted scrapbook illustrations. Automatically generate and insert visuals using GLM or OpenRouter.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chunhualiao/scrapbook-illustratorWhat This Skill Does
The article-illustrator skill is a sophisticated tool designed to enhance textual content by inserting hand-crafted, scrapbook-style illustrations. By analyzing your article's thematic structure, the agent identifies optimal insertion points—typically after major H2 headings or logical transitions—to create a visually engaging narrative flow. It supports high-quality image generation via either the Zhipu AI (GLM) platform or OpenRouter, ensuring that visuals are contextually relevant and stylistically consistent with a scrapbook aesthetic.
Installation
To integrate this capability into your OpenClaw environment, use the following command:
clawhub install openclaw/skills/skills/chunhualiao/scrapbook-illustrator
Ensure you have configured your API keys by adding your GLM_API_KEY or OPENROUTER_API_KEY to your environment variables or the ~/.openclaw/config.json file. The skill automatically detects the provider, favoring GLM if both are present.
Use Cases
This skill is perfect for bloggers, technical writers, and content creators looking to transform dense markdown articles into visually appealing blog posts. It is particularly useful for:
- Adding depth to long-form editorial pieces.
- Creating thematic visuals for educational tutorials.
- Enhancing presentation decks based on written reports.
- Boosting engagement for social media content by adding illustrative flair to text-heavy posts.
Example Prompts
- "I have a long-form article about sustainable living here, can you illustrate this article with 4 images in English?"
- "Add images to this article about space exploration, please use a landscape orientation and generate 3 illustrations in Chinese."
- "Generate pictures for this post about coding best practices; make sure the text in the images is in English."
Tips & Limitations
- Word Count: The skill works best with articles over 200 words. If your content is shorter, the agent will prompt you to confirm if you want to proceed.
- Language Selection: Always specify the desired language for image text. The agent will not infer this, ensuring your final output matches your target audience perfectly.
- Orientation: Choose between portrait (1088x1920) or landscape (1920x1088) based on where you intend to display the content (e.g., mobile vs. desktop).
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chunhualiao-scrapbook-illustrator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api
Related Skills
task-runner
Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.
git-repo-to-book
Write a full-length technical book using multi-agent AI orchestration. Spawns parallel research, writing, and review agents to produce 60K-100K+ word manuscripts. Also supports revising individual chapters of existing books. Based on the real workflow that produced an 88,000-word, 14-chapter book in under 18 hours.
claude-usage
Check Claude Max plan usage limits by launching Claude Code and running /usage. Use when the user asks about Claude plan usage, remaining quota, rate limits, or sends /claude_usage.
skill-engineer
Design, test, review, and maintain agent skills for OpenClaw systems using multi-agent iterative refinement. Orchestrates Designer, Reviewer, and Tester subagents for quality-gated skill development. Use when user asks to "design skill", "review skill", "test skill", "audit skills", "refactor skill", or mentions "agent kit quality".
deepwiki
Query DeepWiki MCP to get AI-grounded answers about any public GitHub repository. Use when answering questions about a repo's source code, architecture, configuration, or internals. Triggers on "how does X work in <repo>", "deepwiki", "look up in codebase", "ask deepwiki", "check the source code".