restaurant skillA
restaurant is agent-read markdown (skill) from omarshahine/restaurant-cli: This skill should be used when the user asks to "book a restaurant", "make a reservation", "find a table", "check restaurant availability at", "snipe a reservation", "cancel a reservation", or names a specific restaurant alongside a date/time. Do not trigger on generic dining chit-chat ("what's for dinner", "where should we eat") that does not request a reservation action. Currently implements Resy (full booking) and OpenTable (search + handoff URL); Tock and SevenRooms are stubbed for future su.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Restaurant reservations
Book, search, cancel, and schedule future bookings ("snipes") across multiple reservation platforms behind a single pluggable surface. Every provider (Resy, OpenTable, and future peers) is implemented as an independent module plugged into the same interface — the tools and CLI dispatch through a shared registry.
## Pick an execution path
Choose based on the tools available in the current session:
1. **`restaurant_*` tools present** (OpenClaw host) — call the tools directly. Parameters documented under *OpenClaw tools* below.
2. **No `restaurant_*` tools** (Claude Code host or plain shell) — shell out to the `restaurant` CLI via Bash. For complex or ambiguous requests, delegate to the `restaurant-router` agent rather than executing directly.
Both paths share one backend, so results are identical — only the calling convention differs. Never invoke a provider's API directly; the plugin's safety invariants (e.g. OpenTable: never auto-submit a booking) live in the CLI and tools.
## Provider capabilities (2026-04)
| Provider | search | availability | book | cancel | list | snipe | bookUrl |
|-------------|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
…Read the whole file at its exact version.
How to install
mdr add omarshahine/restaurant-cli/restaurant@git:20260624.74dc73cmdr add omarshahine/restaurant-cli/restaurant@sha256:2e45ccd23e34ea36Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_t7i5h7n4eh4stp2y)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260624.74dc73c latest | 2026-06-24 | 74dc73c | 8,868 B | A | view · diff |
| git:20260623.dc099a2 | 2026-06-23 | dc099a2 | 8,012 B | A | view · diff |
| git:20260623.e4f52a8 | 2026-06-23 | e4f52a8 | 7,759 B | A | view · diff |
| git:20260505.e4d3760 | 2026-05-05 | e4d3760 | 7,620 B | A | view · diff |
| git:20260505.249b681 | 2026-05-05 | 249b681 | 6,941 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (8868 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
omarshahine/restaurant-cli · 8 stars · license MIT · pushed 2026-09-20 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_t7i5h7n4eh4stp2y GET https://markdownregistry.com/api/v1/resolve?ref=omarshahine/restaurant-cli/restaurant GET https://markdownregistry.com/api/v1/blob/2e45ccd23e34ea36b539cd07920e97f7a31423715116a696ed061775a41f5c78
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.