← 返回 Skills 市场
xueyetianya

ascii-mindmap

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
170
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ascii-mindmap
功能描述
Generate and display ASCII tree diagrams from indented text outlines to visualize ideas and hierarchies in the terminal.
使用说明 (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
安全使用建议
This skill is self-contained and appears safe: it embeds a Python renderer inside a bash script that only reads files or stdin you give it and prints ASCII/Markdown. Before running: (1) inspect the script (it's included) to confirm it matches what you expect, (2) avoid piping sensitive files you don't want displayed, and (3) ensure you have bash and python3 installed. There is no network activity or credential access in the provided files.
功能分析
Type: OpenClaw Skill Name: ascii-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 a clean, embedded Python script to handle the tree logic and rendering, with no external dependencies, network activity, or suspicious file system access.
能力评估
Purpose & Capability
Name/description match the included script. The SKILL.md and script require only bash and python3 to render indented outlines as ASCII/Markdown; there are no unexpected binaries, env vars, or services requested.
Instruction Scope
Runtime instructions and the script stay within scope: they read either a provided file or stdin or inline text, parse indentation, and render a tree. The script does not access unrelated system paths, environment variables, or external endpoints.
Install Mechanism
No install spec is provided and the skill is instruction-only with a single included script. Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
The skill declares no required env vars or credentials and the script does not read secrets or credential-like environment variables. It only uses arguments, files, and stdin supplied by the user.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify system or other-skill configuration. Autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ascii-mindmap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ascii-mindmap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug ascii-mindmap
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ascii-mindmap 是什么?

Generate and display ASCII tree diagrams from indented text outlines to visualize ideas and hierarchies in the terminal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 ascii-mindmap?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ascii-mindmap」即可一键安装,无需额外配置。

ascii-mindmap 是免费的吗?

是的,ascii-mindmap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ascii-mindmap 支持哪些平台?

ascii-mindmap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ascii-mindmap?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论