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.
save-to-obsidian
Saves markdown content to remote Obsidian vault via SSH
openclaw-docker-setup
Install and configure a fully operational Dockerized OpenClaw instance on macOS from scratch. Includes browser pairing, Discord channel setup, and optional Gmail/Google Drive integration. Use when user asks to "install openclaw docker", "set up dockerized openclaw", "openclaw in docker", or "isolated openclaw instance".
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-releaser
Release skills to ClawhHub through the full publication pipeline — auto-scaffolding, OPSEC scan, dual review (agent + user), force-push release, security scan verification. Use when releasing a skill, preparing a skill for release, reviewing a skill for publication, or checking release readiness.