Track progress, report metrics, manage memory.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill generate-daily-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generate Daily Report?
Add the live security badge to your README ā it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-generate-daily-report)More formats (shields.io, HTML) on the badges page.
---
name: generate-daily-report
description: "Track progress, report metrics, manage memory."
category: "Data & Analytics"
author: community
version: "1.0.0"
icon: chart-bar
---
# SKILL.md - Daily Report
## Purpose
Track progress, report metrics, manage memory.
## Model to Use
**local** (ollama) - simple aggregation, FREE
## Morning Report (Send at 9:30 AM Spain)
```
š¤ SKYNET MORNING BRIEFING - {{date}}
š PIPELINE
āā Total leads: X
āā Ready for outreach: X
āā In sequence: X
āā Awaiting reply: X
š¬ OVERNIGHT
āā Leads found: X
āā Emails drafted: X
āā Cost: $X.XX
šÆ TODAY'S PRIORITIES
1. [Based on pipeline status]
2. [Based on day of week]
3. [Based on targets]
š° BUDGET
āā Spent today: $X.XX
āā Daily remaining: $X.XX
āā Monthly remaining: $X.XX
```
## End of Day Report (Send at 9 PM Spain)
```
š¤ SKYNET EOD - {{date}}
š TODAY'S NUMBERS
āā Leads sourced: X / 40 target
āā DMs drafted: X / 25 target
āā Emails drafted: X / 30 target
āā Notion updated: ā
š° COST REPORT
āā Today: $X.XX
āā This week: $X.XX
āā Budget remaining: $X.XX
š„ HOT LEADS
[List any Priority A leads found]
ā ļø ISSUES
[List any blockers or errors]
š TOMORROW
[Next day priorities]
š¾ Saved to memory/{{date}}.md
```
## Weekly Report (Sunday 8 PM)
```
š¤ SKYNET WEEKLY - Week of {{date}}
š TOTALS
āā Leads sourced: X
āā Outreach sent: X (DMs + Emails)
āā Replies: X
āā Qualified: X
āā Closes: X
š° COSTS
āā This week: $X.XX
āā Avg per lead: $X.XX
āā Avg per qualified: $X.XX
š CONVERSION
āā Source ā Qualified: X%
āā Outreach ā Reply: X%
āā Reply ā Meeting: X%
šÆ VS TARGETS
āā Revenue: $X / $5,000 goal
āā Days remaining: X
āā Needed per day: $X
```
## Memory File Format
Save to memory/YYYY-MM-DD.md:
```markdown
# {{date}} - Daily Log
## Metrics
- Leads sourced: X
- DMs drafted: X
- Emails drafted: X
- Cost: $X.XX
## Leads Found (Summary)
- Priority A: X
- Priority B: X
- Skipped: X
## Issues
[Any problems encountered]
## Notes
[Context for future sessions]
## Tomorrow
- [ ] Task 1
- [ ] Task 2
```
## Alerts (Send Immediately)
Trigger immediate Telegram alert for:
- Any reply detected
- Budget 75% depleted
- API error / rate limit
- Overnight run complete
- Task blocked / needs input
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!