Opentable Booking

v1.0.1

Book restaurant tables on OpenTable via the browser tool. Handles hidden time slots and terms checkboxes with JS evaluate fallbacks. Works with a logged-in s...

1· 122·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description describe automating OpenTable bookings and the skill only requires browser access (browser.enabled) and a logged-in session with a card on file. There are no unrelated env vars, binaries, or installs requested — the declared requirements match the stated purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to navigate OpenTable pages, run JS evaluate snippets to find hidden time slots and checkboxes, fill guest fields if not prefilled, and scrape confirmation details (including last 4 card digits, name, phone). This behavior is coherent for booking but does access and extract sensitive page content (PII and partial payment info). Users should be aware the skill will read and act on the website DOM and may complete bookings if conditions are met.
Install Mechanism
Instruction-only skill (no install spec, no code files to execute). This minimizes installation risk — nothing is downloaded or written to disk by an installer.
Credentials
No environment variables or external credentials are requested. The only required config is browser.enabled, which is appropriate since the skill operates in a browser context. The skill does rely on the user having an authenticated OpenTable session and a saved card — those are justified by the functionality.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills. Note: disable-model-invocation is false (normal), so the agent could invoke the skill autonomously if the platform allows — this is expected but users should be aware that actions (including bookings) could be made by the agent when permitted.
Assessment
This skill appears internally consistent for automating OpenTable bookings, but review these points before installing: 1) It needs browser access (browser.enabled) and will read page content and run JS in the webpage context — that means it can see personal info (name, phone, booking confirmation, and partial card digits) and perform clicks/fills. Only use it if you trust the skill and the environment. 2) The skill assumes you're already logged into OpenTable with a card on file; if not, it will stop and ask you to add one. 3) The skill has no install step and no declared maintainer homepage (source unknown) — while this doesn't make it incoherent, it's a trust signal you may want to verify (who published it). 4) If you need stricter control, restrict autonomous invocation or require confirmation before completing payments/reservations.

Like a lobster shell, security has layers — review code before you run it.

latestvk979j90t4fr59x085y24jf9g1s8346t4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🍽️ Clawdis
Configbrowser.enabled

Comments