skylight_create_category
Create a family member or category on the Skylight frame. Set linked_to_profile and selected_for_chore_chart to add a chore chart member with a chosen avatar.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Hex color, e.g. "#82D7DD". | |
| label | Yes | Display name for the member/category. | |
| frameId | No | ||
| avatar_id | No | Preset avatar id from skylight_list_avatars. | |
| linked_to_profile | No | Make this a full family-member profile (vs a basic label). | |
| selected_for_chore_chart | No | Show this member on the chore chart. |