← Back to Skills Marketplace
edwardrodriguez703-design

Book Haircut

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

uook haircut

Book haircut 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": "haircut",
      "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 be what it says (booking haircuts) but it's missing important details. Before installing or using it, confirm: 1) how the agent authenticates to Lokuli (API key, OAuth, or platform-managed token) — do not provide cloud or personal credentials unless you understand why; 2) how providerId/serviceId values are obtained and whether the agent will prompt you; 3) how your personal data (name, email, phone) will be transmitted, stored, and retained by Lokuli; 4) whether the platform's tools/call already enforce authentication and restrict data exfiltration. If you plan to test, use dummy data (no real PII) until these questions are answered. If you cannot get clear answers about authentication and privacy, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: book-haircut Version: 1.0.1 The skill bundle defines a 'book-haircut' agent skill that interacts with `https://lokuli.com/mcp/sse` to search, check availability, and create bookings for haircut services. All defined tools and instructions in `SKILL.md` are directly related to this stated purpose, involving standard JSON-RPC calls. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The handling of customer information in the `create_booking` tool is consistent with the skill's function.
Capability Assessment
Purpose & Capability
The name/description and the SKILL.md align: the skill calls a Lokuli MCP endpoint to search, check availability, and create bookings. However, no credentials or auth mechanism are declared despite invoking an external booking API, which is unusual for a service that accepts bookings and PII.
Instruction Scope
Instructions show JSON-RPC calls (search, check_availability, create_booking) and include example customer PII. The SKILL.md does not instruct the agent to obtain explicit user consent, to request the user's name/email/phone before sending them, or to sanitize/confirm data. It also uses placeholder IDs ("xxx","yyy") and a hard-coded zip code, with no guidance on how to discover provider/service IDs or authenticate — scope and privacy practices are underspecified.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or primary credential yet directs requests to an external API (https://lokuli.com/mcp/sse) that almost certainly requires authentication in production. Absence of declared credentials or explanation for how auth will be handled is disproportionate to the operation (creating bookings/transmitting PII).
Persistence & Privilege
The skill is user-invocable and not always-enabled; it does not request elevated or persistent platform privileges. Autonomous invocation is allowed (platform default) but not combined with other high-risk indicators here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-haircut
  3. After installation, invoke the skill by name or use /book-haircut
  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-haircut
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Haircut?

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

How do I install Book Haircut?

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

Is Book Haircut free?

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

Which platforms does Book Haircut support?

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

Who created Book Haircut?

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

💬 Comments