From beacon
Use this skill when creating, managing, or querying family chores in Beacon. Covers chore creation with assignments, frequencies, payouts, completion tracking, streaks, and the leaderboard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/beacon:choresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Chores are tasks assigned to family members with optional dollar payouts. Members earn streaks for consecutive days of completion, and earnings are tracked on a leaderboard.
Chores are tasks assigned to family members with optional dollar payouts. Members earn streaks for consecutive days of completion, and earnings are tracked on a leaderboard.
Use beacon_create_chore with:
name (required) — e.g., "Make bed", "Feed the dog"assigned_to — array of member names (case-insensitive fuzzy match)frequency — daily (default), weekly, or oncevalue_cents — payout in cents (e.g., 100 = $1.00)icon — emoji (default: 🧹)Create a chore:
name: "Walk the dog"
assigned_to: ["Lennon", "Elliott"]
frequency: daily
value_cents: 100
icon: 🐕
Use beacon_manage_chore with action: "complete", chore_name, and member_name.
Completions are timestamped. Each member completes independently — one person completing doesn't affect others.
| Field | Type | Description |
|---|---|---|
id | string | Auto-generated unique ID |
name | string | Display name |
assigned_to | string[] | Member IDs |
frequency | string | daily, weekly, or once |
value_cents | number | Payout value in cents |
icon | string | Emoji icon |
beacon_list_chores — Returns all chores with assigned_to_names and completed_today_by arraysbeacon_list_family_members first if you need to resolve member namesvalue_cents field is in cents, not dollars (50 = $0.50, 100 = $1.00)npx claudepluginhub asachs01/beacon --plugin beaconDesigns age-appropriate chore systems matching tasks to developmental stage and structuring accountability without over-reliance on rewards.
Automates Google Tasks via Rube MCP (Composio) for creating, listing, updating, deleting, moving, and bulk-inserting tasks and task lists.