shopping-list

Add, view, remove, and clear items on a user-defined shopping list.

3|1|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/jason-easyazz/zoe-ai-assistant --skill shopping-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopping-list
Source: https://github.com/jason-easyazz/zoe-ai-assistant/tree/main/skills/shopping-list
Command: npx skills add https://github.com/jason-easyazz/zoe-ai-assistant --skill shopping-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage their shopping lists by allowing them to add, view, remove, and clear items, streamlining the grocery shopping process.

Core Features & Use Cases

  • Add Items: Easily add new items to your shopping list.
  • View List: See all items currently on your shopping list.
  • Remove Items: Take off items you no longer need or have purchased.
  • Clear List: Start fresh by clearing the entire shopping list.
  • Use Case: "Add milk and eggs to my shopping list." or "What's on my shopping list?"

Quick Start

Add milk to my shopping list.

Frequently Asked Questions about shopping-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage my shopping list using voice commands?

You can manage your shopping list by simply stating your intent, such as asking to add milk and eggs, view the list, remove items, or clear the entire list.

How do I add groceries to my shopping list?

To add groceries to your shopping list, just specify the items you need, like saying add milk and eggs to my shopping list, and the backend service will persist them.

Can I view and remove specific items from my shopping list?

Yes, you can view all items currently on your shopping list and remove specific items you no longer need or have already purchased during your grocery shopping.

What is the best way to clear my shopping list and start fresh?

The best way to clear your shopping list and start fresh is to use the clear list function, which removes all persisted items through the backend API operations.

Does the shopping list management skill require external dependencies?

No, the shopping list management skill operates without external dependencies, using an integrated backend service to persist and retrieve your list data.

Are my shopping list items saved permanently across sessions?

Yes, your shopping list items are saved permanently because the skill integrates with a backend service to persist and retrieve list data via API-driven operations.