daily-business-report
SKILL.md
Daily Business Report
Generate comprehensive daily briefings by aggregating data from free public APIs.
Quick Start
# Generate full morning report
python scripts/report.py generate
# Generate specific sections only
python scripts/report.py generate --sections weather,crypto,news
# Output as JSON
python scripts/report.py generate -f json
# Output as markdown
python scripts/report.py generate -f md -o morning-report.md