实验室Lab / Grok Bot / 边推婴儿车边用语音买菜 Voice grocery shopping on a walk

社区 Community 需审批 Needs approval 多Agent Multi-agent Skill Skill

边推婴儿车边用语音买菜 Voice grocery shopping on a walk

Voice grocery shopping on a walk

Debbie O'Brien 在手机上用语音让 Grok Bot 往 Alcampo 购物车加东西:截图核对品牌、按照片认零食、查肉饼含肉比例,验证码自己过,付款她最终点头。之后还让 Bot 比了别家超市的同品牌价格。她把这件事从幕僚长里拆成独立的 Shopping Bot,以免上下文被购物填满。 Debbie O'Brien used voice on her phone so Grok Bot could add to an Alcampo cart: screenshot the brands, identify snacks from a photo, check meat percentage on burgers, she cleared captchas herself, and she gave the final okay on payment. Afterwards the Bot compared named-brand prices at other delivery supermarkets. She split this off the chief of staff into a dedicated Shopping Bot so shopping would not fill the context window.

这条用法在做什么What this use does

Debbie O'Brien 在手机上用语音让 Grok Bot 往 Alcampo 购物车加东西:截图核对品牌、按照片认零食、查肉饼含肉比例,验证码自己过,付款她最终点头。之后还让 Bot 比了别家超市的同品牌价格。她把这件事从幕僚长里拆成独立的 Shopping Bot,以免上下文被购物填满。 Debbie O'Brien used voice on her phone so Grok Bot could add to an Alcampo cart: screenshot the brands, identify snacks from a photo, check meat percentage on burgers, she cleared captchas herself, and she gave the final okay on payment. Afterwards the Bot compared named-brand prices at other delivery supermarkets. She split this off the chief of staff into a dedicated Shopping Bot so shopping would not fill the context window.

收录理由Why we listed it 社区真人教程,不是官网一句话角色:移动端语音、截图核对、人过验证码、付款必须人审。适合当生活向 Routine 的示范。 A real community walkthrough, not a one-line official role: mobile voice, screenshot checks, a human on captchas, and payment only after a nod. A good life-admin Routine demo.

上手路径How to start

审批边界Approval boundary

不付款、不保存支付方式、不改配送地址;只维护购物车并交出清单与截图。 Do not pay, save a payment method, or change the delivery address; keep the cart and return a list plus screenshots.

  1. 先跑一次安全范围Run a safe first pass

    先在可撤回、不外发的范围内试跑。本条未批准前:不付款、不保存支付方式、不改配送地址;只维护购物车并交出清单与截图。。 Try it first in a reversible, non-outbound scope. Until approved: Do not pay, save a payment method, or change the delivery address; keep the cart and return a list plus screenshots..

  2. 存 SkillSave a Skill

    这条用法已包含可复用 Skill。跑通安全范围后,立刻把步骤固化下来。 This use already includes a reusable Skill. After the safe pass, lock the steps in.

  3. 再上 RoutineThen add a Routine

    确认输出可靠后,再考虑定时或事件触发;例行默认仍应停在待审。 After output is reliable, consider a schedule or event trigger. Routines should still stop at review by default.

相关案例Related cases