LaunchKit · 2026
Back to Skills

Manage grocery and shopping lists via AnyList.

2
1.9k downloads
by @mjrussell

Setup & Installation

openclaw skills install @mjrussell/anylist

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

npx clawhub install anylist

What This Skill Does

Manages grocery and shopping lists in AnyList through a CLI. Supports adding items with categories and quantities, checking off items, and viewing list contents.

Lets an AI agent read and update your AnyList grocery lists directly from natural language, without opening the app.

When to use it

  • Adding ingredients for a recipe to the grocery list
  • Checking off items as you shop
  • Viewing only unchecked items before leaving for the store
  • Clearing checked items after a shopping trip
  • Adding items with specific quantities like '2 lbs chicken'

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Add ingredients for tacos to the grocery list'

AGENT
  1. 1Run `anylist add "Grocery" "Ground beef" --category meat`
  2. 2Run `anylist add "Grocery" "Taco shells" --category other`
  3. 3Run `anylist add "Grocery" "Lettuce" --category produce`
  4. 4Run `anylist add "Grocery" "Tomatoes" --category produce`
  5. 5Run `anylist add "Grocery" "Cheese" --category dairy`
OUTPUT

Five items added to the Grocery list, each assigned to the appropriate category

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AnyList accountANYLIST_EMAIL and ANYLIST_PASSWORD environment variables (or interactive login via `anylist auth`)