early-pickup

Parse and validate early pickup requests, then create cases and notify teachers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates handling of parent early pickup requests by parsing and validating required fields, enabling rapid processing and reducing miscommunication.

Core Features & Use Cases

  • Automated Intake & Validation: Extracts child, pickup time, date, and requester, verifies authorization, and creates a case for tracking.
  • Tier 1 Automation: Completes the full workflow for standard early pickup scenarios with notifying the teacher.
  • Use Case: When a parent asks to pick up a child early, the system confirms authorization and logs the pickup while alerting the teacher.

Quick Start

Process a parent's early pickup request by extracting required fields, validate authorization, create a case, and notify the teacher.

Frequently Asked Questions about early-pickup

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

FAQPage Schema
How do I automate early pickup requests for daycare operations?

Automating early pickup requests involves parsing parent communications to extract child details, pickup time, and requester data. The system then verifies authorization, creates a tracking case, and notifies the teacher to complete the Tier 1 workflow.

What is Tier 1 automation for childcare parent communications?

Tier 1 automation for childcare parent communications handles standard early pickup scenarios end-to-end. It extracts required fields, validates authorization, creates a case, and notifies the teacher without manual intervention.

Can I use automation to check authorization for early child pickup?

Yes, authorization checks for early child pickup are performed automatically during request processing. The system validates the requester against authorization rules before creating a case and alerting the teacher.

How do I create a case and notify teachers for early pickup requests?

To create a case and notify teachers, the automation parses and validates required fields from the parent request. Once authorization is confirmed, it generates a tracking case and sends a notification to the relevant teacher.

What fields are required to process an early pickup request?

Processing an early pickup request requires extracting the child's identity, pickup time, date, and requester information. These fields are parsed and validated to ensure the requester is authorized before proceeding.

Does early pickup automation handle escalation scenarios in daycare settings?

Yes, early pickup automation covers both standard and escalation scenarios within daycare operations. It applies field extraction and authorization checks to manage various parent communication cases effectively.