report.reminders

Fetch upcoming delivery reminders from order data in read-only mode.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill report-reminders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report.reminders
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/skills/report.reminders
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill report-reminders

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consulta recordatorios operativos de entregas proximas en modo read-only, con prioridad por urgencia (atrasado, proximo<=2h, proximo) y referencia trazable.

Core Features & Use Cases

  • Lectura de recordatorios de entregas próximos en modo lectura (read-only), ordenados por urgencia y tiempo restante.
  • Vistas por periodo (hoy, semana, mes, año) para facilitar la planificación operativa.
  • Devuelve una respuesta estructurada incluyendo Ref de trazabilidad y posibles inconsistencias de fechas.

Quick Start

Pide al sistema que recupere recordatorios de entregas próximos para un periodo especificado en modo de lectura.

Frequently Asked Questions about report.reminders

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

FAQPage Schema
How do I fetch upcoming delivery reminders by period in read-only mode?

Delivery reminders are ranked by urgency levels: overdue items first, then deliveries upcoming within two hours, followed by other upcoming deliveries. The system sorts them by remaining time to highlight the most time-sensitive order records.

Can I retrieve delivery reminders for today without modifying the underlying order data?

The system returns a structured response containing operational delivery reminders sorted by urgency and remaining time. It also includes a traceable reference for tracking purposes and flags any date inconsistencies found in the order records.

What is the best way to check upcoming delivery reminders for a specific period?

No external dependencies are required. You simply ask the system to recover upcoming delivery reminders for a specified period in read-only mode, and it automatically handles the order record retrieval, urgency ranking, and inconsistency detection.

What inconsistencies should I watch for when retrieving period-based delivery reminders?

When retrieving period-based delivery reminders, watch for date inconsistencies flagged in the structured response. The read-only query identifies these potential issues while returning the ranked reminders and a traceable reference for operational planning.