article-to-infographic

article-to-infographic is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 144 tokens per session (1,818 once invoked), scanned A, original, MIT.

A planning tool that turns a long article or text into three to five visual-note plans. It extracts the main ideas, divides them into frames, and writes English prompts for styles such as mind maps, handwritten notes, architecture diagrams, and comparison grids.

In plain words
What is it for?
Use it to turn articles, reviews, and analyses into visual study notes, knowledge cards, mind maps, or infographic plans.
Why use it?
It removes the manual work of deciding what an article's images should contain and how the story should be split across them. It produces prompts for image generation, not the final images themselves.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the agi-super-team plugin — 194 skills, 1 agent shipped together

Good fit Use it to turn articles, reviews, and analyses into visual study notes, knowledge cards, mind maps, or infographic plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/article-to-infographic
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aAAaqwq/AGI-Super-Team --skill article-to-infographic
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 194 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for article-to-infographic

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/article-to-infographic/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/article-to-infographic)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/article-to-infographic"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/article-to-infographic/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for article-to-infographic

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/article-to-infographic"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/article-to-infographic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,818 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.01818
Opus 5 $0.00072 $0.00909
Sonnet 5 $0.00029 $0.00364
Haiku 4.5 $0.00014 $0.00182

Measured 6d ago against content hash 0a4ae8c28a15, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

article-to-infographic scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/plan_visual_notes.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/article-to-infographic/SKILL.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Article → Knowledge Visual Notes

将深度长文 / 测评 / 行业分析自动转化为 3-5 张高信息密度「视觉笔记图」的 Prompt 生成器。

核心能力

  1. 知识拆解:提取黄金标题、对标矩阵、核心逻辑、趋势演进
  2. 分镜规划:合理分配内容到 3-5 张图中
  3. 高阶 Prompt 生成:每张图 4 模块英文 Prompt
  4. 风格定制:支持手写笔记 / 思维导图 / 架构图 / 对比矩阵

触发词

知识笔记 / 文章转图 / 思维导图 / 视觉笔记 / 长文转图 / 知识卡片 / 文章可视化 / 生成笔记图 / article to infographic / knowledge note

使用方法

# 1. 从文章 Markdown 生成提示词套图
python3 ~/.openclaw/skills/article-to-infographic/scripts/plan_visual_notes.py \
  --article ~/articles/my-article.md \
  --style hand-written \
  --count 4 \
  --output ~/output/prompts/

# 2. 从纯文本输入
python3 ~/.openclaw/skills/article-to-infographic/scripts/plan_visual_notes.py \
  --text "$(cat article.txt)" \
  --style mixed \
  --output ~/output/

# 3. 生成 Prompt 后接力生图
python3 ~/.openclaw/skills/vectronode-image/scripts/vectronode_image.py generate \
  --prompt "$(cat ~/output/prompts/frame-01-prompt.txt)" \
  --output ~/output/images/frame-01.png \
  --size 1536x1024

参数

Flag 说明 默认
--article 文章文件路径
--text 纯文本输入
--style 视觉风格 (见下方) mixed
--count 图片数量 3-5 4
--output 输出目录 ./visual-notes/

四种视觉风格

风格 --style 视觉形态
手写笔记 hand-written 手机屏幕/纸张上的高密度手写图表,不同颜色笔迹
思维导图 mind-map 手绘感白板/平板思维导图,中心放射结构
架构/逻辑图 architecture 专业系统演算图,带批注和连接线
对比矩阵 comparison 高对比度参数对比表,重点标红
混合风格 mixed 自动为每张图选最优风格

分镜规划原则

图序 内容定位 风格倾向
图1 核心概念/黄金标题/定调 手写笔记/标题页
图2 核心竞争力/数据矩阵 对比矩阵/数据图表
图3 逻辑拆解/竞争分析 思维导图/双边对比
图4 趋势演进/成本分析/总结 架构图/手写红框总结
图5(可选) 金句/行动建议 手写笔记

Prompt 四模块结构

每个生成的 Prompt 严格包含:

[模块1] Main Description — 环境、视角、材质、光线
[模块2] Content & Layout — 精确的文字位置、排版层级、颜色
[模块3] Context & Environment — 真实感环境细节
[模块4] Quality & Style — 画质、风格、技术关键词

详见 Prompt 模板

工作流示例

以 Claude Fable 5 测评文章为例:

Read the full file on GitHub · 163 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 163 lines · 144 tokens per session scan A 0a4ae8c28a15

Subscribe to this mod's changes

article-to-infographic is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed yesterday), licensed MIT. It adds 144 tokens to every session and 1,818 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

loom-artifacts

Receive files from the CodexLoom Thread composer and publish generated images or files back to the Thread as managed artifacts. Use when a user message contains loomattachments; an attached document, data file, image, or archive must be read; or the Agent has produced a file that the user should preview or download.…

yan5xu/codexloom · 88 tokens

exploring-zero-resource-designs

Use when exploring zero resource designs is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens

framing-creative-challenge

Use when framing creative challenge is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 39 tokens

mutating-idea-genomes

Use when mutating idea genomes is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens

scoring-contextual-creativity

Use when scoring contextual creativity is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 39 tokens

using-denial-ladders

Use when using denial ladders is required during creativity work, especially when the result must be traceable, independently reviewable, and safe to hand to another agent.

Nolane-x/forge-os · 40 tokens