idanbeck/claude-skills

dd-cli-usage

>- Use DoorDash CLI (dd-cli) to order food, groceries, or retail items from local businesses via DoorDash.

First seen Jul 25, 2026

Installation

$ npx skills add idanbeck/claude-skills --skill dd-cli-usage

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from idanbeck/claude-skills · top by installs.

npx skills add idanbeck/claude-skills

Browse all from idanbeck/claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 13
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 794 B
  • docs SUMMARY.md 123 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

DoorDash CLI

dd-cli is available on PATH. Its commands form a tree of command groups terminating in leaf commands.

"DoorDash CLI" and dd-cli refer to the same tool — the command you run is dd-cli. Treat either name from the user as interchangeable.

Use --help / -h to navigate on demand — start at the root and follow only the path relevant to the user's request:

dd-cli --help               # root: all commands and groups
dd-cli cart --help          # group: lists subcommands
dd-cli cart add-items --help  # leaf: options and usage

Do not pre-map the full tree. Drill deeper only when you need the next level.