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 the dd-cli-usage skill; drill with --help on demand.
  • Always run dd-cli --json-output <cmd> and read data from the structuredContent.<field> object (e.g. structuredContent.addresses, .cards, .carts, .stores, .quote). Ignore widget_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. search does not auto-use the saved default — resolve the default's lat/lng from address list at order time (fall back to those coords) and pass --lat/--lng explicitly.
  • Payment: 3 cards on file. order submit charges the default card. The default is the structuredContent.cards[] entry whose payment_method_id == top-level default_payment_method_id.
Installs
3
GitHub Stars
12
First Seen
Jul 25, 2026
doordash — idanbeck/claude-skills