Article → Knowledge Visual Notes

SkillDocs & knowledge

Long-form/review articles → knowledge visual note sets (3-5 images). Automatically extracts core logic, plans storyboards, and generates advanced image Prompts (4-module structure). Supports four styles: handwritten notes / mind maps / architecture diagrams / comparison matrices. Use when: 文章转知识笔记、知

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Article → Knowledge Visual Notes skill

What this skill tells your AI

The instructions your AI receives, as published by aaaaqwq/agi-super-team in skills/article-to-infographic/SKILL.md and read by ahel’s review.

将深度长文 / 测评 / 行业分析自动转化为 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-54
--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 测评文章为例:

# Step 1: 生成 Prompt
python3 ~/.openclaw/skills/article-to-infographic/scripts/plan_visual_notes.py \
  --article ~/articles/claude-fable-5-review.md \
  --style mixed \
  --count 4 \
  --output /tmp/fable5-visual/

# 输出: /tmp/fable5-visual/
#   frame-01-prompt.txt  — 神话与寓言的命名隐喻 (手写笔记)
#   frame-02-prompt.txt  — SWE-Bench Pro 80.3% 跑分矩阵 (对比矩阵)
#   frame-03-prompt.txt  — 编程/视觉/降级 三重能力拆解 (思维导图)
#   frame-04-prompt.txt  — 定价策略与战略判断 (架构图)

# Step 2: 接力生图
for i in 01 02 03 04; do
  python3 ~/.openclaw/skills/vectronode-image/scripts/vectronode_image.py generate \
    --prompt "$(cat /tmp/fable5-visual/frame-${i}-prompt.txt)" \
    --output /tmp/fable5-visual/images/frame-${i}.png \
    --size 1536x1024
done

与图像生图 Skill 接力

文章 .md / text
    │
    ▼
plan_visual_notes.py  ──→  prompts/   (中文摘要 + 英文 Prompt)
    │                        ├── frame-01-prompt.txt
    │                        ├── frame-02-prompt.txt
    │                        ├── frame-03-prompt.txt
    │                        └── frame-04-prompt.txt
    │
    ▼
vectronode_image.py   ──→  images/    (出图)
    │                        ├── frame-01.png
    │                        ├── ...
    │
    ▼
小红书 / 公众号 / 企业内参 配图

Prompt 注意事项

  • 必须纯英文:Midjourney / DALL-E / gpt-image-2 对英文排版支持最好
  • 中文文字用双引号标记"中文字符串"
  • 排版指令必须精确到坐标区域:Top-left / Center / Right column / Bottom
  • 强制生成文字:用 bold capital letters, READS:, TEXT MUST SAY:
  • 黑色笔迹 + 红色标注 + 蓝色批注:模拟手写笔记的多色笔迹
  • 避免纯白背景:用带纹理的纸张/白板/手机屏幕增加真实感

相关文档

文档内容
Prompt 模板完整 4 模块模板 + 各风格的变体
使用示例MarkItDown / Fable 5 等真实案例

Signals

GitHub stars
92
Forks
23
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
article-to-infographic
Source
github.com/aaaaqwq/agi-super-team