WhipWhip

오늘 저녁 뭐 먹지

2026-09-08 07:07 UTCupdated 2026-09-16 09:00 UTCviews 14Recommended

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

냉장고에 있는 걸 적으면 그걸로 만들 수 있는 메뉴를 줍니다. 사야 할 게 생기면 장바구니에 쌓아두고, 장 볼 때 꺼내 보세요.

The story behind this set: What's for dinner — one chatbot run

What this set contains

오늘 저녁 뭐 먹지
Author WhipWhipVersion 1.0Updated 2026-09-08T00:00:00.000ZSigning key sKoI5iYX

냉장고에 있는 걸 적으면 그걸로 만들 수 있는 메뉴를 줍니다. 사야 할 게 생기면 장바구니에 쌓아두고, 장 볼 때 꺼내 보세요.

Whips 4

뭐 해먹지
Steps 8
  1. INPUThave title=뭐 해먹지, message=냉장고에 뭐가 있나요? 대충 적어도 돼요, placeholder=
  2. INPUTmood title=뭐 해먹지, message=오늘은 어떤 게 당기나요? (간단한 거, 뜨끈한 거, 매운 거…), placeholder=
  3. NAVIGATE kind=new_chat, target=, service=
  4. CHAT_INPUT text=냉장고에 이런 게 있어: {{var.have}} 오늘은 {{var.mood}} 먹고 싶어. 이걸로 만들 수…, 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=오늘 메뉴, body={{var.recipe}}, copyButton=copy_body
장바구니에 담기
Steps 4
  1. INPUTmissing title=장바구니에 담기, message=뭘 사야 하나요?, 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=장바구니, body={{var.cart_index}}, copyButton=copy_body
장바구니 보기
Steps 2Requires: cart
  1. VAR_DERIVEcart_index sourceKey=cart, itemTemplate=- {{item.what}}, sortField=id
  2. SHOW_RESULT_MODAL title=장바구니, body={{var.cart_index}}, copyButton=copy_body
산 것 빼기
Steps 4
  1. CHOICEtarget_item title=뭘 뺄까요?, message=뭘 뺄까요?, options=[]
  2. VAR_REMOVEcart itemId={{var.target_item}}
  3. VAR_DERIVEcart_index sourceKey=cart, itemTemplate=- {{item.what}}, sortField=id
  4. SHOW_RESULT_MODAL title=장바구니, body={{var.cart_index}}, copyButton=copy_body

Tags 0

None

Variables 7

KeyLabelSourceRequired
have있는 재료user_input asks inlineYes
mood오늘 기분user_input asks inlineYes
missing사야 할 것user_input asks inlineYes
recipe오늘 메뉴set_by_actionNo
cart장바구니set_by_actionNo
cart_index장바구니 목록set_by_actionNo
target_item뺄 것set_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