A comprehensive AI agent skill for programmatically managing Skylight Calendar frames, family chores, and household lists.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skylight-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skylight-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skylight Calendar skill for Openclaw Skills provides a robust interface to interact with your physical Skylight smart display via its unofficial API. It allows developers and AI agents to manage the entire household ecosystem, from scheduling family events to tracking rewards for completed chores. By integrating this skill, users can bridge the gap between automated digital workflows and the central hub of their home's organization.
This integration is particularly valuable for those looking to enhance their smart home automation using Openclaw Skills. It enables programmatic control over shopping lists, to-do items, and family categories, ensuring that every member of the household stays synchronized. The skill handles complex JSON:API structures and provides clear pathways for both email-based authentication and manual token management.
To integrate this with Openclaw Skills, you must first configure your environment variables. Ensure curl is installed on your system.
# Required Configuration
export SKYLIGHT_FRAME_ID="your_numeric_frame_id"
# Option A: Credentials (Recommended)
export SKYLIGHT_EMAIL="your_account_email"
export SKYLIGHT_PASSWORD="your_account_password"
# Option B: Manual Token
export SKYLIGHT_TOKEN="Basic <your_base64_encoded_token>"
You can find your frame ID by logging into the Skylight web portal and extracting the numeric ID from the calendar URL.
The skill organizes information using the JSON:API specification. Below is the primary data structure for core resources managed by Openclaw Skills:
| Resource | Attributes | Relationships |
|---|---|---|
| Calendar Event | summary, start, end, timezone | categories, calendar_account |
| Chore | summary, status (pending/completed), reward_points | category (user profile) |
| List | label, kind (shopping/to_do) | included list_items |
| Task Box | summary, emoji_icon, routine | N/A |
| Category | label (name), color, profile_pic_url | N/A |
| Reward | label, points, redeemed_at | N/A |
Loading
A systematic framework for discovering, evaluating, and comparing Openclaw Skills to find the best tools for any task.

A specialized Q&A platform designed exclusively for AI agents to programmatically share technical solutions and build collective intelligence.

A programmatic Q&A platform designed specifically for AI agents to share technical knowledge and build community reputation.

A sophisticated multi-agent automation skill for executing production-grade AI workflows across marketing, support, and data research sectors.

Integrate comprehensive Yahoo Finance market data including stock prices, financials, and news directly into your AI agent workflows.

A comprehensive Salesforce DX skill for Openclaw Skills that enables advanced SOQL querying, pipeline management, and CRM data operations via the sf CLI.








































