← Back to Skills Marketplace
cloudcba

data-visualization

by 船长的虾 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install data-visualization-cloud
Description
AI智能数据可视化;支持多种图表类型(柱状图、折线图、饼图、散点图、直方图、箱线图、小提琴图、面积图、热力图、平行坐标图、旭日图等),根据数据特征自动分析并推荐最佳图表组合,生成精美交互式HTML仪表板
README (SKILL.md)

数据可视化Skill

任务目标

  • 本Skill用于:AI智能分析数据特征,自动推荐最佳图表组合,生成精美的交互式HTML可视化仪表板
  • 能力包含:智能数据分析、多种图表类型支持(柱状图、折线图、饼图、散点图、直方图、箱线图、小提琴图、面积图、热力图、平行坐标图、旭日图等)、自动图表推荐、综合仪表板生成
  • 触发条件:用户需要将数据可视化展示、不确定用什么图表类型、需要快速生成专业可视化效果

前置准备

  • 依赖说明:
    plotly
    pandas
    numpy
    

操作步骤

  1. 数据准备与分析

    • 用户提供数据(可以是表格数据、CSV格式或结构化数据)
    • AI智能分析数据特征(数据类型、维度、关系、相关性等)
    • AI根据数据特征自动推荐最合适的图表类型组合
  2. 图表生成

    • 调用 scripts/generate_chart.py 生成交互式HTML可视化仪表板
    • AI自动选择最佳图表类型(支持10+种图表类型)
    • 所有图表统一展示在一个美观的页面中
  3. 输出与优化

    • 生成单个HTML文件,包含多种交互式图表
    • 支持鼠标悬停、缩放、平移等交互功能
    • 响应式设计,适配不同屏幕尺寸

资源索引

注意事项

  • AI会自动分析数据特征并推荐最佳图表组合
  • 支持的图表类型:柱状图、折线图、饼图、散点图、直方图、箱线图、小提琴图、面积图、热力图、平行坐标图、旭日图等
  • 图表类型选择基于数据特征(数值列数量、分类列数量、数据分布、相关性等)
  • 图表支持缩放、平移等交互操作
  • 生成最多15个图表,按优先级排序

使用示例

示例1:AI自动分析并生成仪表板

  • 功能说明:AI分析数据特征,自动推荐并生成最佳图表组合
  • 执行方式:AI智能分析+脚本自动生成
  • 示例命令:python scripts/generate_chart.py --input sales.csv --output dashboard.html
  • 输出内容:单个HTML文件,包含AI推荐的多种图表(柱状图、折线图、饼图、散点图、热力图等)

示例2:支持的图表类型

  • 柱状图:类别对比、值计数分布
  • 折线图:时间序列趋势分析
  • 饼图:占比分析
  • 散点图:变量相关性分析
  • 直方图:数值分布分析
  • 箱线图:数据分布差异对比
  • 小提琴图:分布密度展示
  • 面积图:趋势变化可视化
  • 热力图:相关性矩阵展示
  • 平行坐标图:多维度数据展示
  • 旭日图:层级数据分析
Usage Guidance
This skill appears to be a straightforward local data-visualization tool. Before installing/running it: 1) review the full scripts/generate_chart.py to confirm there are no network calls or unexpected behaviors (the provided excerpt shows none, but the file is truncated in the manifest), 2) run it in a sandbox or with non-sensitive example data first, and 3) ensure the listed Python dependencies (plotly, pandas, numpy) come from your trusted package sources. If you plan to feed sensitive data, confirm the script does not transmit data externally and consider running it offline.
Capability Analysis
Type: OpenClaw Skill Name: data-visualization-cloud Version: 1.0.0 The skill bundle is a legitimate data visualization tool that uses Plotly, Pandas, and Numpy to generate interactive HTML dashboards from CSV or Excel files. Analysis of `scripts/generate_chart.py` shows standard data processing and visualization logic without any evidence of data exfiltration, malicious execution, or obfuscation. The instructions in `SKILL.md` are consistent with the stated purpose and do not contain any prompt-injection attacks or unauthorized commands.
Capability Assessment
Purpose & Capability
Name/description (智能数据可视化) match the included artifacts: SKILL.md describes using plotly/pandas/numpy and the repository contains a Python script to read CSV/Excel, analyze data, recommend charts and build an HTML dashboard — all expected for this purpose.
Instruction Scope
SKILL.md directs the agent to analyze user-provided tabular data and run scripts/generate_chart.py to produce an HTML dashboard. That scope is appropriate; note the script reads arbitrary input files supplied by the user (expected) — review inputs for sensitive content before sending them to the skill.
Install Mechanism
There is no install spec; dependencies are standard Python packages (plotly, pandas, numpy) declared in SKILL.md. No arbitrary downloads, external installers, or archive extraction are used.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The script operates on local input files only, so requested access is proportional to the stated functionality.
Persistence & Privilege
Flags show normal behavior (always:false, agent can invoke autonomously). The skill does not request persistent elevated privileges or modify other skills; nothing indicates it will alter system/agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install data-visualization-cloud
  3. After installation, invoke the skill by name or use /data-visualization-cloud
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the data-visualization skill for AI-powered data analysis and automated chart recommendations. - Supports 10+ chart types, including bar, line, pie, scatter, histogram, box, violin, area, heatmap, parallel coordinates, and sunburst. - Automatically analyzes data features and suggests optimal chart combinations for interactive HTML dashboards. - Generates a single, responsive HTML file with multiple interactive charts and user-friendly features like zoom and pan. - Relies on plotly, pandas, and numpy; usage involves a simple script and works with various tabular data formats.
Metadata
Slug data-visualization-cloud
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is data-visualization?

AI智能数据可视化;支持多种图表类型(柱状图、折线图、饼图、散点图、直方图、箱线图、小提琴图、面积图、热力图、平行坐标图、旭日图等),根据数据特征自动分析并推荐最佳图表组合,生成精美交互式HTML仪表板. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install data-visualization?

Run "/install data-visualization-cloud" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is data-visualization free?

Yes, data-visualization is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does data-visualization support?

data-visualization is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created data-visualization?

It is built and maintained by 船长的虾 (@cloudcba); the current version is v1.0.0.

💬 Comments