The Problem
"How's school going?" → "Fine." That's often all parents get. You want to stay involved in your child's learning, but you don't want to hover or interrogate them every day.
Meanwhile, the tutor knows everything — every question asked, every struggle, every breakthrough. That information should reach you too.
The Solution
ClawTutor sends you automated reports summarizing what happened during the week. No extra effort from you or your child — just a message that arrives when you need it.
Weekly Summary
Overview of sessions, topics covered, and overall engagement.
Streak Tracking
See if they're staying consistent or need a nudge.
Insights
What's clicking, what's challenging, what needs attention.
Screen Time Earned
Total minutes earned through learning this week.
Example Report
How It Works
- Automatic tracking — The tutor logs every interaction, topic, and result.
- Weekly aggregation — Every Friday, the system compiles the week's data.
- Smart delivery — Report sent to your WhatsApp, Telegram, or wherever you configured.
- Actionable insights — Not just numbers, but notes on what might need attention.
🔒 Privacy First
Reports go only to configured parent accounts. Children don't see the parent reports — they get their own progress view if they want it. The goal is transparency for parents, not surveillance for kids.
Configuration
Set up parent reports by adding a cron job. Example for Friday at 6 PM:
{
"schedule": { "kind": "cron", "expr": "0 18 * * 5" },
"payload": {
"kind": "agentTurn",
"message": "Generate weekly parent report for all children"
},
"sessionTarget": "isolated"
}
Reports are sent to the parent group or individual parent chats, depending on your setup.
Customization
- Frequency — Weekly, bi-weekly, or daily if you prefer
- Detail level — Summary only, or include specific questions/answers
- Subjects — All subjects or just specific ones
- Multiple children — Separate reports or combined family overview