Csv Analyzer Cn
CSV数据分析工具。数据统计摘要、SVG图表生成、条件筛选、文件合并、数据清洗、格式转换(JSON/HTML/Markdown/SQL)、HTML分析报告。CSV analyzer with stats, SVG charts, filtering, merging, cleaning, format conve...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 318 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match included scripts and SKILL.md: tools for analysis, charting, filtering, merging, cleaning, conversion and HTML reports. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md prompts and the two scripts stick to CSV processing and report generation. One point to note: the embedded Python analyzer expects a file path via sys.argv or CSV_FILE environment variable, but the wrapper heredoc does not pass argv — so the behavior falls back to CSV_FILE. CSV_FILE is not declared in requires.env, creating a small inconsistency (functional bug/risk that the agent may rely on an undeclared env var).
Install Mechanism
No install spec or external downloads; this is instruction + script-only, so nothing is fetched from arbitrary URLs and no archives are extracted.
Credentials
The skill declares no required environment variables or credentials. The scripts optionally respect CSV_ANALYZER_CN_DIR and (in practice) may read CSV_FILE if present — CSV_ANALYZER_CN_DIR is reasonable for configuring data storage; CSV_FILE is not declared and should be considered optional/undeclared.
Persistence & Privilege
The skill is not always-enabled and runs only when invoked. It creates a data directory under $XDG_DATA_HOME or $HOME/.local/share/csv-analyzer-cn and writes history.log and data.log there — normal for a local tool, but it does persist data and logs on disk which may include user-provided CSV contents.
Assessment
This skill appears to do exactly what it claims: local CSV analysis and report generation with no network calls or secret access. Before installing: (1) be aware it will create and write files under ~/.local/share/csv-analyzer-cn (or $XDG_DATA_HOME) and keep history/logs — avoid using it on CSVs containing secrets you don't want saved; (2) note a small implementation quirk: the analyze subcommand's embedded Python expects a filename via sys.argv or the CSV_FILE env var but the wrapper doesn't pass argv, so you may need to set CSV_FILE or call the script with the correct invocation; (3) review the included scripts yourself if you need stronger assurance; (4) if you plan autonomous agent use, remember the skill can write files locally — consider running in an isolated environment for sensitive data.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download ziplatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
CSV Data Analyzer
CSV数据分析工具。数据统计摘要、SVG图表生成、条件筛选、文件合并、数据清洗、格式转换(JSON/HTML/Markdown/SQL)、HTML分析报告。CSV analyzer with stats, SVG charts, filtering, merging, cleaning, format conversion, HTML reports. 数据分析、数据清洗、可视化。Use when analyzing CSV data.
核心特点
🎯 精准 — 针对具体场景定制化输出 📋 全面 — 多个命令覆盖完整工作流 🇨🇳 本土化 — 完全适配中文用户习惯
命令速查
analyze analyze
chart chart
filter filter
merge merge
clean clean
convert convert
report report
专业建议
- ✅ 检查缺失值(空单元格、NULL、N/A)
- ✅ 检查重复行
- ✅ 统一日期格式(YYYY-MM-DD)
- ✅ 数字格式统一(去除货币符号、千分位)
- ✅ 文本修剪(去除首尾空格)
CSV Data Analyzer by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Commands
Run csv-analyzer-cn help to see all available commands.
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
