WhipWhip

What’s for Dinner?

2026-09-08 08:45 UTCupdated 2026-09-16 09:00 UTCviews 5Recommended

You can use this set without the extension installed. Copy the share string below · How to get the extension

Tell it what’s in the fridge and get dinner options you can actually make. Anything you’re missing goes on a running shopping list for the next trip.

What this set contains

What’s for Dinner?
Author WhipWhipVersion 1.0Updated 2026-09-08T00:00:00.000ZSigning key sKoI5iYX

Tell it what’s in the fridge and get dinner options you can actually make. Anything you’re missing goes on a running shopping list for the next trip.

Whips 4

What can I make?
Steps 8
  1. INPUThave title=What can I make?, message=What’s in the fridge? Rough is fine., placeholder=
  2. INPUTmood title=What can I make?, message=What do you feel like? (quick, warm, spicy…), placeholder=
  3. NAVIGATE kind=new_chat, target=, service=
  4. CHAT_INPUT text=Here’s what I have: {{var.have}} Tonight I feel like somethi…, mode=replace
  5. CHAT_SUBMIT
  6. WAIT condition=assistant_done, timeoutMs=20000
  7. VAR_SETrecipe valueSource=var.last.assistant, valueFilter=
  8. SHOW_RESULT_MODAL title=Tonight’s options, body={{var.recipe}}, copyButton=copy_body
Add to the list
Steps 4
  1. INPUTmissing title=Add to the list, message=What do you need to buy?, placeholder=
  2. VAR_APPENDcart fields=[{"name":"what","value":"{{var.missing}}"},{"name":"date","v…, autoId=true, idPrefix=buy-
  3. VAR_DERIVEcart_index sourceKey=cart, itemTemplate=- {{item.what}}, sortField=id
  4. SHOW_RESULT_MODAL title=Shopping list, body={{var.cart_index}}, copyButton=copy_body
See the list
Steps 2Requires: cart
  1. VAR_DERIVEcart_index sourceKey=cart, itemTemplate=- {{item.what}}, sortField=id
  2. SHOW_RESULT_MODAL title=Shopping list, body={{var.cart_index}}, copyButton=copy_body
Remove an item
Steps 4
  1. CHOICEtarget_item title=What should come off?, message=What should come off?, options=[]
  2. VAR_REMOVEcart itemId={{var.target_item}}
  3. VAR_DERIVEcart_index sourceKey=cart, itemTemplate=- {{item.what}}, sortField=id
  4. SHOW_RESULT_MODAL title=Shopping list, body={{var.cart_index}}, copyButton=copy_body

Tags 0

None

Variables 7

KeyLabelSourceRequired
haveWhat I haveuser_input asks inlineYes
moodWhat I feel likeuser_input asks inlineYes
missingTo buyuser_input asks inlineYes
recipeTonight’s optionsset_by_actionNo
cartShopping listset_by_actionNo
cart_indexListset_by_actionNo
target_itemItem to removeset_by_actionNo

Share string

In the extension panel, open the Select set dropdown, hit 📥 Import and paste — a preview comes first. What you paste here is kept exactly as it is, and reaches the other person unchanged.

Reply

No replies yet.

Sign in to reply. Sign in with Google