infographic-creator

Generate infographics from plain text using AntV Infographic DSL.

5.7k|442|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/antvis/Infographic --skill infographic-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographic-creator
Source: https://github.com/antvis/Infographic/tree/main/.skills/infographic-creator
Command: npx skills add https://github.com/antvis/Infographic --skill infographic-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将文字内容快速转化为信息图,降低设计门槛,帮助非设计人员以可视化方式表达信息。

Core Features & Use Cases

  • 基于文本自动生成信息图:将输入文本映射到 Infographic 语法结构(template、data、theme),实现快速可视化。
  • 模板驱动、数据驱动:支持常用模板(list、chart、hierarchy 等)和主题样式,方便不同场景的可视化表达。
  • Use Case: 例如从产品需求描述或营销文案生成信息图用于演示或报告,减少手动绘制时间。

Quick Start

将输入文本转换为信息图,使用 Infographic 语法模板,提供 title、data、theme 等字段。

Frequently Asked Questions about infographic-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn plain text into an infographic for a presentation?

To turn plain text into an infographic, you map your content into the AntV Infographic syntax by specifying the template-name, data, and theme fields. The Skill then processes this syntax to automatically generate and export an SVG visualization.

Can I automatically generate data visualizations for dashboards from text?

Yes, you can generate data visualizations for dashboards by structuring your text into template-driven formats like list, chart, or hierarchy. The system uses the provided data and theme to render the final visual output.

What is the Infographic DSL and how does it work for text-to-infographic conversion?

The Infographic DSL is a syntax structure requiring template-name, data, and theme fields to define your visualization. It works by mapping plain text content into these predefined templates to automatically render and export SVG graphics.

Do I need design skills to use a template-driven infographic generator?

No design skills are needed because the template-driven approach lowers the design barrier for non-designers. You only need to provide the text content, select a template, and specify a theme to render the infographic.

What's the best way to convert marketing copy into a visual hierarchy for reports?

The best way to convert marketing copy into a visual hierarchy is by mapping the text into the hierarchy template using the Infographic syntax. This template-driven method reduces manual drawing time and outputs an SVG for your reports.

What are the limitations of using template-driven infographics for data visualization?

The main limitation of template-driven infographics is that visual output is constrained to predefined templates like list, chart, and hierarchy. Complex or highly customized layouts outside these templates are not supported by the current syntax.