Tmp.DsJv7e0ZVB
Read and manage your Skylight Calendar family hub — calendar events, chores and reward stars, and shared lists (grocery/to-do). Triggers on phrases like "che...
chrischall
@chrischall
What This Skill Does
Read and manage your Skylight Calendar family hub — calendar events, chores and reward stars, and shared lists (grocery/to-do). Authenticates with email and password, no API key needed.
Replaces manually checking the Skylight app or web interface for family calendar events, chores, and shared lists by exposing all major hub features through a single MCP server.
When to Use It
- Check what events are on the family calendar for today or this week
- Add a new event to the Skylight family calendar
- View a child's assigned chores and mark one as complete
- Add an item to the grocery or to-do shared list
- List all frames and devices linked to your Skylight account
- Look up reward stars available for a family member
Install
$ openclaw skills install @chrischall/skylight-mcpskylight-mcp
MCP server for Skylight Calendar — 21 tools across calendar events, chores & rewards, shared lists, and frame/device info.
Setup
Skylight authenticates with your account email + password (OAuth2 authorization-code flow under the hood — no browser extension or API key needed). Add an env block to .mcp.json (project) or ~/.claude/mcp.json (global):
{
"mcpServers": {
"skylight": {
"command": "npx",
"args": ["-y", "skylight-mcp"],
"env": {
"SKYLIGHT_EMAIL": "you@example.com",
"SKYLIGHT_PASSWORD": "your-password"
}
}
}
}
The server logs in once at startup, then talks to the Skylight API directly with the returned bearer token (refreshed automatically).
Optional env:
SKYLIGHT_FRAME_ID— pick a frame when your account has more than one (seeskylight_list_frames). Otherwise the single frame is auto-discovered.SKYLIGHT_NAME— friendly label shown in diagnostics (defaults to your email).
Requires a Skylight email + password login — Google/Apple/SSO-only accounts aren't supported.
Tools
Everything is scoped to a frame (your family hub); pass an optional frameId to any tool, or let it auto-resolve.
| Domain | Tools |
|---|---|
| Frames & devices (read) | skylight_list_frames, skylight_get_frame, skylight_list_frame_members, skylight_list_devices |
| Calendar events | skylight_list_events, skylight_get_event, skylight_create_event, skylight_update_event, skylight_delete_event, skylight_list_categories, skylight_list_source_calendars |
| Shared lists | skylight_list_lists, skylight_get_list_items, skylight_create_list, skylight_add_list_item, skylight_update_list_item, skylight_delete_list_item |
| Chores & rewards | skylight_list_chores, skylight_create_chore, skylight_complete_chore, skylight_list_rewards |
Notes
- Meals are not supported — Skylight does not expose a meals API.
skylight_complete_choremarks a chore complete; completing a single occurrence of a recurring chore isn't separately exposed.skylight_list_choresrequiresafterandbeforedates (chores are date-scoped).
Top skills in this category
Gmail
@byungkyuGmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
WeChat MP CN
@guohongbin-git微信公众号监控 - 文章监控、阅读量追踪、舆情分析(WeChat Official Account)
Wechat Article Search
@wuchubuzai2018搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
Wechat Publisher
@0731coderlee-sudo一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Google Meet
@byungkyuGoogle Meet API integration with managed OAuth. Create meeting spaces, list conference records, and manage meeting participants. Use this skill when users wa...