← 返回 Skills 市场
ratnaditya-j

csvglow

作者 Ratnaditya-J · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
334
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install csvglow
功能描述
Generate beautiful interactive HTML dashboards from CSV/Excel files with smart insights, auto-detected charts, correlations, and statistics.
使用说明 (SKILL.md)

csvglow

Generate a beautiful, interactive HTML dashboard from any CSV or Excel file. Auto-detects column types and relationships, generates smart multi-column insights, histograms, bar charts, cross-analysis crosstabs, time series, correlation heatmaps, scatter plots, and a sortable data table — all in a single self-contained HTML file with a dark gradient theme.

Use this skill when the user wants to:

  • Visualize a CSV or Excel file
  • Create a dashboard from tabular data
  • Explore or analyze a dataset visually
  • Generate charts from a spreadsheet
  • Get insights about their data

Usage

csvglow \x3Cfile>                       # Generate dashboard and open in browser
csvglow data.csv                     # CSV file
csvglow report.xlsx                  # Excel file
csvglow data.csv -o dashboard.html   # Custom output path
csvglow data.csv --no-open           # Don't auto-open browser

What it generates

  • Smart insights: Multi-column narrative analysis that cross-references metrics (e.g. "Gadget Y has the highest discount yet lowest revenue despite lowest cost — consider discontinuing")
  • Summary stats: Row count, column count, data types, missing values
  • Numeric columns: Histograms with stats sidebar (mean, median, std, quartiles, outlier count)
  • Categorical columns: Gradient bar charts of top values
  • Cross analysis: Automatic categorical x numeric crosstabs with overall mean lines
  • Date columns: Time series line charts with area fill
  • Correlation heatmap: Auto-detected correlations between numeric columns
  • Scatter plots: Auto-generated for highly correlated pairs (|r| > 0.7)
  • Data table: Sortable, filterable preview of first 1000 rows
  • Copy button: Each chart has a "Copy" button for pasting into slide decks

Notes

  • Output is a self-contained HTML file — no server, no CDN, works offline
  • Supports CSV, TSV, XLS, and XLSX files
  • Auto-detects delimiters and encodings
  • Large files (100k+ rows) are smart-sampled for visualizations while keeping full stats
  • Also available as an MCP server: csvglow --mcp
安全使用建议
This skill is a thin wrapper that expects you to have the csvglow CLI installed. Before installing or running it: 1) Verify the csvglow binary's source (prefer official releases, package managers, or signed releases on the GitHub repo) to avoid installing malicious binaries. 2) Do not run the '--mcp' or any server mode unless you understand and trust it — server mode may expose data over the network. 3) When generating dashboards, the tool will read local CSV/Excel files (as intended); avoid feeding sensitive or confidential data unless you trust the binary and its provenance. 4) If you want stronger assurance, inspect the upstream repo code and release artifacts or run the CLI in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: csvglow Version: 0.1.0 The skill bundle is benign. It describes a legitimate data visualization tool (`csvglow`) that generates HTML dashboards from CSV/Excel files. The `SKILL.md` clearly outlines its purpose and usage, requiring the `csvglow` binary to be present. There are no instructions for prompt injection against the agent, no signs of data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files. The skill's functionality involves local file processing, which is consistent with its stated purpose.
能力评估
Purpose & Capability
Name/description match the declared requirement: the skill simply delegates to a 'csvglow' CLI to generate HTML dashboards from CSV/Excel files. The required binary is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the csvglow CLI on user files and optionally open the generated HTML. That stays within the described purpose. One noteworthy instruction: csvglow has an '--mcp' (server) mode mentioned — running that would start a network service and could expose data beyond a local HTML output, so it expands the runtime scope and should be used with caution.
Install Mechanism
There is no install spec in the skill (instruction-only). That reduces surface risk in the skill itself, but it means the user/agent must obtain the csvglow binary externally. The SKILL.md/homepage points to a GitHub repo — verify releases and checksums before installing from third-party sources.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate for a local data-visualization CLI.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) but not an additional privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install csvglow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /csvglow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug csvglow
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

csvglow 是什么?

Generate beautiful interactive HTML dashboards from CSV/Excel files with smart insights, auto-detected charts, correlations, and statistics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。

如何安装 csvglow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install csvglow」即可一键安装,无需额外配置。

csvglow 是免费的吗?

是的,csvglow 完全免费(开源免费),可自由下载、安装和使用。

csvglow 支持哪些平台?

csvglow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 csvglow?

由 Ratnaditya-J(@ratnaditya-j)开发并维护,当前版本 v0.1.0。

💬 留言讨论