AI Infographic
Paste content from writing, reporting, or any text task and AI will understand the context and output an infographic plan.
AI Workspace
Generation History
⌘/Ctrl + ↵
Specify chart types, data sources, and palette/style to get better results
Preview
Skills Integration
These skills help you generate syntax, structures, and templates for infographics.
Create an HTML file that renders an infographic
Generate infographic syntax from descriptions
Generate custom structure designs
Generate custom item designs
Update the template library (for developers)
How to use
Claude Code
set -e VERSION=0.2.4 # Replace with the latest tag, e.g. 0.2.4 BASE_URL=https://github.com/antvis/Infographic/releases/download mkdir -p .claude/skills curl -L --fail -o skills.zip "$BASE_URL/$VERSION/skills.zip" unzip -q -o skills.zip -d .claude/skills rm -f skills.zip
Codex
# Replace <SKILL> with the skill name, e.g. infographic-creator # https://github.com/antvis/Infographic/tree/main/.skills/<SKILL> $skill-installer install https://github.com/antvis/Infographic/tree/main/.skills/infographic-creator