shopping-tracker

Track purchased items, wish lists, and repurchase cycles via a shopping MCP server.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/guizonatto/myopen-claw --skill shopping-tracker-guizonatto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopping-tracker
Source: https://github.com/guizonatto/myopen-claw/tree/main/skills/shopping-tracker
Command: npx skills add https://github.com/guizonatto/myopen-claw --skill shopping-tracker-guizonatto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Keeping track of household purchases manually leads to forgotten items, duplicate buys, and no visibility into how often products run out. This Skill records what you buy, learns your consumption rhythm, and reminds you before items run out. ## Core Features & Use Cases - Purchase Parsing: Accepts free-text input (or receipt photos) like "2x milk, 1kg rice" and normalizes items with quantity, unit, price, store, brand, and package volume. - Wish List Management: Maintains a persistent wish list stored through the shopping MCP server. - Periodicity Tracking & Notifications: Computes average days between purchases per item and notifies you when something is likely due for repurchase. - Use Case: After grocery shopping, tell the assistant "3x milk, 2 whole wheat bread, 1kg rice" and it logs everything, updates purchase intervals, and later warns you that milk will run out in 5 days. ## Quick Start Tell the assistant which items you just bought, for example "I bought 2 milks, 1 bread and 1kg of rice", and it will record the purchase and track when you need to buy again.

Frequently Asked Questions about shopping-tracker

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

FAQPage Schema
How do I track my grocery purchases with an AI assistant?

Send a free-text message listing what you bought, such as "2x milk, 1kg rice", and the Skill extracts and normalizes each item with quantity, unit, price, store, and brand. The data is saved to the shopping MCP database for ongoing tracking.

How does purchase periodicity tracking work?

The Skill stores the date of each purchase and computes the average number of days between buys per item. When the elapsed time approaches that average, it generates a notification telling you the item will likely need to be repurchased soon.

Can I manage a shopping wish list with this Skill?

Yes, items can be flagged with a wishlist attribute and stored through the shopping MCP server. Wish list entries support the same fields as purchases, including name, quantity, unit, price, store, brand, and package volume.

What input formats does the shopping tracker accept?

It accepts plain text lists of purchased items and can also process photos of receipts as input. Text entries are parsed into structured items with fields like quantity, unit, and package volume before being saved.

What are the requirements to run the shopping tracker Skill?

The Skill depends on an external MCP server named shopping_tracker_mcp, expected at an HTTP endpoint, which persists purchases and wish list data. Without that MCP service running, items cannot be saved or tracked over time.