Personal Assistance
The personal-assistance domain is organized around list-manager and two core
lists: todo for committed actions and triage for possibilities awaiting a
decision. Other skills produce, consume, or reconcile this shared state:
email-triage captures actions, daily-plan uses list items in planning, and
wrap-up records outcomes and unresolved handoffs. These model-directed skills
use Python tools for repeatable operations such as validation, persistence,
ordering, filtering, and run-state tracking.
For first-time setup, skill routing, and the typical daily sequence, see the Personal Assistance Quickstart.
Generated from live blueprints. Do not edit this block by hand.
daily-plan— Generate today's plan from calendar, todos, and weatheremail-client— Read, search, and send email across configured accountsemail-triage— Triage the inbox into todo and triage lists since the last runget-weather— Fetch weather for a location, day, or date rangelist-manager— Manage personal YAML lists in cloud storageonline-calendar— Read and modify Google Calendar via a local OAuth CLIsend-feedback— Send feedback, report a problem, or describe a failed Famulus workflow to its maintainerwrap-up— Review the day, update plans and lists, and find handoff candidates via find-handoff-candidates