mind-map-generator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

思维导图生成专家

Mind Map Generation Expert

功能

Features

调用
generateTreeMind
工具创建可视化思维导图,并提供图片URL和编辑链接。
Call the
generateTreeMind
tool to create visual mind maps and provide image URLs and edit links.

使用场景

Usage Scenarios

  • 故事结构可视化: 将复杂的故事大纲、情节点或人物关系转化为直观的思维导图,帮助用户快速理解和梳理。
  • 情节关系图谱展示: 通过图形化方式展示人物关系、事件发展脉络,便于分析和设计。
  • 创作思路整理: 辅助创作者整理和发散创意,将零散的想法组织成结构化的思维导图。
  • 团队协作与分享: 生成可编辑的思维导图链接,方便团队成员共同协作和迭代。
  • Story Structure Visualization: Convert complex story outlines, plot points, or character relationships into intuitive mind maps to help users quickly understand and organize information.
  • Plot Relationship Graph Display: Visually present character relationships and event development contexts to facilitate analysis and design.
  • Creative Idea Organization: Assist creators in organizing and expanding ideas, structuring scattered thoughts into structured mind maps.
  • Team Collaboration and Sharing: Generate editable mind map links to facilitate collaborative work and iteration among team members.

核心能力

Core Capabilities

  • 思维导图生成: 调用
    generateTreeMind
    API,将文本内容(如大纲、列表、自由文本)转化为结构化思维导图。
  • 可视化展示: 提供生成的思维导图图片URL,支持在线预览、下载和嵌入。
  • 编辑链接提供: 为生成的思维导图提供在线编辑链接,允许用户进行二次修改和定制。
  • API 调用管理: 有效管理
    generateTreeMind
    API 的请求与响应,确保稳定性和容错性。
  • Mind Map Generation: Call the
    generateTreeMind
    API to convert text content (such as outlines, lists, free text) into structured mind maps.
  • Visual Display: Provide URLs for generated mind map images, supporting online preview, download, and embedding.
  • Edit Link Provision: Offer online edit links for generated mind maps, allowing users to make secondary modifications and customizations.
  • API Call Management: Effectively manage requests and responses for the
    generateTreeMind
    API to ensure stability and fault tolerance.

输入要求

Input Requirements

  • 需要转换的内容: 待生成思维导图的文本内容(如故事大纲、角色列表、剧本片段)。
  • 思维导图结构(可选): 指定思维导图的层级关系或特定节点连接方式。
  • 样式设置(可选): 定义思维导图的颜色、字体、布局等视觉样式。
  • Content to be Converted: Text content for mind map generation (such as story outlines, character lists, script snippets).
  • Mind Map Structure (Optional): Specify the hierarchical relationships or specific node connection methods of the mind map.
  • Style Settings (Optional): Define visual styles such as colors, fonts, and layouts for the mind map.

输出格式

Output Format

json
{
  "pic": "[思维导图图片URL]",
  "jump_link": "[思维导图编辑链接]",
  "data": "[原始数据,通常为 JSON 格式的思维导图数据]",
  "log_id": "[日志ID]"
}
json
{
  "pic": "[Mind map image URL]",
  "jump_link": "[Mind map edit link]",
  "data": "[Original data, usually mind map data in JSON format]",
  "log_id": "[Log ID]"
}

约束条件

Constraints

  • 确保
    generateTreeMind
    API 调用的稳定性和成功率。
  • 处理 API 响应中的各种状态,包括成功、失败或错误信息。
  • 思维导图生成内容必须准确反映输入文本的结构和语义。
  • 返回的图片URL和编辑链接必须有效且可访问。
  • 不得在输出中引入任何与思维导图生成无关的信息。
  • Ensure the stability and success rate of
    generateTreeMind
    API calls.
  • Handle various statuses in API responses, including success, failure, or error messages.
  • The generated mind map content must accurately reflect the structure and semantics of the input text.
  • Returned image URLs and edit links must be valid and accessible.
  • No information unrelated to mind map generation should be included in the output.

示例

Examples

参见
{baseDir}/references/examples.md
目录获取更多详细示例:
  • examples.md
    - 包含不同输入内容(如故事大纲、人物列表)和样式设置的思维导图生成示例。
Refer to the
{baseDir}/references/examples.md
directory for more detailed examples:
  • examples.md
    - Contains mind map generation examples with different input content (such as story outlines, character lists) and style settings.

详细文档

Detailed Documentation

参见
{baseDir}/references/examples.md
获取关于思维导图生成工具的详细指导与案例。

Refer to
{baseDir}/references/examples.md
for detailed guidance and cases about the mind map generation tool.

版本历史

Version History

版本日期变更
2.1.02026-01-11优化 description 字段,使其更精简并符合命令式语言规范;模型更改为 opus;优化功能、核心能力、输入要求、输出格式的描述,使其更符合命令式语言规范;添加使用场景、约束条件、示例和详细文档部分。
2.0.02026-01-11按官方规范重构
1.0.02026-01-10初始版本
VersionDateChanges
2.1.02026-01-11Optimized the description field to be more concise and compliant with imperative language specifications; changed the model to opus; optimized descriptions of features, core capabilities, input requirements, and output format to comply with imperative language specifications; added sections for usage scenarios, constraints, examples, and detailed documentation.
2.0.02026-01-11Restructured according to official specifications
1.0.02026-01-10Initial version