Add pantry-pro: voice pantry inventory, expiry alerts, and meal ideas from stock - #368
Open
ileana-pr wants to merge 1 commit into
Open
Add pantry-pro: voice pantry inventory, expiry alerts, and meal ideas from stock#368ileana-pr wants to merge 1 commit into
ileana-pr wants to merge 1 commit into
Conversation
… from stock Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🆕 New Community Ability
Ability Name:
community/pantry-proWhat does it do?
Voice-guided pantry assistant for OpenHome. Tracks pantry and fridge inventory across sessions, suggests meals from what's already in stock (oldest food first), alerts before items expire, and builds a shopping list from used-up items and missing recipe ingredients.
Example conversation
User: "pantry pro"
OpenHome: "You have pasta, tomato sauce, and canned beans. Want recipe ideas?"
User: "yes"
OpenHome: "Using tomato sauce before it goes. I can do 1, Pasta and Beans. 2, Tomato and Herb Pasta. 3, Bean chilli. Pick a number, or say skip."
User: "1"
OpenHome: "Pasta and Beans. You're missing onion and garlic. Add those to the shopping list?"
APIs Required
None. Recipes use the free TheMealDB API (no key), with an LLM fallback if the request fails.
Checklist
main.pyextendsMatchingCapabilitywithregister_capabilityREADME.mdexists with description + setup instructionscommunity/pantry-pro/Summary
pantrypro_inventory.jsonTest plan
pantry proon an empty pantry and add a few items with dateswhat's in the fridge/what's expiringwhat can I cookand pick a recipe; confirm missing items can go on the shopping listwe're out of milkand confirm restock offerdonereturns to the Agent (resume_normal_flow)Made with Cursor