schedule.week_view

Compiles a weekly agenda into per-day blocks with inconsistencies and a trace reference.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consulta la agenda semanal en modo read-only usando Pedidos y responde en bloques operativos:

  • days/reminders
  • preparation
  • suggestedPurchases Tambien reporta:
  • inconsistencies (datos incompletos o invalidos detectados por dia)
  • trace_ref (referencia para soporte en exito/error)

Core Features & Use Cases

  • Read-only weekly aggregation by day with actionable blocks.
  • Expose daily inconsistencies and trace_ref for support.
  • Use case: When a manager needs a weekly plan without mutating systems, the skill compiles per-day activity and flags gaps.

Quick Start

Pide la agenda semanal y obtén un plan operativo diario en modo lectura.

Frequently Asked Questions about schedule.week_view

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

FAQPage Schema
How do I view a read-only weekly agenda without mutating external systems?▼

A read-only weekly agenda aggregates daily plans into operational blocks without mutating external systems. It compiles per-day activity and flags gaps using a date anchor, ensuring safe weekly planning.

What is the best way to expose daily inconsistencies in a weekly plan?▼

Exposing daily inconsistencies in a weekly plan involves aggregating per-day schedules and reporting incomplete or invalid data. The skill flags these gaps per block to highlight operational issues.

How do I get operational daily blocks for this week's or next week's plan?▼

Operational daily blocks for this week's or next week's plan are generated by aggregating daily schedules. The skill breaks the agenda into per-day preparation and suggested purchases sections.

Can I use a date anchor to generate a weekly schedule with preparation and suggested purchases?▼

A date anchor can generate a weekly schedule with preparation and suggested purchases. The skill operates on this anchor to aggregate per-day reminders and compile actionable operational blocks.

Does the weekly agenda view provide a trace reference for support?▼

The weekly agenda view provides a trace reference for support in both success and error scenarios. It supplies this trace_ref alongside the operational blocks and reported inconsistencies.

What are the limitations of using a read-only weekly agenda for planning?▼

The limitation of a read-only weekly agenda is its inability to mutate external systems or directly resolve flagged inconsistencies. It strictly provides operational visibility and a trace reference for support.