← 返回 Skills 市场
edwardrodriguez703-design

Book Bartender

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1353
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install book-bartender
功能描述
Book bartender services through Lokuli MCP. Use when user needs to find and book bartender. Triggers on requests like "book a bartender", "find bartender near me", or any bartender service request.
使用说明 (SKILL.md)

uook uartender

Book bartender services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "bartender",
      "zipCode": "90640",
      "maxResults": 20
    }
  }
}

check_availability

{
  "method": "tools/call",
  "params": {
    "name": "check_availability",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "date": "2025-02-10"
    }
  }
}

create_booking

{
  "method": "tools/call",
  "params": {
    "name": "create_booking",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "timeSlot": "2025-02-10T14:00:00-08:00",
      "customerName": "John Doe",
      "customerEmail": "[email protected]",
      "customerPhone": "+13105551234"
    }
  }
}
安全使用建议
This skill appears to implement bartender booking via Lokuli's MCP and will send personal data (name, email, phone, location) to https://lokuli.com/mcp/sse. Before installing or enabling it, verify the service owner (homepage or contact), confirm how authentication is handled (the SKILL.md provides no auth or token requirements), ensure you and your users consent to sending PII to that domain, and ask the author to remove hardcoded example data and explain how providerId/serviceId are resolved. If you cannot verify Lokuli's legitimacy or how credentials are managed, treat the skill with caution or avoid installing it.
功能分析
Type: OpenClaw Skill Name: book-bartender Version: 1.0.1 The skill defines a legitimate purpose of booking bartender services through an external endpoint at `lokuli.com`. It provides tools for searching, checking availability, and creating bookings, all of which align with the stated purpose. While the title in SKILL.md contains a typo (`# uook uartender`), this does not constitute a prompt injection attempt with a harmful objective or indicate any malicious intent or risky capabilities beyond the skill's stated function.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes searching and creating bookings via Lokuli's MCP. Requiring external JSON-RPC calls to a booking MCP is coherent with the stated purpose. However, the SKILL.md contains hardcoded example parameters (zipCode 90640, sample customer info) and placeholder IDs (xxx/yyy) instead of describing how real credentials/IDs are obtained, which reduces clarity about how the capability will function in practice.
Instruction Scope
Runtime instructions send customer-identifying data (name, email, phone, zip code) to an external endpoint (https://lokuli.com/mcp/sse). The skill does not document authentication, consent, or data handling; it also hardcodes a zip code and example dates/times (some are in the past). The instructions are permissive about sending PII to an external service and leave critical details (how providerId/serviceId are resolved, how to obtain user consent) unspecified.
Install Mechanism
Instruction-only skill; no install spec, no downloads, and no code files. This minimizes installation risk because nothing is written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials but calls an external MCP endpoint that likely requires authentication in real use. The lack of declared auth, tokens, or guidance about where provider IDs come from is disproportionate: either the platform is expected to mediate calls (not documented) or credentials are omitted. Also, sending user PII externally without describing consent or privacy handling is a proportionality concern.
Persistence & Privilege
always is false and the skill does not request to persist or modify other agent/system configurations. It does not request elevated platform presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-bartender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-bartender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-bartender
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Book Bartender 是什么?

Book bartender services through Lokuli MCP. Use when user needs to find and book bartender. Triggers on requests like "book a bartender", "find bartender near me", or any bartender service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1353 次。

如何安装 Book Bartender?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-bartender」即可一键安装,无需额外配置。

Book Bartender 是免费的吗?

是的,Book Bartender 完全免费(开源免费),可自由下载、安装和使用。

Book Bartender 支持哪些平台?

Book Bartender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Bartender?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论