Report Generator
SkillDocs & knowledgeGenerate PDF/HTML reports from templates and data. Use when: creating client reports; generating weekly summaries; producing marketing performance reports; automating recurring reports
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Report Generator skill
What this skill tells your AI
The instructions your AI receives, as published by guia-matthieu/clawfu-skills in skills/automation/report-generator/SKILL.md and read by ahel’s review.
Automate marketing report generation from templates and data sources.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
Dependencies
pip install jinja2 pandas click
# For PDF output:
pip install weasyprint
Commands
python scripts/main.py generate template.html --data data.json --output report.html
python scripts/main.py weekly metrics.csv --output weekly-report.html
python scripts/main.py client data/ --template agency --output client-report.pdf
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: automation
dependencies: [jinja2, pandas]
difficulty: intermediate
Signals
- GitHub stars
- 149
- Forks
- 27
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
report-generator-guia-matthieu- Source
- github.com/guia-matthieu/clawfu-skills