LaunchKit · 2026
Back to Skills

Interact with Cozi Family Organizer (shopping lists, todo lists, item management)

2
468 downloads
by @angusthefuzz

Setup & Installation

openclaw skills install @angusthefuzz/cozi

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cozi

Version History

v1.0.2Feb 15, 2026 - Version note by skill developer:

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.

INPUT

User asks: Add eggs and bread to my shopping list

AGENT
  1. 1Authenticates with Cozi using COZI_EMAIL and COZI_PASSWORD
  2. 2Retrieves all lists to identify the shopping list ID
  3. 3Runs add command with the list ID and item 'eggs'
  4. 4Runs add command with the list ID and item 'bread'
OUTPUT

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.

Cozi Family Organizer account (cozi.com)COZI_EMAIL env var set to your account emailCOZI_PASSWORD env var set to your account password