# 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.

- Skill: `jgouviergmail/calendar-month` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add jgouviergmail/calendar-month`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jgouviergmail/calendar-month/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: jgouviergmail (https://skillmd.com/u/jgouviergmail)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jgouviergmail/calendar-month

---


# 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 <Month> <Year>.")
- ``frame.html``: the inline calendar HTML (srcDoc iframe)

## Ressources disponibles

- scripts/render_month.py — Generates the month calendar HTML from the current date.

