Install
openclaw skills install report-generator-pedroGenerate professional data reports (HTML/PDF-ready) with KPI summaries, charts, tables, executive insights, and recommendations from CSV, Excel, or JSON data...
openclaw skills install report-generator-pedroCreate clean, decision-ready reports from structured data files or user-described datasets. Prioritize business readability: clear KPIs, trend visuals, concise narrative insights, and practical recommendations.
Use this canonical structure unless user asks otherwise:
report = {
"title": "Monthly Sales Report",
"period": "January 2024",
"sections": [
"executive_summary",
"kpi_dashboard",
"detailed_analysis",
"charts",
"recommendations",
],
}
Use these by default when fields exist; adapt names via user mapping when needed:
scripts/generate_report.py for deterministic report generation.references/report-templates.md for section templates and phrasing patterns.references/chart-guidelines.md for chart selection and formatting standards.