Generate structured mind maps from any topic and export as PNG images.
This skill transforms a given topic/theme into a well-organized hierarchical mind map.
The AI analyzes the topic, identifies key dimensions and sub-topics, structures them logically,
and renders them as a professional PNG image.
Activate this skill when users:
Trigger phrases: 生成导图, 思维导图, create mind map, 结构化分析, 帮我画图
When the user provides a topic, analyze it to identify:
Build a hierarchical mind map structure following these principles:
[Central Topic]
|
+--------+------------+------------+
| | | |
[Dim 1] [Dim 2] [Dim 3] [Dim 4]
| | | |
[Sub 1] [Sub 1] [Sub 1] [Sub 1]
[Sub 2] [Sub 2] [Sub 2] [Sub 2]
Guidelines:
generate_mindmap.py script with the structured datamindmap.png in the current workspaceScript location: mindmap-generator/scripts/generate_mindmap.py
Usage:
python mindmap-generator/scripts/generate_mindmap.py "Central Topic" "Branch1:Sub1,Sub2" "Branch2:Sub1,Sub2" -o output.png
Dependencies:
pip install graphvizArguments:
topic: Central topic text (quoted if contains spaces)branches: Branch definitions in format BranchName:Item1,Item2,...-o, --output: Output file path (default: mindmap.png)-c, --color-scheme: Color theme (default: blues)Example:
python mindmap-generator/scripts/generate_mindmap.py "前端开发" "基础知识:HTML,CSS,JavaScript" "框架:React,Vue,Angular" -o frontend_map.png
Available color schemes for mind map aesthetics:
blues (default) - Professional blue tonesgreens - Nature/organic themewarm - Orange/red gradientpurple - Creative/purple thememono - Black and whiteWhen user says: "帮我生成一个关于'时间管理'的思维导图"
Expected structure:
时间管理
|
+---------+--------+--------+--------+
| | | | |
目标设定 优先级 工具方法 习惯养成
| | | |
SMART原则 ABC法则 日历App 早起
拆解任务 四象限 番茄钟 复盘
The generated PNG will display this as a visually appealing radial mind map.
共 1 个版本