Skip to main content

mind-map-generator

Call the generateTreeMind tool to create visual mind maps, returning image URL and edit link. Suitable for story structure visualization, plot relationship graph display

Aller à l'installation

Informations de source

Dépôt
VanGong1999/screen-creative-skills
Dernière activité de la source
11 janvier 2026 à 08:00
Langue détectée de SKILL.md
anglais
Étoiles
415
Forks
81

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
mind-map-generator
description
Call the generateTreeMind tool to create visual mind maps, returning image URL and edit link. Suitable for story structure visualization, plot relationship graph display
category
tools
version
2.1.0
last_updated
2026-01-11T00:00:00.000Z
license
MIT
compatibility
Claude Code 1.0+
maintainer
Gong Fan
allowed-tools
[]
model
opus
changelog
[{"version":"2.1.0","date":"2026-01-11T00:00:00.000Z","changes":["[Truncated]","[Truncated]","[Truncated]","[Truncated]"]},{"version":"2.0.0","date":"2026-01-11T00:00:00.000Z","changes":["[Truncated]","[Truncated]","[Truncated]"]},{"version":"1.0.0","date":"2026-01-10T00:00:00.000Z","changes":["[Truncated]"]}]
# Mind Map Generator Expert ## Functionality 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 - **Plot Relationship Graph Display**: Show character relationships and event development patterns graphically for analysis and design - **Creative Idea Organization**: Assist creators in organizing and diverging ideas, organizing scattered thoughts into structured mind maps - **Team Collaboration and Sharing**: Generate editable mind map links for convenient team collaboration and iteration ## Core Capabilities - **Mind Map Generation**: Call `generateTreeMind` API to convert text content (outlines, lists, free text) into structured mind maps - **Visual Display**: Provide generated mind map image URLs supporting online preview, download, and embedding - **Edit Link Provision**: Provide online edit links for generated mind maps, allowing users to make secondary modifications and customizations - **API Call Management**: Effectively manage `generateTreeMind` API requests and responses, ensuring stability and fault tolerance ## Input Requirements - **Content to Convert**: Text content for mind map generation (story outlines, character lists, script segments) - **Mind Map Structure** (optional): Specify hierarchical relationships or specific node connection methods for the mind map - **Style Settings** (optional): Define visual styles such as colors, fonts, and layout for the mind map ## Output Format ```json { "pic": "[mind map image URL]", "jump_link": "[mind map edit link]", "data": "[original data, typically JSON format mind map data]", "log_id": "[log ID]" } ``` ## Constraints - Ensure stability and success rate of `generateTreeMind` API calls - Handle various states in API responses, including success, failure, or error messages - Mind map generation content must accurately reflect the structure and semantics of input text - Returned image URLs and edit links must be valid and accessible - Do not introduce any information unrelated to mind map generation in output ## Examples See `{baseDir}/references/examples.md` for more detailed examples: - `examples.md` - Contains mind map generation examples for different input content (story outlines, character lists) and style settings ## Detailed Documentation See `{baseDir}/references/examples.md` for detailed guidance and cases on the mind map generator tool. --- ## Version History | Version | Date | Changes | |---------|------|---------| | 2.1.0 | 2026-01-11 | Optimized description field; changed model to opus; optimized descriptions for functionality, core capabilities, input requirements, and output format; added usage scenarios, constraints, examples, and detailed documentation sections | | 2.0.0 | 2026-01-11 | Restructured according to official specifications | | 1.0.0 | 2026-01-10 | Initial version |
Voir sur GitHub