infographic
Generate high-density infographics with structured layout and style choices and bundled generation tooling. Use when the user asks to create an infographic, a visual summary, or a dense single-page information graphic.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/632657122/infographicInfographic Generation (infographic)
Reference Images (Important)
If you use reference images (image-to-image / series reference / consistency refs):
- Reference images must be public URLs.
- HTTPS is strongly recommended.
http://may work but is insecure and can be blocked by some networks.- Local file paths and
data:URLs are not supported by the WeryAI gateway.
This skill turns complex source material into a single high-density infographic.
Maintain the layout and style mapping when the bundled generation runtime updates, and re-check recent runtime behavior if a newer version changes prompt handling.
Script:
scripts/scaffold.tsscripts/build-prompt.tsscripts/build-batch.ts
Safety & Scope
- Network: This skill calls the WeryAI gateway over HTTPS (
https://api.weryai.com). - Auth: Uses
IMAGE_GEN_API_KEY. The key is never printed. It may be persisted only when you explicitly runnpm run setup -- --persist-api-key. - Reference images: Must be public URLs (
https://recommended).http://may work but is insecure. Local file paths anddata:URLs are rejected. - No arbitrary shell: The generation runtime does not execute arbitrary shell commands.
- Files written: Output images and optional local config under
.image-skills/infographic/(project) and/or~/.image-skills/infographic/(home).
Use Cases
- high-density information graphics
- visual summaries
- data relationship graphics
- process posters
- content that needs to be explained in one image
Not a good fit for:
- a single article cover image
- multi-card RedNote content
- a sequential comic narrative
Core Dimensions
layout: the information structurestyle: the visual language
See:
- references/analysis-framework.md
- references/structured-content-template.md
- references/layouts-and-styles.md
- references/prompt-template.md
Commands
| Script | Purpose |
|---|---|
scripts/scaffold.ts | Initialize analysis.md, structured-content.md, and prompts |
scripts/build-batch.ts | Generate batch.json from prompt variants |
scripts/build-prompt.ts | Build final prompt from structured-content.md |
npm run generate | Generate the infographic |
./scripts/vendor/compression-runtime/scripts/main.ts | Compress output for delivery |
Workflow
Step 1: Initialize Working Files
Create the working directory and starter files:
${BUN_X} {baseDir}/scripts/scaffold.ts \
--output-dir infographic/topic-slug \
--topic "Topic name" \
--lang en
This creates:
analysis.mdstructured-content.mdprompts/infographic.md
Step 2: Understand the Source
Extract:
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-632657122-infographic": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
rednote-images
Generate RedNote image series with structured style and layout choices and bundled generation tooling. Use when the user asks to create RedNote image cards, RedNote cover cards, or social infographic series.
character-image-generator
Generate character design images, original character art, OC portraits, character sheets, and hero concept art. Use when the user asks for a character design, OC, character portrait, fantasy character, anime character, or original persona image.
cover-image
Generate article cover images with structured dimensions and bundled generation tooling. Use when the user asks to create a cover image, article cover, blog header, newsletter hero image, or banner-style key visual.
comic
Generate educational or narrative comic pages with structured art, tone, layout, and language decisions and bundled generation tooling. Use when the user asks to create a knowledge comic, tutorial comic, biography comic, educational comic, or a multi-page comic sequence.