omarshahine

Restaurant Setup — Development skill for Claude Code

Development community

Interactively configure credentials for a reservation provider (Resy, OpenTable, etc.

How to install Restaurant Setup

Installs to ~/.claude/skills/omarshahine-restaurant-cli-restaurant-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omarshahine-restaurant-cli-restaurant-setup && curl -fsSL https://raw.githubusercontent.com/omarshahine/restaurant-cli/HEAD/commands/restaurant-setup.md -o ~/.claude/skills/omarshahine-restaurant-cli-restaurant-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Restaurant Setup does


description: Interactively configure credentials for a reservation provider (Resy, OpenTable, etc.)

Restaurant Setup

Run:

restaurant setup $ARGUMENTS

If no provider id was supplied, ask which provider they want to set up — show the list from `restaurant doctor`.

The setup flow is fully interactive. For Resy, it prompts for email + password and exchanges them for a durable auth token via `POST /3/auth/password`. The password is consumed and discarded. **It is env-first:

Alternatives in Development

  • Claude Config — Built-in /config command to manage settings interactively 81.1k ★
  • Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★
  • Providers — Multi-Provider Support 1.1k ★

Full documentation available on GitHub

View Source Repository