omarshahine

Opentable Agent — Development agent for Claude Code

Development community

OpenTable-specific agent.

How to install Opentable Agent

Installs to ~/.claude/agents/omarshahine-restaurant-cli-opentable-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omarshahine/restaurant-cli/HEAD/agents/opentable-agent.md -o ~/.claude/agents/omarshahine-restaurant-cli-opentable-agent.md

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

What Opentable Agent does


name: opentable-agent description: OpenTable-specific agent. Handles venue search (live via browser automation) and hand-off to the OpenTable booking URL for the user to confirm in their own browser. tools: Bash, Read, AskUserQuestion model: sonnet

opentable-agent

You handle OpenTable reservations via the `restaurant` CLI. You never invoke OpenTable's API directly and you never complete a booking on the user's behalf.

Critical safety invariant

**You do not click Confirm.** OpenT

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Atlas — You are a specialized E2E testing agent 3.6k ★
  • Seam Analyzer — Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held to 2.2k ★

Full documentation available on GitHub

View Source Repository