← 返回 Skills 市场
Bytesagain Mindmap
作者
loutai0307-prog
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install bytesagain-mindmap
功能描述
Generate ASCII mind maps from indented text outlines to visualize hierarchies and structures directly in the terminal or export as Markdown.
使用说明 (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.0python3>= 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 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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bytesagain-mindmap - 安装完成后,直接呼叫该 Skill 的名称或使用
/bytesagain-mindmap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Restored skill with improvements
元数据
常见问题
Bytesagain Mindmap 是什么?
Generate ASCII mind maps from indented text outlines to visualize hierarchies and structures directly in the terminal or export as Markdown. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Bytesagain Mindmap?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bytesagain-mindmap」即可一键安装,无需额外配置。
Bytesagain Mindmap 是免费的吗?
是的,Bytesagain Mindmap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bytesagain Mindmap 支持哪些平台?
Bytesagain Mindmap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bytesagain Mindmap?
由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.0。
推荐 Skills