← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install opentable-reservations
功能描述
Find and book restaurant reservations via OpenTable with date, time, party size, location, cuisine filters, or direct booking links for named restaurants.
安全使用建议
This skill appears internally consistent: it uses your attached Chrome session to read OpenTable pages and then returns booking deep links (it explicitly stops before filling or submitting reservations). Before installing, confirm you are comfortable with the agent opening and evaluating pages in your existing browser profile (the skill requires an 'attached' profile and a logged-in OpenTable session). If you keep other sensitive tabs open in that browser, consider closing them first — the evaluate() JS is scoped to OpenTable selectors, but it runs inside your browser context. Because the skill's source/owner is 'unknown', review the bundled Python scripts if you want extra assurance (they are short and readable). Finally: the skill will not ask for credentials or perform network installs; in environments without the OpenClaw browser primitives it will fail rather than attempt forbidden fallbacks.
功能分析
Type: OpenClaw Skill
Name: opentable-reservations
Version: 0.1.1
The skill bundle is a well-structured and highly documented tool for OpenTable reservations that prioritizes safety and token efficiency. It uses Python primitives (list_restaurants.py, book.py) to interact with the OpenClaw browser plugin via the 'attached' profile, specifically extracting public restaurant data while explicitly forbidding the agent from performing automated bookings, writing custom JS/CDP scripts, or accessing sensitive browser data. The instructions in SKILL.md act as safety guardrails to prevent agent 'runaway' behavior, and no indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力标签
能力评估
Purpose & Capability
Name/description match the code and instructions: scripts search OpenTable via the user's attached browser and build booking deep links. No unrelated env vars, binaries, or external services are requested.
Instruction Scope
SKILL.md constrains the agent to only use the included scripts and the OpenClaw browser primitives and explicitly forbids raw CDP scripting, web_fetch on opentable.com, and auto-completing bookings. The scripts run JS inside the user's attached browser to extract restaurant cards (expected behavior). Note: the evaluate JS runs in the user's browser context — if that browser session has unrelated sensitive tabs open, data exposure risk exists in principle, though the script itself targets OpenTable DOM selectors.
Install Mechanism
Instruction-only install (no remote download/install steps). Code is bundled with the skill (Python scripts). No network-based installers or archive extraction from untrusted URLs are used.
Credentials
No credentials, secret env vars, or config paths are requested. The only required runtime capability is access to an 'attached' browser profile and python3, which is appropriate for a skill that reads the user's OpenTable session and builds links.
Persistence & Privilege
always:false and the skill does not request permanent/automatic inclusion or modify other skills. It invokes the browser plugin at runtime; that is expected and proportionate to its function.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opentable-reservations - 安装完成后,直接呼叫该 Skill 的名称或使用
/opentable-reservations触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Docs: added BENCHMARK.md with full head-to-head comparison against eeshita-pande/opentable-booking and ivangdavila/opentable (3-query battery, isolated fresh sessions, side-effect audit). README links to the benchmark. No script or contract changes.
v0.1.0
Initial public release. Two entry points (discovery via list_restaurants.py, direct-book via book.py), hard-forbid list against raw CDP scripting, 14.4x token reduction over naive agent CDP path (verified in 11 fresh-session benchmarks, included in README).
元数据
常见问题
OpenTable Reservations 是什么?
Find and book restaurant reservations via OpenTable with date, time, party size, location, cuisine filters, or direct booking links for named restaurants. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 OpenTable Reservations?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opentable-reservations」即可一键安装,无需额外配置。
OpenTable Reservations 是免费的吗?
是的,OpenTable Reservations 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenTable Reservations 支持哪些平台?
OpenTable Reservations 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenTable Reservations?
由 mikehe123(@mikehe123)开发并维护,当前版本 v0.1.1。
推荐 Skills