← Back to search

io.github.chrischall/skylight-mcp

chrischall Scanned 26d ago

Skylight Calendar for Claude — family events, chores, and rewards.

B
79.9 / 100

Versions

0.2.1latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 112

skylight_remove_from_album
annotations: none low

Remove messages/photos from albums.

frameId string
skylight_copy_messages_to_frames
annotations: none low

Copy messages/photos from this frame to other frames on the account (inferred from the app bundle, not live-verified).

frameId string
mo
annotations: none low

skylight_list_messages
annotations: none low

List messages posted to the Skylight frame.

frameId string
skylight_list_albums
annotations: none low

List photo albums on the Skylight frame.

frameId string
skylight_get_message
annotations: none low

Get one frame message.

id string frameId string
skylight_create_album
annotations: none low

Create a photo album.

title string frameId string
skylight_delete_album
annotations: none low

Delete a photo album.

frameId string
skylight_update_album
annotations: none low

Update a photo album (rename, hide from slideshow).

title string frameId string exclude_from_slideshow boolean
skylight_add_to_album
annotations: none low

Add messages/photos to albums.

frameId string
skylight_add_message_comment
annotations: none low

Comment on a frame message/photo.

id string body string frameId string
skylight_set_message_caption
annotations: none low

Set a message/photo caption.

id string caption string frameId string
skylight_like_message
annotations: none low

Like a frame message/photo.

id string frameId string
skylight_unlike_message
annotations: none low

Remove a like from a message/photo.

frameId string
skylight_delete_messages
annotations: none low

Bulk-delete messages/photos from the frame.

frameId string
skylight_delete_message
annotations: none low

Delete a frame message/photo.

frameId string
skylight_get_reward
annotations: none low

Get one reward.

id string frameId string
skylight_create_reward
annotations: none low

Create a reward (live-verified fields: name + description + point_value + respawn_on_redemption + category_ids).

name string frameId string description string point_value number respawn_on_redemption boolean
skylight_update_reward
annotations: none low

Update a reward.

id string name string frameId string point_value number
skylight_delete_reward
annotations: none low

Delete a reward.

id string frameId string
skylight_redeem_reward
annotations: none low

Redeem a reward.

id string frameId string
skylight_unredeem_reward
annotations: none low

Reverse a reward redemption.

id string frameId string
skylight_add_reward_points
annotations: none low

Grant (or deduct) reward points to family members.

points number frameId string
skylight_upload_photo
annotations: none low

Upload a photo or video from a local file to the Skylight frame (it appears in the slideshow). Two-step: signs an S3 upload with temporary credentials, then registers it as a frame message. Without confirm:true it returns a dry-run preview echoing the resolved absolute image_path + detected mime and makes NO S3/network call; with confirm:true it uploads.

caption string frameId string image_path string
skylight_import_events_from_photo
annotations: none low

Import calendar events from a photo of a flyer/invite/schedule using Skylight

frameId string image_path string
skylight_list_recipes
annotations: none low

List meal recipes for the frame.

frameId string
skylight_list_meal_categories
annotations: none low

List meal categories for the frame.

frameId string
skylight_list_meals
annotations: none low

List planned meals (meal sittings) in a date range — what is on the meal plan for each day. Each sitting carries the dates it falls on in its `instances` array, its meal slot in `meal_category` (breakfast/lunch/dinner), its linked recipe in `meal_recipe`, and the family members it is assigned to in `profiles`.

frameId string date_max string date_min string
skylight_get_recipe
annotations: none low

Get one meal recipe.

id string frameId string
skylight_create_recipe
annotations: none low

Create a meal recipe.

frameId string summary string description string
skylight_update_recipe
annotations: none low

Update a meal recipe.

id string frameId string summary string description string
skylight_delete_recipe
annotations: none low

Delete a meal recipe.

id string frameId string
skylight_approve_auto_creation
annotations: none low

Approve AI-drafted events — turns them into real calendar events.

frameId string
skylight_plan_meal
annotations: none low

Plan a meal on a date (optionally repeating, link a recipe, add to grocery list).

date string note string rrule string frameId string summary string description string saveToRecipeBox boolean add_to_grocery_list boolean
skylight_add_recipe_to_grocery_list
annotations: none low

Add a recipe

id string frameId string
skylight_list_events
annotations: none low

List calendar events in a date range for a Skylight frame.

frameId string date_max string date_min string timezone string
skylight_get_event
annotations: none low

Get one calendar event by id.

id string frameId string
skylight_create_event
annotations: none low

Create a calendar event on a Skylight frame.

frameId string
skylight_update_event
annotations: none low

Update a calendar event by id.

id string frameId string
skylight_delete_event
annotations: none low

Delete a calendar event by id.

id string frameId string
skylight_list_categories
annotations: none low

List calendar/chore categories for a Skylight frame.

frameId string
skylight_list_source_calendars
annotations: none low

List linked source calendars (Google, etc.) for a frame.

frameId string
skylight_list_recent_invited_emails
annotations: none low

List recently-invited email addresses (handy for filling create_event invited_emails).

frameId string
skylight_get_event_notification_settings
annotations: none low

Get the frame

frameId string
skylight_update_event_notification_settings
annotations: none low

Update calendar-event notification settings.

early boolean frameId string on_time boolean early_minutes_before number
skylight_list_tasks
annotations: none low

List task-box items (the frame

frameId string
skylight_create_task
annotations: none low

Create a task-box item.

frameId string routine boolean summary string emoji_icon string reward_points number
skylight_update_task
annotations: none low

Update a task-box item.

id string frameId string routine boolean summary string emoji_icon string reward_points number
skylight_delete_task
annotations: none low

Delete a task-box item.

id string frameId string
skylight_generate_meal_plan
annotations: none low

Generate an AI meal plan for the given dates (creates draft meal sittings — async; poll with skylight_get_auto_creation_intent, then approve).

frameId string recipe_source string mouths_to_feed number add_to_grocery_list boolean
skylight_generate_activity_ideas
annotations: none low

Generate AI activity/event ideas for a location and time range (creates draft events — async).

budget string frameId string activity_kind string physical_location string datetime_range_end string datetime_range_start string
skylight_get_auto_creation_intent
annotations: none low

Get an AI auto-creation intent (its status + draft results).

frameId string
skylight_list_auto_creation_intents
annotations: none low

List all AI auto-creation intents on the frame (find pending/completed drafting jobs and their ids).

frameId string
skylight_list_auto_creation_drafts
annotations: none low

List the events an AI intent drafted (for review before approving). For meal/activity engines the drafts are items, not events — use skylight_list_auto_creation_items instead.

frameId string
skylight_list_auto_creation_items
annotations: none low

List the draft items an AI intent created (the general draft reader — meal sittings, activities, list items, etc., which the event-only draft list does not surface).

frameId string
skylight_undo_auto_creation
annotations: none low

Undo/discard an AI auto-creation intent and its drafts.

frameId string
skylight_list_frames
annotations: none low

List Skylight frames (family hubs) on this account.

skylight_get_frame
annotations: none low

Get one Skylight frame and its settings.

frameId string
skylight_list_frame_members
annotations: none low

List members (frame_users) of a Skylight frame.

frameId string
skylight_list_devices
annotations: none low

List physical devices attached to a Skylight frame.

frameId string
skylight_get_plus_access
annotations: none low

Get Skylight Plus subscription / entitlement status.

skylight_get_reward_points
annotations: none low

Get reward-point balances per family member (lifetime earned + current balance).

frameId string
skylight_get_household_config
annotations: none low

Get household configuration for the frame.

frameId string
skylight_set_device_album
annotations: none low

Set which photo album a device displays.

frameId string
skylight_rename_device
annotations: none low

Rename a Skylight device.

name string frameId string
skylight_list_calendars
annotations: none low

List the frame

frameId string
skylight_get_calendar
annotations: none low

Get one calendar account.

id string frameId string
skylight_list_nudges
annotations: none low

List nudges (reminders) in a date range.

after string before string frameId string
skylight_add_webcal
annotations: none low

Subscribe the frame to a webcal/ICS calendar URL.

frameId string sync_url string
skylight_update_calendar
annotations: none low

Set which sub-calendars of a connected account are active.

id string frameId string
skylight_delete_source_calendar
annotations: none low

Remove a connected source calendar (incl. webcal subscriptions).

id string frameId string
skylight_set_default_calendar
annotations: none low

Set the default source calendar for new events.

frameId string
skylight_link_apple_calendar
annotations: none low

Link an Apple/iCloud calendar to the frame using an app-specific password.

email string frameId string app_specific_password string
skylight_categorize_source_calendar
annotations: none low

Attribute a source calendar

frameId string
skylight_create_source_calendar
annotations: none low

Create a source calendar from raw provider attributes (advanced).

frameId string
skylight_update_frame
annotations: none low

Update Skylight frame display/sleep settings.

frameId string wakes_at string sleeps_at string brightness number show_heart boolean blur_effect boolean show_caption boolean side_by_side boolean open_to_public boolean slideshow_speed number slideshow_style string
skylight_rename_frame
annotations: none low

Rename a Skylight frame.

name string frameId string
skylight_update_profile
annotations: none low

Update the frame profile (name, birthday).

name string frameId string birthday string
skylight_update_household_config
annotations: none low

Update household configuration.

frameId string disney_screensaver boolean disney_profile_pictures boolean
skylight_set_reminder_profile
annotations: none low

Set the global reminder cadence (how often Skylight nudges about reminders).

interval_weeks number
skylight_list_chores
annotations: none low

List chores for a Skylight frame within a required date range.

after string before string frameId string
skylight_create_chore
annotations: none low

Create a chore on a Skylight frame.

start string frameId string summary string description string reward_points number
skylight_create_recurring_chore
annotations: none low

Create a recurring chore or routine (repeats per an RRULE; verified live).

start string frameId string routine boolean summary string emoji_icon string recurrence string start_time string description string up_for_grabs boolean reward_points number recurring_until string
skylight_complete_chore
annotations: none low

Mark a chore complete.

id string frameId string
skylight_update_chore
annotations: none low

Update a chore.

id string start string frameId string summary string emoji_icon string recurrence string start_time string description string reward_points number recurring_until string
skylight_complete_chore_instance
annotations: none low

Mark a specific occurrence of a recurring chore complete.

id string frameId string instance_date string instance_time string
skylight_uncomplete_chore
annotations: none low

Reopen (un-complete) a chore, or a single occurrence of a recurring chore (pass instance_date).

id string frameId string instance_date string instance_time string
skylight_delete_chore
annotations: none low

Delete a chore (optionally a single occurrence or the whole series).

id string frameId string
skylight_search_chores
annotations: none low

Search chores (incl. unscheduled/template chores the date-range list can

limit number frameId string search_query string include_up_for_grabs boolean ended_chore_lookback_days number
skylight_list_rewards
annotations: none low

List redeemed rewards for a Skylight frame, defaulting to the last 30 days.

frameId string redeemed_at_max string redeemed_at_min string
skylight_resolve_member
annotations: none low

Resolve a family-member name to its category id (used by chores/rewards). On a name match returns { matched: true, members }; if nothing matches it returns { matched: false, members, note } listing all members.

name string frameId string
skylight_invite_user
annotations: none low

Invite a user to the frame by email.

email string frameId string
skylight_approve_user
annotations: none low

Approve a pending frame user.

id string frameId string
skylight_remove_user
annotations: none low

Remove a user from the frame.

frameId string
skylight_delete_category
annotations: none low

Delete a category / family member.

frameId string
skylight_update_family_member
annotations: none low

Update a family member

frameId string birthday string dietary_preferences string
skylight_list_avatars
annotations: none low

List the preset avatar library (emoji/icon images). Use an avatar id with skylight_create_category / skylight_update_category to set a member

skylight_set_member_avatar
annotations: none low

Set a family member

frameId string image_path string
skylight_create_category
annotations: none low

Create a category / family member on the frame. Set linked_to_profile + selected_for_chore_chart to make it a full chore-chart member; pick avatar_id from skylight_list_avatars, or set a custom photo afterward with skylight_set_member_avatar.

color string label string frameId string linked_to_profile boolean selected_for_chore_chart boolean
skylight_update_category
annotations: none low

Update a category — rename/recolor, or convert a label into a family-member profile (linked_to_profile).

color string label string frameId string linked_to_profile boolean selected_for_chore_chart boolean
skylight_list_lists
annotations: none low

List all lists on a Skylight frame.

frameId string
skylight_get_list_items
annotations: none low

Get all items in a specific list on a Skylight frame.

listId string frameId string
skylight_create_list
annotations: none low

Create a new list on a Skylight frame.

color string label string frameId string
skylight_add_list_item
annotations: none low

Add an item to a list on a Skylight frame.

label string listId string frameId string
skylight_update_list_item
annotations: none low

Update a list item on a Skylight frame.

label string itemId string listId string checked boolean frameId string section string
skylight_delete_list_item
annotations: none low

Delete a list item from a Skylight frame.

itemId string listId string frameId string
skylight_update_list
annotations: none low

Update a Skylight list

color string label string listId string frameId string
skylight_delete_list
annotations: none low

Delete a Skylight list.

listId string frameId string
skylight_move_list_item
annotations: none low

Reorder a list item.

itemId string listId string frameId string afterItemId string
skylight_clear_list
annotations: none low

Remove all items from a list.

listId string frameId string
skylight_delete_list_items
annotations: none low

Bulk-delete specific list items.

listId string frameId string
skylight_set_list_item_section
annotations: none low

Move list items into a named section (or clear it).

listId string frameId string section string

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 234

low
Tool 'mo' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_messages' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_albums' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_message' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_to_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_remove_from_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_copy_messages_to_frames' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_message_comment' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_message_caption' has no annotations annotation_checker · 100%
low
Tool 'skylight_like_message' has no annotations annotation_checker · 100%
low
Tool 'skylight_unlike_message' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_messages' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_message' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_redeem_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_unredeem_reward' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_reward_points' has no annotations annotation_checker · 100%
low
Tool 'skylight_upload_photo' has no annotations annotation_checker · 100%
low
Tool 'skylight_import_events_from_photo' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_recipes' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_meal_categories' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_meals' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_recipe' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_recipe' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_recipe' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_recipe' has no annotations annotation_checker · 100%
low
Tool 'skylight_plan_meal' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_recipe_to_grocery_list' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_events' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_event' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_event' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_event' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_event' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_categories' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_source_calendars' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_recent_invited_emails' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_event_notification_settings' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_event_notification_settings' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_tasks' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_task' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_task' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_task' has no annotations annotation_checker · 100%
low
Tool 'skylight_generate_meal_plan' has no annotations annotation_checker · 100%
low
Tool 'skylight_generate_activity_ideas' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_auto_creation_intent' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_auto_creation_intents' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_auto_creation_drafts' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_auto_creation_items' has no annotations annotation_checker · 100%
low
Tool 'skylight_approve_auto_creation' has no annotations annotation_checker · 100%
low
Tool 'skylight_undo_auto_creation' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_frames' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_frame' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_frame_members' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_devices' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_plus_access' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_reward_points' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_household_config' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_device_album' has no annotations annotation_checker · 100%
low
Tool 'skylight_rename_device' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_calendars' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_nudges' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_webcal' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_source_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_default_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_link_apple_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_categorize_source_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_source_calendar' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_frame' has no annotations annotation_checker · 100%
low
Tool 'skylight_rename_frame' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_profile' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_household_config' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_reminder_profile' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_chores' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_recurring_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_complete_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_complete_chore_instance' has no annotations annotation_checker · 100%
low
Tool 'skylight_uncomplete_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_chore' has no annotations annotation_checker · 100%
low
Tool 'skylight_search_chores' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_rewards' has no annotations annotation_checker · 100%
low
Tool 'skylight_resolve_member' has no annotations annotation_checker · 100%
low
Tool 'skylight_invite_user' has no annotations annotation_checker · 100%
low
Tool 'skylight_approve_user' has no annotations annotation_checker · 100%
low
Tool 'skylight_remove_user' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_category' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_family_member' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_avatars' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_member_avatar' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_category' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_category' has no annotations annotation_checker · 100%
low
Tool 'skylight_list_lists' has no annotations annotation_checker · 100%
low
Tool 'skylight_get_list_items' has no annotations annotation_checker · 100%
low
Tool 'skylight_create_list' has no annotations annotation_checker · 100%
low
Tool 'skylight_add_list_item' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_list_item' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_list_item' has no annotations annotation_checker · 100%
low
Tool 'skylight_update_list' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_list' has no annotations annotation_checker · 100%
low
Tool 'skylight_move_list_item' has no annotations annotation_checker · 100%
low
Tool 'skylight_clear_list' has no annotations annotation_checker · 100%
low
Tool 'skylight_delete_list_items' has no annotations annotation_checker · 100%
low
Tool 'skylight_set_list_item_section' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: esbuild@0.28.0 (GHSA-g7r4-m6w7-qqqr) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: mo manifest_parser · 75%
info
Tool: skylight_list_messages manifest_parser · 70%
info
Tool: skylight_list_albums manifest_parser · 70%
info
Tool: skylight_get_message manifest_parser · 70%
info
Tool: skylight_create_album manifest_parser · 70%
info
Tool: skylight_delete_album manifest_parser · 70%
info
Tool: skylight_update_album manifest_parser · 70%
info
Tool: skylight_add_to_album manifest_parser · 70%
info
Tool: skylight_remove_from_album manifest_parser · 70%
info
Tool: skylight_copy_messages_to_frames manifest_parser · 70%
info
Tool: skylight_add_message_comment manifest_parser · 70%
info
Tool: skylight_set_message_caption manifest_parser · 70%
info
Tool: skylight_like_message manifest_parser · 70%
info
Tool: skylight_unlike_message manifest_parser · 70%
info
Tool: skylight_delete_messages manifest_parser · 70%
info
Tool: skylight_delete_message manifest_parser · 70%
info
Tool: skylight_get_reward manifest_parser · 70%
info
Tool: skylight_create_reward manifest_parser · 70%
info
Tool: skylight_update_reward manifest_parser · 70%
info
Tool: skylight_delete_reward manifest_parser · 70%
info
Tool: skylight_redeem_reward manifest_parser · 70%
info
Tool: skylight_unredeem_reward manifest_parser · 70%
info
Tool: skylight_add_reward_points manifest_parser · 70%
info
Tool: skylight_upload_photo manifest_parser · 70%
info
Tool: skylight_import_events_from_photo manifest_parser · 70%
info
Tool: skylight_list_recipes manifest_parser · 70%
info
Tool: skylight_list_meal_categories manifest_parser · 70%
info
Tool: skylight_list_meals manifest_parser · 70%
info
Tool: skylight_get_recipe manifest_parser · 70%
info
Tool: skylight_create_recipe manifest_parser · 70%
info
Tool: skylight_update_recipe manifest_parser · 70%
info
Tool: skylight_delete_recipe manifest_parser · 70%
info
Tool: skylight_plan_meal manifest_parser · 70%
info
Tool: skylight_add_recipe_to_grocery_list manifest_parser · 70%
info
Tool: skylight_list_events manifest_parser · 70%
info
Tool: skylight_get_event manifest_parser · 70%
info
Tool: skylight_create_event manifest_parser · 70%
info
Tool: skylight_update_event manifest_parser · 70%
info
Tool: skylight_delete_event manifest_parser · 70%
info
Tool: skylight_list_categories manifest_parser · 70%
info
Tool: skylight_list_source_calendars manifest_parser · 70%
info
Tool: skylight_list_recent_invited_emails manifest_parser · 70%
info
Tool: skylight_get_event_notification_settings manifest_parser · 70%
info
Tool: skylight_update_event_notification_settings manifest_parser · 70%
info
Tool: skylight_list_tasks manifest_parser · 70%
info
Tool: skylight_create_task manifest_parser · 70%
info
Tool: skylight_update_task manifest_parser · 70%
info
Tool: skylight_delete_task manifest_parser · 70%
info
Tool: skylight_generate_meal_plan manifest_parser · 70%
info
Tool: skylight_generate_activity_ideas manifest_parser · 70%
info
Tool: skylight_get_auto_creation_intent manifest_parser · 70%
info
Tool: skylight_list_auto_creation_intents manifest_parser · 70%
info
Tool: skylight_list_auto_creation_drafts manifest_parser · 70%
info
Tool: skylight_list_auto_creation_items manifest_parser · 70%
info
Tool: skylight_approve_auto_creation manifest_parser · 70%
info
Tool: skylight_undo_auto_creation manifest_parser · 70%
info
Tool: skylight_list_frames manifest_parser · 70%
info
Tool: skylight_get_frame manifest_parser · 70%
info
Tool: skylight_list_frame_members manifest_parser · 70%
info
Tool: skylight_list_devices manifest_parser · 70%
info
Tool: skylight_get_plus_access manifest_parser · 70%
info
Tool: skylight_get_reward_points manifest_parser · 70%
info
Tool: skylight_get_household_config manifest_parser · 70%
info
Tool: skylight_set_device_album manifest_parser · 70%
info
Tool: skylight_rename_device manifest_parser · 70%
info
Tool: skylight_list_calendars manifest_parser · 70%
info
Tool: skylight_get_calendar manifest_parser · 70%
info
Tool: skylight_list_nudges manifest_parser · 70%
info
Tool: skylight_add_webcal manifest_parser · 70%
info
Tool: skylight_update_calendar manifest_parser · 70%
info
Tool: skylight_delete_source_calendar manifest_parser · 70%
info
Tool: skylight_set_default_calendar manifest_parser · 70%
info
Tool: skylight_link_apple_calendar manifest_parser · 70%
info
Tool: skylight_categorize_source_calendar manifest_parser · 70%
info
Tool: skylight_create_source_calendar manifest_parser · 70%
info
Tool: skylight_update_frame manifest_parser · 70%
info
Tool: skylight_rename_frame manifest_parser · 70%
info
Tool: skylight_update_profile manifest_parser · 70%
info
Tool: skylight_update_household_config manifest_parser · 70%
info
Tool: skylight_set_reminder_profile manifest_parser · 70%
info
Tool: skylight_list_chores manifest_parser · 70%
info
Tool: skylight_create_chore manifest_parser · 70%
info
Tool: skylight_create_recurring_chore manifest_parser · 70%
info
Tool: skylight_complete_chore manifest_parser · 70%
info
Tool: skylight_update_chore manifest_parser · 70%
info
Tool: skylight_complete_chore_instance manifest_parser · 70%
info
Tool: skylight_uncomplete_chore manifest_parser · 70%
info
Tool: skylight_delete_chore manifest_parser · 70%
info
Tool: skylight_search_chores manifest_parser · 70%
info
Tool: skylight_list_rewards manifest_parser · 70%
info
Tool: skylight_resolve_member manifest_parser · 70%
info
Tool: skylight_invite_user manifest_parser · 70%
info
Tool: skylight_approve_user manifest_parser · 70%
info
Tool: skylight_remove_user manifest_parser · 70%
info
Tool: skylight_delete_category manifest_parser · 70%
info
Tool: skylight_update_family_member manifest_parser · 70%
info
Tool: skylight_list_avatars manifest_parser · 70%
info
Tool: skylight_set_member_avatar manifest_parser · 70%
info
Tool: skylight_create_category manifest_parser · 70%
info
Tool: skylight_update_category manifest_parser · 70%
info
Tool: skylight_list_lists manifest_parser · 70%
info
Tool: skylight_get_list_items manifest_parser · 70%
info
Tool: skylight_create_list manifest_parser · 70%
info
Tool: skylight_add_list_item manifest_parser · 70%
info
Tool: skylight_update_list_item manifest_parser · 70%
info
Tool: skylight_delete_list_item manifest_parser · 70%
info
Tool: skylight_update_list manifest_parser · 70%
info
Tool: skylight_delete_list manifest_parser · 70%
info
Tool: skylight_move_list_item manifest_parser · 70%
info
Tool: skylight_clear_list manifest_parser · 70%
info
Tool: skylight_delete_list_items manifest_parser · 70%
info
Tool: skylight_set_list_item_section manifest_parser · 70%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 238 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%