← Back to Skills Marketplace
Report Generator
by
Pedro Gonzalez
· GitHub ↗
· v1.0.0
664
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install report-generator-pedro
Description
Generate professional data reports (HTML/PDF-ready) with KPI summaries, charts, tables, executive insights, and recommendations from CSV, Excel, or JSON data...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install report-generator-pedro - After installation, invoke the skill by name or use
/report-generator-pedro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: KPI/report generation skill with security hardening and audit-clean output.
Metadata
Frequently Asked Questions
What is Report Generator?
Generate professional data reports (HTML/PDF-ready) with KPI summaries, charts, tables, executive insights, and recommendations from CSV, Excel, or JSON data... It is an AI Agent Skill for Claude Code / OpenClaw, with 664 downloads so far.
How do I install Report Generator?
Run "/install report-generator-pedro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Report Generator free?
Yes, Report Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Report Generator support?
Report Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Report Generator?
It is built and maintained by Pedro Gonzalez (@plgonzalezrx8); the current version is v1.0.0.
More Skills