mind-map-generator

Generate visual mind maps from story outlines and character relationships via the generateTreeMind API.

410|79|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/VanGong1999/screen-creative-skills --skill mind-map-generator-vangong1999
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mind-map-generator
Source: https://github.com/VanGong1999/screen-creative-skills/tree/main/category/tools/mind-map-generator
Command: npx skills add https://github.com/VanGong1999/screen-creative-skills --skill mind-map-generator-vangong1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Screenwriters and content creators struggle to visualize complex story structures, character relationships, and plot developments from plain text, making it hard to communicate ideas and collaborate with teams. ## Core Features & Use Cases - Mind Map Generation: Calls the generateTreeMind API to convert text content such as story outlines, character lists, and plot structures into structured visual mind maps. - Image and Edit Links: Returns a picture URL for preview or download plus an online editing link for further customization and team collaboration. - Structured Data Output: Provides the raw hierarchical JSON data of the mind map along with a log ID for tracking and debugging. - Use Case: A screenwriter pastes a story synopsis about two rivals falling in love, and receives a five-element mind map covering genre, synopsis, character bios, relationships, and major plot points. ## Quick Start Generate a mind map from my story outline about a reborn heroine's revenge plot and give me the image URL and editing link.

Frequently Asked Questions about mind-map-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a mind map from a story outline?▼

Provide your story outline, character list, or plot summary as text input, and the skill calls the generateTreeMind API to produce a structured mind map. The response includes an image URL for viewing and an editing link for further customization.

What does the generateTreeMind API return?▼

The API returns a JSON object with four fields: pic (the mind map image URL), jump_link (an online editing link), data (the raw hierarchical node structure), and log_id (a request identifier for tracking and debugging).

Can I edit the mind map after it is generated?▼

Yes, each generated mind map includes a jump_link field containing an online editing URL. Open this link in a browser to modify nodes, adjust layout, and collaborate with team members on the same diagram.

What content types work best for mind map generation?▼

Story outlines, character relationship descriptions, and plot development summaries produce the best results. The bundled Python script supports story, characters, plot, analysis, and general content types with configurable depth and node limits.

What are the limitations of the mind map generator script?▼

The bundled script caps output at 5 levels of depth and 100 nodes by default, though both are configurable. It relies on regex-based parsing of Markdown-style headings and list markers, so unstructured free text may produce flatter hierarchies.