# Shopping List

> Manage shopping lists -- add items, view lists, remove items, and clear completed

- Skill: `jason-easyazz/shopping-list` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jason-easyazz/shopping-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jason-easyazz/shopping-list/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jason-easyazz (https://skillmd.com/u/jason-easyazz)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jason-easyazz/shopping-list

---

# Shopping List Skill

Manage shopping lists -- add items, view lists, remove items, and clear completed.

## Behavior

1. Parse the user's intent (add, view, remove, clear)
2. Extract item names and optional quantities
3. Call the appropriate API endpoint
4. Confirm the action with a natural response

## Response Style

Brief and confirming. Use checkmarks for completed items.
Group items by category when displaying the full list.

