skylight
SKILL.md
Skylight Calendar
Control Skylight Calendar frame via the unofficial API.
Setup
Set environment variables:
SKYLIGHT_URL: Base URL (default:https://app.ourskylight.com)SKYLIGHT_FRAME_ID: Your frame (household) ID — find this by logging into ourskylight.com, clicking your calendar, and copying the number from the URL (e.g.,4197102fromhttps://ourskylight.com/calendar/4197102)
Authentication (choose one):
Option A - Email/Password (recommended):
SKYLIGHT_EMAIL: Your Skylight account emailSKYLIGHT_PASSWORD: Your Skylight account password
Option B - Pre-captured token:
SKYLIGHT_TOKEN: Full Authorization header value (e.g.,Basic abc123...)