Home / omarshahine / restaurant-cli · skills/restaurant/SKILL.md · GitHub

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

Latest version
mdr add omarshahine/restaurant-cli/restaurant@git:20260624.74dc73c
Exact content
mdr add omarshahine/restaurant-cli/restaurant@sha256:2e45ccd23e34ea36

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_t7i5h7n4eh4stp2y.svg)](https://markdownregistry.com/a/art_t7i5h7n4eh4stp2y)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260624.74dc73c latest2026-06-24 74dc73c 8,868 BA view · diff
git:20260623.dc099a22026-06-23 dc099a2 8,012 BA view · diff
git:20260623.e4f52a82026-06-23 e4f52a8 7,759 BA view · diff
git:20260505.e4d37602026-05-05 e4d3760 7,620 BA view · diff
git:20260505.249b6812026-05-05 249b681 6,941 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from omarshahine/restaurant-cli

AGENTS.md agents
omarshahine/restaurant-cli · AGENTS.md
git:20260610.fb68d20 · audit A · 8 stars

Every file in omarshahine/restaurant-cli

Browse by kind, by grade A, or by owner.