← 返回 Skills 市场
Restaurant Booker
作者
Alionkissadeer
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install restaurant-booker
功能描述
Book restaurant reservations by phone — just say where, when, and how many. Polly calls the restaurant, handles the conversation, and confirms your table.
安全使用建议
This skill integrates with an external service (PollyReach). It will store a service token at ~/.config/PollyReach/key.json and will make network requests to api.pollyreach.ai/agent.pollyreach.ai to place and receive call data — you should only install it if you trust that service. Be aware activation requires clicking an external activation URL (the human must complete that step) and phone calls may incur service charges. If you prefer not to persist a token on disk, do not proceed. Also note the SKILL.md expects curl/jq/bc to be available even though registry metadata omitted them.
功能分析
Type: OpenClaw Skill
Name: restaurant-booker
Version: 1.0.0
The restaurant-booker skill provides a legitimate interface for the PollyReach AI telephony service, allowing an agent to manage outbound and inbound phone calls. The included bash scripts (such as send.sh, query.sh, and inbound.sh) use curl and jq to interact with the pollyreach.ai API and manage a local configuration file (~/.config/PollyReach/key.json) for authentication. The instructions in SKILL.md are well-structured to guide the agent through registration, activation, and task reporting without any evidence of malicious intent, data exfiltration, or unauthorized system access.
能力标签
能力评估
Purpose & Capability
Name and description (phone booking via PollyReach) match the included scripts and declared network endpoints. The scripts call api.pollyreach.ai endpoints to register, create tasks, poll results, and check balance; reading/writing ~/.config/PollyReach/key.json to store a token is consistent with a service integration. One minor mismatch: registry metadata listed no required binaries, while SKILL.md lists curl, jq, and bc as required dependencies.
Instruction Scope
SKILL.md and the scripts confine actions to registering/activating an account, sending messages to PollyReach, polling results, checking balance, and reading/updating a single config file (~/.config/PollyReach/key.json). There are no instructions to read unrelated system files, exfiltrate arbitrary data, or contact endpoints outside pollyreach domains. The instructions do require the human to complete activation via an activation URL (expected for a device auth flow).
Install Mechanism
No external install/download steps are present; the skill is instruction-only and ships Bash scripts in the bundle. No remote archives, shorteners, or third-party install endpoints are used.
Credentials
The only persisted credential is a service token stored at ~/.config/PollyReach/key.json (the scripts read/write this file). No unrelated credentials, secret environment variables, or system-level config paths are requested. Network permissions are limited to pollyreach domains.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It persists a service token in the user's home config directory (expected for long-lived service tokens). Autonomous invocation is allowed by default (disable-model-invocation=false), which is normal for skills of this kind.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install restaurant-booker - 安装完成后,直接呼叫该 Skill 的名称或使用
/restaurant-booker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of restaurant-booker: An AI voice agent that books restaurant reservations through automated phone calls.
AI-driven reservations: Simply share the restaurant, date/time, and party size — the AI agent makes the call, speaks with staff, and confirms your booking automatically.
Supports both outbound reservation calls and inbound call transcription & AI-powered summaries.
Handles custom requests on the fly, such as dietary needs, seating preferences, and special occasions.
Includes full registration, activation, and device setup with a dedicated phone number.
Provides ready-to-use scripts for task submission, activation checks, balance queries, and prompt updates.
元数据
常见问题
Restaurant Booker 是什么?
Book restaurant reservations by phone — just say where, when, and how many. Polly calls the restaurant, handles the conversation, and confirms your table. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Restaurant Booker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install restaurant-booker」即可一键安装,无需额外配置。
Restaurant Booker 是免费的吗?
是的,Restaurant Booker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Restaurant Booker 支持哪些平台?
Restaurant Booker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Restaurant Booker?
由 Alionkissadeer(@alionkissadeer)开发并维护,当前版本 v1.0.0。
推荐 Skills