Calendar Month

Displays a visual calendar of the current month (or a specified month) as an interactive HTML grid with weekday headers and highlighted current day. Use when the user asks to show the calendar of the month, the month at a glance, or a specific month's grid.

jgouviergmail Updated

File contents

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.

jgouviergmail/LIA-Assistant/tree/main/data/skills/system/calendar-month commit 5efd98f6dc

Frequently asked questions

npx skillmds@latest add jgouviergmail/calendar-month