Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manage grocery and shopping lists via AnyList. Use when user asks about shopping lists, groceries, or adding/checking off items to buy.
.claude/skills/sundial-org-anylist/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -52% | 0% |
Manage grocery and shopping lists via AnyList.
bashnpm install -g anylist-cli
bash# Authenticate interactively anylist auth # Or set environment variables for non-interactive use export ANYLIST_EMAIL="your@email.com" export ANYLIST_PASSWORD="your-password"
bashanylist lists # Show all lists anylist lists --json # Output as JSON
bashanylist items "Grocery" # Show items in a list anylist items "Grocery" --unchecked # Only unchecked items anylist items "Grocery" --json # Output as JSON
bashanylist 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
bashanylist 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
User: "What's on the grocery list?"
bashanylist items "Grocery" --unchecked
User: "Add milk and eggs to groceries"
bashanylist add "Grocery" "Milk" --category dairy anylist add "Grocery" "Eggs" --category dairy
User: "Check off the bread"
bashanylist check "Grocery" "Bread"
User: "Add ingredients for tacos"
bashanylist 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
--json for scripting and programmatic accessOther measured skills in the registry, with their headline benchmark lift.