← 返回 Skills 市场
sqlskills

SQL Report Generator

作者 SQLSkills · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sql-report-generator
功能描述
生成生产级SQL查询结果与图表报告,支持表格、矩阵、切片器、多格式导出及统计分析驱动的自动洞察建议。
安全使用建议
This package appears coherent and self-contained for generating reports from local data. Before installing: (1) run in an isolated Python virtualenv, install the listed dependencies and add 'scipy' if missing; (2) review the full code (especially any truncated files) for network calls or telemetry before running on sensitive data; (3) follow SKILL.md's guidance to manually review generated HTML/PDF outputs (sanitization, PII exposure) before sharing; (4) if you plan to link this with other skills (sql-master, sql-dataviz), check those skills' credential requirements and network behaviours — this report generator itself does not request credentials.
功能分析
Type: OpenClaw Skill Name: sql-report-generator Version: 1.0.1 The sql-report-generator skill bundle is a comprehensive and legitimate tool for creating data-driven reports and dashboards. The codebase consists of statistical analysis logic (scripts/ai_insights.py), a large library of industry-standard dashboard templates (scripts/dashboard_templates.py), and UI components for HTML report generation (scripts/interactive_components.py). The security review found no evidence of data exfiltration, malicious execution (such as eval/exec or unauthorized shell commands), or harmful prompt injection. The use of base64 encoding is strictly limited to embedding matplotlib-generated charts into HTML reports, and the dependencies listed in requirements.txt are standard data science libraries.
能力评估
Purpose & Capability
Name/description match included files: many dashboard templates, report-generation scripts, and an 'ai_insights' module that performs local statistical analysis. The requested resources (Python libs) align with the stated purpose; templates and examples all concern report/layout/chart generation.
Instruction Scope
SKILL.md instructs installing Python dependencies and running packaged Python modules to produce HTML/PDF/JSON reports and insights. The runtime instructions focus on report construction, exporting, and local analysis; they do not instruct the agent to read unrelated system files or send data to external endpoints. The SKILL.md even mandates review of outputs before delivery and forbids hand-writing insights for real data.
Install Mechanism
There is no formal install spec in the registry (instruction-only), and SKILL.md relies on a platform helper (skillhub_install) or pip. All source files are bundled in the skill. This is generally fine, but note the slight mismatch: requirements.txt omits 'scipy' while some examples and ai_insights.py import scipy.stats; SKILL.md lists scipy in manual install commands. You should install dependencies in a virtual environment and verify the dependency list before running.
Credentials
The skill requests no environment variables, credentials, or special config paths. The code imports common Python data libraries (pandas/numpy/matplotlib/jinja2/scipy) which are proportionate to data analysis and report generation.
Persistence & Privilege
Skill is not always-enabled and does not request platform privileges. It is user-invocable and can be run locally; nothing in the bundle attempts to persistently modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sql-report-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sql-report-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
sql-report-generator v1.0.1 - Skill 名称由 `report-generator` 更名为 `sql-report-generator`,以便与数据分析流程和相关组件(sql-master、sql-dataviz)统一命名规范。 - 所有相关 Python 包导入示例、协作说明等同步改为新名称(如 `from sql_report_generator.scripts...`)。 - SKILL.md 内协作流程、快速开始示例等文档内容完全替换为新名称,保持一致性和易用性。 - 其余功能说明、依赖、核心能力、文件结构等内容不变。
v1.0.0
SQL Report Generator 1.0.0 - 新增报告生成智能体 - 覆盖17个行业、36个预设看板模板 - 内置AI洞察分析引擎(无需API) - 支持交互式组件:表格、矩阵、切片器、导航
元数据
Slug sql-report-generator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

SQL Report Generator 是什么?

生成生产级SQL查询结果与图表报告,支持表格、矩阵、切片器、多格式导出及统计分析驱动的自动洞察建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 SQL Report Generator?

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

SQL Report Generator 是免费的吗?

是的,SQL Report Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SQL Report Generator 支持哪些平台?

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

谁开发了 SQL Report Generator?

由 SQLSkills(@sqlskills)开发并维护,当前版本 v1.0.1。

💬 留言讨论