ascii-mindmap

v1.0.0

Generate and display ASCII tree diagrams from indented text outlines to visualize ideas and hierarchies in the terminal.

0· 60·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cm6fnwpesynxgbgs62c9m5583vwm8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments