← Back to Skills Marketplace
sqlskills

SQL Dataviz

by SQLSkills · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
198
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sql-dataviz
Description
Convert SQL query results into production-grade visual charts including bar, line, pie, map, KPI, AI insights, and interactive HTML dashboards with base64 PN...
Usage Guidance
This package appears coherent and implements visualization features as described. Before installing: (1) Inspect scripts/install_deps.sh and requirements.txt and run inside a Python virtualenv or container to avoid polluting system packages. (2) Optional dependencies (geopandas, plotly, wordcloud, scipy) can require extra system libraries—only install what you need. (3) Review demo.py and any code that writes to disk so you know where cache/output files will be placed (examples use cache/ and output/). (4) If you plan to use interactive HTML/Canvas templates, note they may load external CDN resources (Chart.js) or require network access. (5) The repository uses placeholder support/contact links (example.com) — treat them as non-authoritative. Overall the skill is internally consistent; standard operational caution (run in isolated environment and review install scripts) is recommended.
Capability Analysis
Type: OpenClaw Skill Name: sql-dataviz Version: 1.0.1 The `sql-dataviz` skill bundle is a comprehensive and professional data visualization tool designed to convert SQL query results into a wide variety of charts (PNG and interactive HTML). The Python implementation in `charts/__init__.py` and `scripts/interactive_charts.py` utilizes standard, legitimate libraries such as `matplotlib`, `seaborn`, and `plotly` to generate visual reports. The installation script `scripts/install_deps.sh` and the `requirements.txt` file correctly manage standard data science dependencies without any suspicious remote fetches or unauthorized system modifications. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found; the entire bundle is well-documented and its behavior is strictly aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description align with included code and docs: charts implementation, demo, installation instructions, and references all implement visualization features (matplotlib/seaborn/plotly/wordcloud optional). There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md confines actions to installing Python deps, running demo scripts, generating PNG/HTML charts, and optional integration with other 'sql-*' skills. It does not instruct reading unrelated system files, requiring credentials, or transmitting data to unknown remote endpoints. Degraded mode is explicit and scoped.
Install Mechanism
There is no platform install spec embedded (instruction-only), but the bundle includes scripts/install_deps.sh and requirements.txt and asks users to run skillhub_install (platform installer) or pip. This is normal for Python skills; optional dependencies (geopandas, plotly, wordcloud, scipy) may require system libraries and larger downloads—review install_deps.sh and requirements.txt before running and use a virtualenv.
Credentials
The skill declares no required environment variables, no credentials, and no special config paths. The code and docs likewise don't reference secrets or external tokens. Optional features mention services (ArcGIS, Azure maps) only in the context of supported visual types, but no credentials are required by default.
Persistence & Privilege
Skill flags: always=false and normal autonomous invocation allowed (platform default). The skill writes output/cache files as expected for a visualization tool (cache/ and output/ examples) but does not request permanent system-wide privileges or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sql-dataviz
  3. After installation, invoke the skill by name or use /sql-dataviz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 修正协作工具名称,将“report-generator”统一为“sql-report-generator”以匹配实际 Skill 名称 - 数据分析流程示意图和协作流程文档细节微调,增强 Skill 协作关系说明 - 文档其余内容未变,功能和接口保持不变
v1.0.0
SQL Dataviz 1.0.0 - 新增数据可视化智能体 - 支持25+图表类型、6种预设主题 - 支持Plotly交互式HTML图表 - 内置Dashboard构建器,支持响应式布局
Metadata
Slug sql-dataviz
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is SQL Dataviz?

Convert SQL query results into production-grade visual charts including bar, line, pie, map, KPI, AI insights, and interactive HTML dashboards with base64 PN... It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.

How do I install SQL Dataviz?

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

Is SQL Dataviz free?

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

Which platforms does SQL Dataviz support?

SQL Dataviz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SQL Dataviz?

It is built and maintained by SQLSkills (@sqlskills); the current version is v1.0.1.

💬 Comments