skylight_create_category
Create a category or family member on the Skylight frame, with options to link it to a profile, include it in the chore chart, and choose an 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. |