printing-requests

star 0

Handles Tier 1 printing and material request intake from teachers, with batching.

carlosmsanchezm By carlosmsanchezm schedule Updated 2/9/2026

name: printing-requests description: Handles Tier 1 printing and material request intake from teachers, with batching. metadata: openclaw: requires: - binary: "python3"


Printing & Material Requests (Tier 1 — Full Auto)

Intake, acknowledge, and batch printing and material requests from teachers.

When This Skill Activates

A teacher requests:

  • Documents to be printed
  • Craft materials
  • Classroom supplies
  • Activity materials

Workflow

  1. Acknowledge receipt immediately to teacher
  2. Extract details: What is needed, quantity, when needed by, which classroom
  3. Create a case to track the request
  4. Batch logic: If multiple requests come in within the same day, group them
# Create tracking case
daycarectl case create --type "printing_material_request" --tier 1 --priority "LOW" --boundary "teacher->provider" --summary "Print request: <details>" --teacher-id "<id>" --child-id "<if applicable>" --agent-id "teacher-ops"

Response Templates

Acknowledgement (Spanish)

Recibido ✓ — [material/impresión] para [aula/actividad].
Lo agrego a la lista de hoy. Te aviso cuando esté listo.

Acknowledgement (English)

Got it ✓ — [material/print] for [classroom/activity].
Adding to today's list. I'll let you know when it's ready.

Batching Rules

  • Collect all requests received before 10:00 AM into a morning batch
  • Collect requests after 10:00 AM into an afternoon batch
  • At batch time, send a summary to the provider:
📋 Material Requests - [Morning/Afternoon] Batch
1. [Teacher] - [Item] for [Purpose] - Need by [Date]
2. [Teacher] - [Item] for [Purpose] - Need by [Date]

What NOT to Approve

  • Requests over $50 in estimated materials → Escalate to provider
  • Requests for non-standard materials (chemicals, sharp tools) → Escalate
  • Last-minute requests for same-day events → Flag urgency to provider
Install via CLI
npx skills add https://github.com/carlosmsanchezm/daycare-agent --skill printing-requests
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
carlosmsanchezm
carlosmsanchezm Explore all skills →