← Back to Skills Marketplace
edwardrodriguez703-design

Book Bartender

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1353
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install book-bartender
Description
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.
README (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"
    }
  }
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-bartender
  3. After installation, invoke the skill by name or use /book-bartender
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-bartender
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1353 downloads so far.

How do I install Book Bartender?

Run "/install book-bartender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Bartender free?

Yes, Book Bartender is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Bartender support?

Book Bartender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Bartender?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments