Calendar Month
Instructions
This skill renders a visual calendar of the current month as an interactive frame. The plan is fully deterministic: the single step calls the rendering script which generates the HTML grid from the system date. No external API is involved.
The resulting frame shows:
- The month name and year in the header
- Seven weekday columns (Mon → Sun)
- All days of the month, with today highlighted
- Blank cells for days outside the current month
Output Contract
Returns:
text: a short caption ("Here is .")frame.html: the inline calendar HTML (srcDoc iframe)
Ressources disponibles
- scripts/render_month.py — Generates the month calendar HTML from the current date.