← Back to Skills Marketplace
edwardrodriguez703-design

Book Barber

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1363
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-barber
Description
Book barber services through Lokuli MCP. Use when user needs to find and book barber. Triggers on requests like "book a barber", "find barber near me", or any barber service request.
README (SKILL.md)

uook uaruer

Book barber 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": "barber",
      "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 do what it says, but the source is unknown and the instructions omit authentication and privacy details. Before installing or using it: 1) verify the lokuli.com endpoint is legitimate and trustworthy; 2) confirm how the agent is authenticated to the MCP (API key, OAuth, or public API) — the SKILL.md doesn't say; 3) ensure the agent will ask for explicit user consent before sending personal contact info (name/email/phone) to the remote service; 4) test with non-sensitive/dummy data first; and 5) prefer skills from known publishers or with documented auth and privacy behavior. If you cannot confirm how data is protected or authenticated, treat it with caution or avoid enabling it.
Capability Analysis
Type: OpenClaw Skill Name: book-barber Version: 1.0.1 The skill bundle defines a booking agent for barber services, interacting with a specified external endpoint (https://lokuli.com/mcp/sse) via JSON-RPC. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are consistent with the stated purpose of booking services. While the `SKILL.md` contains a minor typo/homoglyph in the heading ('# uook uaruer'), there is no evidence of prompt injection with malicious intent, data exfiltration, unauthorized execution, or other high-risk behaviors. The handling of customer PII (name, email, phone) is explicitly for the booking process and aligns with the skill's function.
Capability Assessment
Purpose & Capability
Name/description (book barber services) matches the provided runtime instructions: search, check_availability, and create_booking against Lokuli's MCP endpoint. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are scoped to calling the Lokuli MCP endpoint via JSON-RPC/SSE and show templates for search/availability/booking. They do include example customer PII (name, email, phone) and a hard-coded zip code sample, and they do not describe consent/confirmation steps or how/when to prompt the user before transmitting personal data to the remote endpoint.
Install Mechanism
Instruction-only skill with no install spec and no code files—nothing is written to disk and no external packages are pulled in.
Credentials
The skill declares no required environment variables or credentials. That is proportionate if the MCP endpoint is public or authentication is handled elsewhere, but the SKILL.md does not explain how the agent authenticates to lokuli.com or whether sensitive user data will be sent unauthenticated.
Persistence & Privilege
No always:true and no install means the skill does not request elevated persistence or modify agent/system configuration. Autonomous invocation is allowed by default (normal).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-barber
  3. After installation, invoke the skill by name or use /book-barber
  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-barber
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Barber?

Book barber services through Lokuli MCP. Use when user needs to find and book barber. Triggers on requests like "book a barber", "find barber near me", or any barber service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1363 downloads so far.

How do I install Book Barber?

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

Is Book Barber free?

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

Which platforms does Book Barber support?

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

Who created Book Barber?

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

💬 Comments