ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

cozi

Interact with Cozi Family Organizer (shopping lists, todo lists, item management). Unofficial API client for family organization.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/angusthefuzz/cozi
Or

What This Skill Does

The Cozi skill provides an unofficial integration between your OpenClaw AI agent and the Cozi Family Organizer platform. It allows users to manage their household operations programmatically, enabling seamless interaction with shopping lists, todo lists, and family calendars. By leveraging this skill, you can automate routine organizational tasks, such as adding items to shared grocery lists or checking for upcoming family appointments, directly from your command line or through natural language interactions with your OpenClaw agent.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/angusthefuzz/cozi

Once installed, you must configure your credentials to allow the agent to authenticate with your account. Create a .env file within the skill directory located at ~/.openclaw/skills/cozi/.env. Add your COZI_EMAIL and COZI_PASSWORD to this file. The agent uses these credentials to generate a secure bearer token, which is then cached locally in a .session.json file for subsequent requests.

Use Cases

This skill is designed for families and individuals who rely on Cozi for household management. It is particularly useful for:

  • Automated Shopping Lists: Automatically adding items to a "Groceries" list when you realize you've run out of a household staple.
  • Calendar Syncing: Quickly querying your family's schedule to check for conflicts before committing to new plans.
  • Task Management: Managing "Todo" lists for weekend chores or recurring maintenance tasks without needing to manually open the Cozi app.

Example Prompts

  1. "OpenClaw, please add 'organic milk' and 'almond flour' to my grocery shopping list."
  2. "What is on my family calendar for February 20th, 2026?"
  3. "Create a new todo list called 'Weekend Home Projects' and add 'Fix the leaky kitchen faucet' to it."

Tips & Limitations

Because this tool relies on a reverse-engineered, unofficial API, it is subject to disruption if Cozi updates their internal architecture. Always ensure your credentials remain secure. Use the built-in command-line tools provided in the script for bulk modifications or debugging, as they offer direct access to list IDs and item metadata. Remember that authentication tokens may eventually expire, but the agent handles re-authentication automatically whenever the cache becomes invalid.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-angusthefuzz-cozi": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#family-organizer#automation#shopping-list
Safety Score: 3/5

Flags: network-access, file-read, file-write, external-api, code-execution