← 返回 Skills 市场
737
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install data-visualization-studio
功能描述
Create interactive and static data visualizations from datasets. Supports charts, graphs, dashboards, and statistical plots with multiple output formats (PNG...
使用说明 (SKILL.md)
Data Visualization Studio
Create professional data visualizations from raw data or existing datasets.
When to Use
- Creating charts and graphs from CSV, JSON, or database data
- Building interactive dashboards for data exploration
- Generating statistical plots and visual analytics
- Exporting visualizations in multiple formats (PNG, SVG, HTML, PDF)
- Creating publication-ready figures and reports
Quick Start
Basic Chart Creation
# Example: Create a simple bar chart
import pandas as pd
import matplotlib.pyplot as plt
data = pd.read_csv('data.csv')
plt.bar(data['category'], data['values'])
plt.savefig('chart.png', dpi=300, bbox_inches='tight')
Interactive Dashboard
# Example: Create interactive plot with Plotly
import plotly.express as px
df = pd.read_csv('data.csv')
fig = px.scatter(df, x='x_column', y='y_column', color='category')
fig.write_html('dashboard.html')
Supported Libraries
- Matplotlib: Static plots, publication-quality figures
- Plotly: Interactive visualizations, web dashboards
- Seaborn: Statistical graphics, beautiful default styles
- Bokeh: Interactive web plots, streaming data support
- Altair: Declarative visualization, Vega-Lite integration
Output Formats
- PNG/JPEG: High-resolution static images
- SVG: Scalable vector graphics for web/print
- HTML: Interactive web pages with embedded JavaScript
- PDF: Publication-ready documents
- JSON: Data export for further processing
Best Practices
- Data Preparation: Clean and validate data before visualization
- Color Schemes: Use accessible color palettes (avoid red-green)
- Labels: Always include clear axis labels and titles
- Resolution: Use appropriate DPI for intended use (72 for web, 300+ for print)
- File Size: Optimize file sizes for web delivery when needed
Advanced Features
- Animation: Create animated transitions and time-series visualizations
- Geospatial: Map-based visualizations with geographic data
- 3D Plots: Three-dimensional data representation
- Custom Styling: Brand-consistent themes and styling
- Real-time: Live updating visualizations from streaming data
References
For detailed examples and advanced usage patterns, see the bundled reference files:
references/chart-types.md- Complete catalog of supported chart typesreferences/styling-guide.md- Customization and branding guidelinesreferences/performance.md- Optimization for large datasets
安全使用建议
This skill appears coherent and implements what it claims: creating and exporting visualizations from local data. Before installing, ensure the runtime has the required Python libraries (pandas, plotly, matplotlib, seaborn and an image engine like kaleido or orca for static exports). Be aware that the skill reads local data files and writes output files—do not supply sensitive data you don’t want written to disk or potentially overwritten. If you run in a shared environment, confirm file paths to avoid accidental overwrites. If you need the skill to fetch remote data or install missing packages automatically, request those behaviors explicitly and review any future install steps or external URLs carefully.
功能分析
Type: OpenClaw Skill
Name: data-visualization-studio
Version: 1.0.0
The data-visualization-studio skill bundle is a legitimate tool for generating charts and dashboards using standard Python libraries like Pandas, Matplotlib, and Plotly. The core logic in `scripts/visualize_data.py` safely handles common data formats (CSV, JSON, Excel) and provides expected visualization functionality without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the included SKILL.md, reference docs, and the Python script which implements chart creation and export. The requested capabilities (reading data files and producing PNG/HTML/PDF/etc.) match the stated purpose; there are no unrelated credentials, binaries, or config paths required.
Instruction Scope
Runtime instructions are limited to loading data (CSV/JSON/XLSX/etc.), creating visualizations, and saving outputs. The SKILL.md examples and the script operate only on user-supplied data and output files; there are no instructions to read unrelated system files, environment secrets, or to transmit data to external endpoints.
Install Mechanism
This is instruction-only with no install spec. There is one bundled Python script that imports common visualization libraries (pandas, plotly, matplotlib, seaborn). No external download URLs or install actions are present. (Note: runtime requires those Python packages to be available, but the skill does not attempt to install them.)
Credentials
The skill declares no required environment variables, credentials, or config paths. The code imports os but does not read environment secrets. No disproportionate access to unrelated services or secrets is requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent platform privileges or modify other skills' settings. It is user-invocable and may be invoked autonomously (the platform default), which is expected for a utility skill of this kind.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install data-visualization-studio - 安装完成后,直接呼叫该 Skill 的名称或使用
/data-visualization-studio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Data Visualization Studio.
- Create interactive and static visualizations from datasets.
- Supports a wide range of chart types (charts, graphs, dashboards, statistical plots).
- Compatible with popular libraries: Matplotlib, Plotly, Seaborn, Bokeh, Altair.
- Export visualizations in multiple formats: PNG, SVG, HTML, PDF, JSON.
- Includes best practices and guidance for professional, publication-ready figures.
元数据
常见问题
Data Visualization Studio 是什么?
Create interactive and static data visualizations from datasets. Supports charts, graphs, dashboards, and statistical plots with multiple output formats (PNG... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 737 次。
如何安装 Data Visualization Studio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install data-visualization-studio」即可一键安装,无需额外配置。
Data Visualization Studio 是免费的吗?
是的,Data Visualization Studio 完全免费(开源免费),可自由下载、安装和使用。
Data Visualization Studio 支持哪些平台?
Data Visualization Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Data Visualization Studio?
由 zhuyu28(@zhuyu28)开发并维护,当前版本 v1.0.0。
推荐 Skills