openclaw/skills/resy/SKILL.md
Search restaurants, check availability, and book reservations on Resy. Use when asked about restaurant reservations, dinner plans, booking a table, finding available restaurants, or sniping hard-to-get reservations.
npx skillsauth add Dbochman/dotfiles resyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search restaurants, check availability, and manage reservations via the resy CLI. Credentials are managed via 1Password.
resy auth
resy status
resy search "Carbone"
resy search "sushi boston"
resy availability <venue_id> 2026-03-20 2
Use the venue ID from search results. Date format is YYYY-MM-DD, last argument is party size.
resy book <config_token> 2026-03-20 2
resy book <config_token> 2026-03-20 2 --dry-run
The config_token comes from the availability output. Always use --dry-run first to preview.
resy cancel <resy_token>
The resy_token comes from the reservations list.
resy reservations
# Dry-run: poll but don't book
resy snipe <venue_id> 2026-03-20 2 --time 19:00
# With auto-booking enabled
resy snipe <venue_id> 2026-03-20 2 --time 19:00 --confirm
# Custom poll duration (seconds)
resy snipe <venue_id> 2026-03-20 2 --time 20:00 --duration 3600 --confirm
--json — Machine-readable JSON output--dry-run — Stop before booking or cancellingresy search "name"[12345])resy availability 12345 2026-03-20 2resy book <config_token> 2026-03-20 2 --dry-runresy book <config_token> 2026-03-20 2--dry-run first and show the user what will be booked--confirm — without it, snipe only reports matches[12345])~/.openclaw/logs/resy.logdevelopment
Search the web for current information, news, facts, and answers. Use when asked questions about current events, needing to look something up, finding websites, researching topics, or when you need up-to-date information beyond your training data.
development
Summarize any URL, YouTube video, podcast, PDF, or file into concise text. Use when asked to read an article, summarize a link, get the gist of a video or podcast, extract content from a URL, or when you need to understand what a web page or document contains.
development
Play music via Spotify and control Google Home speakers. Use when asked to play music, songs, artists, playlists, podcasts, or control speakers/volume/audio.
testing
Create new OpenClaw skills, modify and improve existing skills, and measure skill performance with evals. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use when asked to "make a skill", "turn this into a skill", "improve this skill", or "test this skill".