Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Updated header comments with calendar commands
What This Skill Does
Unofficial API client for Cozi Family Organizer. Manages shopping lists, todo lists, and calendar appointments via command-line. Uses a reverse-engineered API that may break if Cozi updates their service.
Lets an agent read and update Cozi lists and calendar without any manual app interaction.
When to use it
- Adding groceries to a shared family shopping list
- Creating a chore list for the weekend
- Checking upcoming appointments on the family calendar
- Marking purchased items as done during a store run
- Scheduling an appointment with a location and time
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add eggs and bread to my shopping list
- 1Authenticates with Cozi using COZI_EMAIL and COZI_PASSWORD
- 2Retrieves all lists to identify the shopping list ID
- 3Runs add command with the list ID and item 'eggs'
- 4Runs add command with the list ID and item 'bread'
Both items added to the shopping list in Cozi
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.