restaurant-reservation

Book restaurant reservations on OpenTable or Resy with OTP verification and confirmations.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill restaurant-reservation-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restaurant-reservation
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/restaurant-reservation
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill restaurant-reservation-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of booking restaurant reservations manually across OpenTable or Resy, especially when login requires OTP verification and multiple confirmation steps.

Core Features & Use Cases

  • OpenTable or Resy browser booking: Automates navigating, searching, selecting a time slot, and completing the reservation flow using browser automation.
  • OTP-aware authentication: Handles sign-in by filling credentials and prompting you for the latest verification code via a form UI, then proceeds only after verification succeeds.
  • Safety-first confirmations: Shows cancellation/no-show policies and requires explicit user confirmations before final submission.
  • Anti-loop reliability: Enforces a retry budget per step and falls back to manual completion with clear instructions and direct URLs if automation becomes unreliable.

Quick Start

Tell the Skill to book a reservation on OpenTable or Resy for a party of 2 on 2026-06-10 at 7:00 PM in downtown Austin, including any seating or dietary preferences you have.

Frequently Asked Questions about restaurant-reservation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OpenTable reservations with OTP login?

Automating OpenTable reservations requires browser automation to handle the booking flow, prompting you for OTP verification codes via a form UI during authentication before proceeding with slot selection and confirmation.

Can I book Resy reservations automatically for a specific party size and time?

Yes, you can book Resy reservations by specifying party size, date, time, and location. The workflow uses browser automation to search for slots and requires two-stage explicit confirmations before final submission.

What happens if the restaurant booking workflow fails midway?

If the restaurant booking workflow encounters issues, it enforces a per-step retry budget. Once exhausted, it falls back to manual completion by providing clear instructions and direct URLs to finish the reservation safely.

Does the reservation booking process show cancellation and no-show fees?

Yes, the reservation process extracts and displays cancellation and no-show policies before final submission. It requires explicit user confirmation of these safety-first policies to ensure you understand the booking terms.

Do I need a specific browser environment to run restaurant booking automation?

Yes, restaurant booking automation operates through an assistant browser CLI. You must run the step-ordered booking workflow within this specific browser environment to handle authentication and dynamic slot selection properly.