Bytesagain Charts

v1.0.0

Generate beautiful ASCII and HTML charts from data (CSV/JSON). 支持数据可视化、自动生成条形图、折线图及饼图。Use when analyzing performance trends, creating terminal dashboards, or...

1· 58·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 say 'generate ASCII and HTML/SVG charts from CSV/JSON'. The repository provides bash scripts and an embedded Python SVG generator that implement exactly that. Required tools (bash, python3) match the stated requirements. No extra credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scripts (chart.sh / script.sh). Those scripts operate on user-supplied data (CSV/JSON or inline label:value strings), create SVG/html outputs and terminal charts, read CSV files you pass, and write files. They do not access other system credentials or external endpoints. Note: the scripts create a data directory (default ${XDG_DATA_HOME:-$HOME/.local/share}/chart-generator) and a history.log there — this is expected but persistent.
Install Mechanism
No install spec; this is instruction+scripts only. Nothing is downloaded or extracted at install time. Runtime uses only local bash and python3, so install risk is low.
Credentials
No required environment variables, no credentials or secret-looking vars. The scripts respect CHART_DIR/XDG_DATA_HOME for storage location (reasonable), and otherwise only rely on standard shell variables. No unrelated cloud keys or tokens are requested.
Persistence & Privilege
always:false and no autonomous privilege escalation. The skill writes generated charts to the working directory (chart_*.svg) and stores usage history under a per-user data dir (~/.local/share/chart-generator by default). This is normal for a CLI generator but is persistent state on disk.
Assessment
This skill appears coherent and local: it requires bash (4+) and python3, and its scripts produce terminal charts and SVG/HTML files. Before using: 1) Inspect the scripts (they're included) if you want to confirm behavior — they create files (chart_*.svg) in the working directory and a history.log under ~/.local/share/chart-generator (or CHART_DIR). 2) There are no network calls or secret accesses in the code, so data stays on your machine. 3) Be aware the scripts contain some minor shell-code issues (e.g., non-portable/broken arithmetic expressions) that could cause runtime errors — not a security red flag but may cause commands to fail. 4) If you intend to run the skill in a high-security environment, run it in a sandbox or test account first and/or change CHART_DIR to a directory you control.

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

latestvk974r977f2n27vfm1jmymmpgan83p1gp

License

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

Comments