Bytesagain Chart Generator
v1.0.1Generate ASCII bar, line, pie, and scatter charts from CSV or inline data in your terminal. Use when visualizing datasets, plotting trends, comparing values,...
⭐ 0· 75·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (ASCII charts from CSV/inline data) match the included script and its behavior. Required tools (bash, python3) are reasonable for this task. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the script limit actions to parsing inline strings or reading a user-provided file and rendering charts. The script only reads the file path you pass (via -f check + cat) and uses an environment variable (CHART_DATA) to pass data to Python; it does not access other system config, secrets, or external endpoints.
Install Mechanism
No install spec (instruction-only) and the repository only includes a small shell script and embedded Python snippets. There are no network downloads, package installs, or archive extraction steps.
Credentials
The skill does not request any environment variables, credentials, or config paths. It uses a temporary CHART_DATA env var internally to pass data between shell and Python, which is proportional to its functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or persist long-lived credentials. It behaves like a normal user-invoked utility.
Assessment
This skill appears coherent and safe for its stated purpose. Before running it, be aware that when you pass a filename the script will read that file (so do not pass sensitive files by accident). There is no installer provided — you may need to place the script on your PATH or run it directly; review the script locally if you want to confirm behavior before executing it. No network calls or secret access are performed by the code.Like a lobster shell, security has layers — review code before you run it.
latestvk97d65t18b7fqhgzjartzwend183vc2p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
