📦 Bytesagain Charts — 数据图表

v1.0.0

一键把 CSV/JSON 变成 ASCII 或 HTML 条形图、折线图、饼图,终端也能看,性能趋势一目了然。

1· 102·1 当前·1 累计
by @xueyetianya (bytesagain4)
下载技能包
最后更新
2026/3/27
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files, runtime instructions, and requested resources are consistent with a local charting utility: it needs bash+python, writes SVG and history files under your home directory, and contains no network calls or secret access.
评估建议
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 i...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/27

Initial launch of the BytesAgain branded charts engine.

无害

安装命令

点击复制
官方npx clawhub@latest install bytesagain-charts
镜像加速npx clawhub@latest install bytesagain-charts --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库