← Back to Skills Marketplace
354
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install opentable
Description
Guide OpenTable availability, booking flows, and guest messaging with conversion-focused listing, pacing, and incident response playbooks.
Usage Guidance
This skill is advisory and internally consistent: it will create a local workspace at ~/opentable (setup.md shows mkdir/touch and restrictive chmod) and does not ask for or store credentials by design. Before installing, confirm you are comfortable with local persistent notes in your home directory (avoid putting guest PII into those files), verify the agent asks you before running the setup commands, and remember that any authenticated OpenTable automation would require a separate integration that does request credentials — this skill does not perform that. If you want stricter control, run the skill under a dedicated account or directory and back up or audit ~/opentable regularly.
Capability Analysis
Type: OpenClaw Skill
Name: opentable
Version: 1.0.0
The skill bundle is benign. It focuses on guiding an AI agent to manage OpenTable operations by creating and maintaining local markdown files under `~/opentable/`. The `setup.md` file contains standard `mkdir`, `touch`, and `chmod` commands to initialize this workspace with secure permissions (`chmod 700` for the directory, `chmod 600` for files). Crucially, `SKILL.md` and `setup.md` explicitly state that the skill does not request credentials, persist sensitive data, or run undeclared network destinations, and instructs the agent to protect guest data boundaries. There is no evidence of prompt injection for malicious purposes, data exfiltration, or unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description (OpenTable advisory, booking/listing/playbooks) aligns with what the skill requests and does: no binaries, no env vars, no API keys, and local notes under ~/opentable. The SKILL.md explicitly says it does not configure authenticated OpenTable automation itself.
Instruction Scope
Runtime instructions are advisory and confined to creating and using local markdown files (setup.md instructs creating ~/opentable and templates). The skill does not instruct reading unrelated system files or contacting external endpoints. It also instructs not to ask for credentials.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk install model — nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are required. The skill explicitly forbids requesting credentials in chat and avoids declaring any external secrets.
Persistence & Privilege
Does not request always: true and does not modify other skills or system-wide settings. It does create and persist files under the user's home (~ /opentable) with explicit chmod recommendations, which is appropriate for a local advisory workspace.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opentable - After installation, invoke the skill by name or use
/opentable - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release.
Metadata
Frequently Asked Questions
What is OpenTable?
Guide OpenTable availability, booking flows, and guest messaging with conversion-focused listing, pacing, and incident response playbooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 354 downloads so far.
How do I install OpenTable?
Run "/install opentable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenTable free?
Yes, OpenTable is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenTable support?
OpenTable is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created OpenTable?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills