← 返回 Skills 市场
plgonzalezrx8

Report Generator

作者 Pedro Gonzalez · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
664
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install report-generator-pedro
功能描述
Generate professional data reports (HTML/PDF-ready) with KPI summaries, charts, tables, executive insights, and recommendations from CSV, Excel, or JSON data...
安全使用建议
This package appears coherent and limited to generating local HTML reports. Before installing/using it: (1) inspect the scripts/generate_report.py file yourself (it's included and small); (2) run it in an isolated working directory—the script allows reading any file inside the current working directory, so avoid running it where sensitive files live; (3) ensure Python, pandas, and matplotlib are available in your environment (the skill doesn't install them); (4) test with sample data first to confirm outputs; and (5) if you need remote or automated execution, consider adding an explicit install step and dependency management (virtualenv/requirements) and review for any modifications.
功能分析
Type: OpenClaw Skill Name: report-generator-pedro Version: 1.0.0 The OpenClaw skill bundle is classified as benign. The `SKILL.md` provides clear, task-oriented instructions to the AI agent without any signs of prompt injection attempting to subvert its behavior. The core script, `scripts/generate_report.py`, demonstrates strong security practices by implementing explicit path validation (`_validate_path`) to prevent path traversal attacks and using `html.escape` to prevent HTML injection (XSS) in the generated reports. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or other malicious activities. All operations are confined to the stated purpose of generating data reports.
能力评估
Purpose & Capability
Name/description (report generation) align with the included assets: SKILL.md, templates, chart guidelines, and a Python script that reads local data and emits an HTML report with charts and KPIs. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md stays within the scope of report generation and explicitly points to the included script and reference templates. The runtime instructions and script only reference input data files and local output; they do not instruct reading unrelated system state or exfiltrating data.
Install Mechanism
There is no install spec (instruction-only plus a helper script). The provided Python script requires pandas and matplotlib to run, but the skill does not declare or install these dependencies—users must ensure the runtime environment has them. Lack of an install step is low risk but may cause runtime failures if dependencies are missing.
Credentials
The skill requests no environment variables, credentials, or config paths. The behavior is proportional: it operates on user-supplied files and writes output locally. There are no requests for unrelated secrets or external service access.
Persistence & Privilege
The skill is not forced always-on and does not modify other skills or system-wide configurations. It runs only when invoked and does not ask to persist credentials or enable autonomous always-running behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install report-generator-pedro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /report-generator-pedro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: KPI/report generation skill with security hardening and audit-clean output.
元数据
Slug report-generator-pedro
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Report Generator 是什么?

Generate professional data reports (HTML/PDF-ready) with KPI summaries, charts, tables, executive insights, and recommendations from CSV, Excel, or JSON data... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 664 次。

如何安装 Report Generator?

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

Report Generator 是免费的吗?

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

Report Generator 支持哪些平台?

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

谁开发了 Report Generator?

由 Pedro Gonzalez(@plgonzalezrx8)开发并维护,当前版本 v1.0.0。

💬 留言讨论