name: dashboard-status description: Provides operational dashboard and status overview for the provider. metadata: openclaw: requires: - binary: "python3"
Dashboard Status (Provider Console)
Provide the provider with an at-a-glance operational overview of the daycare.
When This Skill Activates
- Provider asks "status", "dashboard", "how are things", "qué hay pendiente"
- Start of day greeting
- End of day summary
Dashboard Sections
1. Pending Approvals
daycarectl case pending-approvals
2. Open Cases
daycarectl case list --status open
3. Today's Attendance (from cases)
daycarectl case list --status completed --tier 1
# Filter for today's absence_late_arrival cases
4. Supply Status
daycarectl supply check
5. Daily Logs Status
daycarectl log unsent
Dashboard Format
📊 Dashboard — [date]
🔔 Pending Approvals: [count]
[If any: list top 3 with priority indicators]
📋 Open Cases: [count]
[If any: list by priority]
👶 Attendance Today:
• Present: [count]
• Absent: [count] ([names])
• Late arrivals: [count]
📦 Supplies Needing Attention: [count]
[If any: list children + items]
📝 Daily Logs:
• Submitted: [count]
• Pending: [count]
• Sent to parents: [count]
[Summary: "Everything looks good!" or "X items need attention"]
End-of-Day Summary
Triggered at 5:30 PM:
🌅 End of Day Summary — [date]
✅ Completed today:
• [X] messages sent to parents
• [X] cases resolved
• [X] daily updates delivered
⏳ Carried over to tomorrow:
• [List any pending items]
📈 Stats: [X] total interactions handled autonomously (Tier 1)