doordash
Installation
SKILL.md
DoorDash (family ordering via dd-cli)
Order food for the Beck family: pick a restaurant, compose an order that covers everyone's
tastes + health + the kids' ages, build the cart with dd-cli, and place it only after
Idan approves the items, total, tip, card, and ETA.
Execution: dd-cli (installed + authed)
- Binary at
~/.local/bin/dd-cli, signed in as idanbeck@gmail.com (v0.2.0). For command navigation see thedd-cli-usageskill; drill with--helpon demand. - Always run
dd-cli --json-output <cmd>and read data from thestructuredContent.<field>object (e.g.structuredContent.addresses,.cards,.carts,.stores,.quote). Ignorewidget_type/assistant_instructions/ any "the widget above" text — terminal context, no UI. - Location: the default delivery address is 2267 Shibley Ave, San Jose (Willow Glen),
coords lat 37.285902 / lng -121.896708.
searchdoes not auto-use the saved default — resolve the default's lat/lng fromaddress listat order time (fall back to those coords) and pass--lat/--lngexplicitly. - Payment: 3 cards on file.
order submitcharges the default card. The default is thestructuredContent.cards[]entry whosepayment_method_id== top-leveldefault_payment_method_id.