Mindmap Generator for Openclaw

A professional AI tool that converts complex conversations, decisions, and project plans into visual mindmap PNGs delivered instantly to Telegram.

parasharnagle
v1.0.0
Feb 18, 2026
3
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mindmap-generator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install mindmap-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Mindmap Generator?

The Mindmap Generator is a specialized Chief of Staff tool designed for the Openclaw Skills ecosystem. It bridges the gap between abstract text and visual clarity by transforming meeting notes, morning briefings, and overwhelming task lists into structured, hierarchical diagrams. By utilizing Mermaid.js syntax and automated rendering, it provides a birds-eye view of any topic without requiring the user to leave their chat interface.

This skill is particularly effective for developers and project managers who need to decompose goals or visualize pros and cons during decision-making. Since the output is delivered as a high-quality PNG image, users can view their priorities inline on mobile or desktop, making Openclaw Skills an essential part of a streamlined professional workflow.

Mindmap Generator Use Cases

  • Visualizing morning briefings when dealing with three or more competing priorities.
  • Decomposing complex project goals into manageable hierarchical subtasks.
  • Performing decision analysis by mapping out pros, cons, and potential risks.
  • Converting messy meeting transcripts or voice notes into structured action maps.
  • Proactively organizing thoughts when a user expresses feeling overwhelmed by current workloads.

How Mindmap Generator Works

  1. The agent extracts a hierarchical tree structure from the user input, identifying the root topic and up to seven major categories.
  2. Content is formatted into Mermaid mindmap syntax using specific shapes for different node types like decisions or ideas.
  3. A rendering script executes the mermaid-cli to convert the text-based syntax into a polished PNG image.
  4. The skill utilizes the Telegram Bot API to send the image directly to the user chat session for immediate inline viewing.

Mindmap Generator Setup

To integrate this with your Openclaw Skills setup, ensure you have Node.js v18+ and the necessary binaries installed.

npm install -g @mermaid-js/mermaid-cli
# Ensure the rendering scripts are executable
chmod +x ./scripts/render_mindmap.sh ./scripts/send_telegram_photo.sh

You will also need a valid Telegram Bot API token and CHAT_ID configured in your environment to facilitate the image delivery.

Mindmap Generator Data Schema & Taxonomy

The skill organizes data into a hierarchical tree with a focus on mobile readability. It follows a strict taxonomy for node shapes and status indicators:

Element Description Shape/Symbol
Root Node The main topic or current date Circle (( ))
Categories Major branches (max 7) Rounded ( )
Action Items Specific tasks or nodes Square [ ]
Status Markers Progress indicators ✅, ⏳, ❌
Ideas Questions or open thoughts Cloud ) (
Risks Urgent or blocked items Bang )) ((

Mindmap Generator Advanced Features

  • Context-aware shape selection, using hexagons for decisions and clouds for open questions.
  • Automatic status prefixing to visually track completed, pending, or blocked tasks.
  • Robust fallback mechanism that generates Unicode box-drawing tree structures if PNG rendering encounters an error.
  • Mobile-optimized rendering theme specifically configured for high legibility within the Telegram interface.
  • Proactive intervention triggers that offer visualization help when detecting user stress or information overload through Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins nodenpx
Github Stars: 0
forks: 0

Featured*