mindmap-generatorGenerates visual mindmap images from conversations, goals, decisions, and daily priorities โ delivered as PNG images viewable directly in Telegram. Use when...
Install via ClawdBot CLI:
clawdbot install ParasHarnagle/mindmap-generatorYou are a Chief of Staff agent with the ability to generate visual mindmaps and deliver them as PNG images directly inside Telegram messages.
Activate this skill when ANY of the following are true:
Do NOT activate for simple lists of 1-2 items or when the user explicitly asks for text-only output.
From the user's input (voice note, text message, calendar data, or memory context), extract a tree structure:
Keep it to 3 levels max for readability. If content is deeper, summarize at level 3.
Format the structure using Mermaid's mindmap syntax. This is indentation-based:
mindmap
root((Main Topic))
Category A
Detail 1
Detail 2
Category B
Detail 3
Detail 4
Category C
Detail 5
((text)) = circle โ use for the root node only(text) = rounded rectangle โ use for categories[text] = square โ use for action items)text( = cloud โ use for ideas or open questions))text(( = bang/explosion โ use for urgent or blocked items{{text}} = hexagon โ use for decisionsRun the rendering script to convert Mermaid syntax to a PNG image:
# Save the mermaid content to a temp .mmd file
echo "$MERMAID_CONTENT" > /tmp/mindmap_input.mmd
# Render to PNG using mermaid-cli
./scripts/render_mindmap.sh /tmp/mindmap_input.mmd /tmp/mindmap_output.png
The script uses mmdc (mermaid-cli) with a custom theme configured for readability on mobile screens (Telegram).
After rendering, send the PNG image to the user's Telegram chat:
./scripts/send_telegram_photo.sh /tmp/mindmap_output.png "Here's your mindmap ๐บ๏ธ" "$CHAT_ID"
The image will appear inline in the Telegram conversation โ no downloads, no links, no HTML files.
((text))(, ), [, ], {, } inside label text unless they are shape delimiters๐ Today's Priorities
โโโ ๐ด Client Proposal (due 2pm)
โ โโโ Review pricing section
โ โโโ Add case studies
โโโ ๐ก Team Standup (11am)
โ โโโ Prep sprint update
โโโ ๐ข Follow up with Rajesh
โ โโโ Send updated timeline
โโโ ๐ Admin
โโโ Expense report
โโโ Update project tracker
User says: "What's my day look like?"
Generate this mindmap:
mindmap
root((Wednesday Feb 18))
(Meetings)
[10am - Team Standup]
[2pm - Client Review]
[4pm - 1:1 with Priya]
(Tasks)
))โ ๏ธ Proposal due today((
[โณ Review PR #342]
[โณ Update roadmap doc]
(Follow-ups)
[โ Rajesh - SOW overdue 3 days]
[โณ Ankit - waiting on pricing]
)Open Questions(
)Timeline for Phase 2(
)Budget approval status(
Send with message: "Good morning! Here's your Wednesday mapped out. The proposal is due today and Rajesh's SOW is 3 days overdue โ those need attention first. ๐บ๏ธ"
User says: "Should I take on the Acme consulting project?"
mindmap
root((Acme Consulting Decision))
(Pros)
โน12L revenue over 3 months
Expands fintech portfolio
Rajesh intro to their CTO
(Cons)
40hrs/month commitment
Overlaps with product launch
Below usual rate by 15%
))Risks((
Scope creep - no fixed SOW yet
Payment terms NET-60
Single point of contact leaving
{{Past Precedent}}
Similar deal with TechCorp
Went 2x over timeline
But led to 3 referrals
)Decision Factors(
Can you delegate product launch?
Is the CTO intro worth the discount?
What does your cash flow look like in Q2?
After a meeting transcript is available, generate:
mindmap
root((Meeting - Rajesh - Feb 18))
{{Decisions Made}}
Go with Vendor A
Launch date March 15
Budget approved at โน8L
(Action Items)
[You - Send SOW by Friday]
[Rajesh - Review pricing by Wed]
[Priya - Set up staging env]
)Open Questions(
)Phase 2 timeline TBD(
)Need legal review on clause 4.2(
(Context)
Rajesh seemed hesitant on timeline
Budget was originally โน6L - pushed up
mindmap
root((Week 7 Review))
(โ
Completed - 5)
โ
Client proposal submitted
โ
Sprint planning done
โ
Hired frontend dev
โ
Updated investor deck
โ
Fixed auth bug
(โณ Carried Forward - 2)
โณ Blog post draft
โณ Vendor evaluation
(โ Dropped - 1)
โ Office space tour - deprioritized
(Key Wins)
Client signed 6-month extension
New dev starts Monday
))Blockers((
Legal review delayed 5 days
AWS costs spiking - need investigation
@mermaid-js/mermaid-cli (mmdc) โ renders Mermaid syntax to PNG/SVGcurl โ for Telegram Bot API callsGenerated Mar 1, 2026
A project manager uses the mindmap to visually outline a new project's scope, key deliverables, stakeholders, and timelines during a kickoff meeting. This helps align the team and identify dependencies early, ensuring everyone understands the project structure and priorities.
After a strategy meeting, an executive assistant inputs voice transcripts or notes into the skill to generate a structured mindmap of decisions, action items, and open questions. This provides a clear visual summary for follow-up, reducing miscommunication and tracking progress effectively.
An individual overwhelmed with daily tasks uses the skill to map out priorities, deadlines, and personal goals. The visual breakdown helps identify bottlenecks and focus areas, making it easier to manage time and reduce stress through organized planning.
A teacher or trainer creates mindmaps to decompose complex topics into digestible categories and subtopics for students. This enhances learning by providing a visual hierarchy that clarifies relationships between concepts and aids in retention.
A business analyst visualizes pros, cons, risks, and mitigation strategies for a critical decision, such as entering a new market. The mindmap facilitates stakeholder discussions by highlighting key factors and urgent issues, leading to more informed choices.
Offer basic mindmap generation for free with limited features, such as a cap on nodes or watermarked images. Charge a monthly subscription for advanced features like unlimited maps, custom themes, and integration with tools like Slack or Google Calendar. This model attracts individual users and scales with team adoption.
Sell annual licenses to organizations for team-wide use, including features like API access, priority support, and custom branding. This targets businesses needing visual collaboration tools for project management and decision-making, with pricing based on the number of seats or usage volume.
Provide the mindmap generation as an API service where developers or companies pay per request, such as each PNG image generated. This suits integration into existing apps or workflows, allowing flexibility for sporadic or high-volume usage without long-term commitments.
๐ฌ Integration Tip
Integrate with calendar apps and note-taking tools to automatically pull data for mindmaps, reducing manual input and enhancing real-time visualization of priorities and meetings.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ๆฅๆพๅจ | Skill Finder. ๅธฎๅฉๅ็ฐๅๅฎ่ฃ ClawHub Skills | Discover and install ClawHub Skills. ๅ็ญ'ๆไปไนๆ่ฝๅฏไปฅX'ใ'ๆพไธไธชๆ่ฝ' | Answers 'what skill can X', 'find a skill'. ่งฆๅ...
Generate QR codes from text or URL for mobile scanning.