Anylist
/install anylist
AnyList CLI
Manage grocery and shopping lists via AnyList.
Installation
npm install -g anylist-cli
Setup
# Authenticate interactively
anylist auth
# Or set environment variables for non-interactive use
export ANYLIST_EMAIL="[email protected]"
export ANYLIST_PASSWORD="your-password"
Commands
Lists
anylist lists # Show all lists
anylist lists --json # Output as JSON
Items
anylist items "Grocery" # Show items in a list
anylist items "Grocery" --unchecked # Only unchecked items
anylist items "Grocery" --json # Output as JSON
Add Items
anylist add "Grocery" "Milk"
anylist add "Grocery" "Milk" --category dairy
anylist add "Grocery" "Chicken" --category meat --quantity "2 lbs"
Categories: produce, meat, seafood, dairy, bakery, bread, frozen, canned, condiments, beverages, snacks, pasta, rice, cereal, breakfast, baking, spices, seasonings, household, personal care, other
Manage Items
anylist check "Grocery" "Milk" # Mark as checked
anylist uncheck "Grocery" "Milk" # Mark as unchecked
anylist remove "Grocery" "Milk" # Remove from list
anylist clear "Grocery" # Clear all checked items
Usage Examples
User: "What's on the grocery list?"
anylist items "Grocery" --unchecked
User: "Add milk and eggs to groceries"
anylist add "Grocery" "Milk" --category dairy
anylist add "Grocery" "Eggs" --category dairy
User: "Check off the bread"
anylist check "Grocery" "Bread"
User: "Add ingredients for tacos"
anylist add "Grocery" "Ground beef" --category meat
anylist add "Grocery" "Taco shells" --category other
anylist add "Grocery" "Lettuce" --category produce
anylist add "Grocery" "Tomatoes" --category produce
anylist add "Grocery" "Cheese" --category dairy
Notes
- List and item names are case-insensitive
- If an item already exists, adding it again will uncheck it (useful for recipes)
- Use
--jsonfor scripting and programmatic access
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anylist - 安装完成后,直接呼叫该 Skill 的名称或使用
/anylist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Anylist 是什么?
Manage grocery and shopping lists via AnyList. Use when user asks about shopping lists, groceries, or adding/checking off items to buy. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2252 次。
如何安装 Anylist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anylist」即可一键安装,无需额外配置。
Anylist 是免费的吗?
是的,Anylist 完全免费(开源免费),可自由下载、安装和使用。
Anylist 支持哪些平台?
Anylist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anylist?
由 Matt Russell(@mjrussell)开发并维护,当前版本 v0.1.0。