absence-late-arrival

Parse parent absence and late-arrival messages into structured cases for daycare providers.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/carlosmsanchezm/daycare-agent --skill absence-late-arrival
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absence-late-arrival
Source: https://github.com/carlosmsanchezm/daycare-agent/tree/main/workspaces/parent-ops/skills/absence_late_arrival
Command: npx skills add https://github.com/carlosmsanchezm/daycare-agent --skill absence-late-arrival

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the intake and confirmation of parent absence and late arrival notifications, reducing manual tracking for daycare operators.

Core Features & Use Cases

  • Automatically parse parent messages for child, date, type, and optional reason.
  • Resolve child if the parent has a single child; otherwise prompt which child.
  • Create a case for tracking, notify the teacher, and confirm with the parent.
  • Support multi-child scenarios and follow-up checks for prolonged absences.

Quick Start

Process a parent's absence or late arrival message and generate a confirmed case for the teacher.

Frequently Asked Questions about absence-late-arrival

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate parent absence and late arrival notifications for a daycare?

Parent absence and late arrival notifications are automated by parsing parent messages into structured cases, resolving the child identity, notifying the teacher, and confirming with the parent. This reduces manual tracking for daycare providers.

What happens when a parent reports an absence for multiple children?

When a parent reports an absence for multiple children, the automated workflow prompts the user to specify which child the message applies to. If the parent has a single child, the system automatically resolves the child without prompting.

Can I process late arrival messages for specific dates and times?

Late arrival messages can be processed for today, tomorrow, or specific dates with optional times and reasons. The workflow parses the provided date and time information to create a structured tracking case for the daycare provider.

Does the daycare case management workflow notify teachers automatically?

The daycare case management workflow automatically notifies the designated teacher after parsing the parent message and creating the case. A confirmation message is also sent back to the parent to close the automated communication loop.

What is the best way to track prolonged absences in a daycare setting?

Tracking prolonged absences is handled through automated follow-up checks built into the case management workflow. The system creates a case from the initial parent message and applies follow-up logic to monitor extended absence periods.