← Back to Skills Marketplace
loutai0307-prog

Bytesagain Mindmap

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-mindmap
Description
Generate ASCII mind maps from indented text outlines to visualize hierarchies and structures directly in the terminal or export as Markdown.
README (SKILL.md)

mindmap

Text Mind Map Generator — Transform plain outlines and bullet lists into beautiful ASCII tree diagrams. Visualize your ideas, document structures, and hierarchies directly in the terminal.

Commands

Command Description Example
create Generate ASCII mind map from text input `create "Project\
Frontend\
React\
Backend\
Node"`
view Read a text file and render as mind map view outline.txt
export Render and output as Markdown code block export outline.txt

Usage

# From a string (use \
 for newlines)
bash script.sh create "Root\
  Branch A\
    Leaf 1\
    Leaf 2\
  Branch B"

# From a file
bash script.sh view my-outline.txt

# Export as Markdown
bash script.sh export my-outline.txt > mindmap.md

# Pipe from stdin
cat outline.txt | bash script.sh view -

Input Format

Use indentation (spaces or tabs) to define hierarchy. The first non-empty line is the root node.

My Project
  Frontend
    React
      Components
      Hooks
    CSS
      Tailwind
  Backend
    Node.js
    PostgreSQL
  DevOps
    Docker
    CI/CD

Requirements

  • bash >= 4.0
  • python3 >= 3.7
  • No external packages required (uses only stdlib)

Examples

$ bash script.sh create "Learning Python\
  Basics\
    Variables\
    Functions\
  OOP\
    Classes\
    Inheritance\
  Libraries\
    NumPy\
    Pandas"

Learning Python
├── Basics
│   ├── Variables
│   └── Functions
├── OOP
│   ├── Classes
│   └── Inheritance
└── Libraries
    ├── NumPy
    └── Pandas
$ bash script.sh export outline.txt

```mindmap
My Project
├── Frontend
│   ├── React
│   └── CSS
└── Backend
    └── Node.js
Usage Guidance
This skill appears coherent and low risk: it contains a small bash wrapper that invokes an embedded Python renderer to print ASCII mind maps from local input. Before running, ensure you have bash and python3 installed, and review the script if you prefer (it contains no network calls or secret access). As with any third‑party script, avoid piping untrusted data that may contain sensitive content, and run it in a controlled environment if you are concerned about provenance.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-mindmap Version: 1.0.0 The skill is a legitimate utility for generating ASCII mind maps from indented text. The implementation in `scripts/script.sh` uses an embedded Python script to process input and lacks any indicators of data exfiltration, network activity, or unauthorized file access.
Capability Assessment
Purpose & Capability
Name/description (ASCII mind maps from indented outlines) matches the included script and SKILL.md. The files only provide a local renderer (bash wrapper + embedded Python) and no unrelated capabilities are requested.
Instruction Scope
SKILL.md commands (create, view, export) correspond directly to script behavior. The script only reads stdin or local files (or inline text), parses indentation, and prints output; it does not access other system paths, environment variables, or external endpoints.
Install Mechanism
No install specification — this is an instruction-only skill with an included script. Nothing is downloaded or written to disk by an installer; the risk surface is limited to running the provided script locally.
Credentials
No environment variables, credentials, or config paths are required. The SKILL.md notes runtime requirements (bash, python3) which the script legitimately needs; the script does not read other env vars or secret material.
Persistence & Privilege
always is false and the skill does not modify agent/system configuration or request persistent privileges. It runs on demand and does not attempt autonomous persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-mindmap
  3. After installation, invoke the skill by name or use /bytesagain-mindmap
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Restored skill with improvements
Metadata
Slug bytesagain-mindmap
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Bytesagain Mindmap?

Generate ASCII mind maps from indented text outlines to visualize hierarchies and structures directly in the terminal or export as Markdown. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Bytesagain Mindmap?

Run "/install bytesagain-mindmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Mindmap free?

Yes, Bytesagain Mindmap is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Mindmap support?

Bytesagain Mindmap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Mindmap?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments