← Back to Skills Marketplace
edwardrodriguez703-design

Book Tailor

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

uook tailor

Book tailor 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": "tailor",
      "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 perform the advertised task (search and create bookings) but it omits key details about authentication and privacy. Before installing, verify: (1) how calls to https://lokuli.com/mcp/sse are authenticated (who holds the API key / token and where it is stored); (2) whether the platform will supply credentials or whether the skill will ask you to provide them; (3) how customer data (name, email, phone) is handled, stored, and deleted by Lokuli — the SKILL.md does not require explicit user consent before sending PII; (4) whether example values (e.g., zipCode 90640) will be replaced dynamically with the user's location. If you cannot get clear answers to those points, treat the skill cautiously or avoid installing it. If you proceed, ensure users are prompted and give explicit consent before any booking request that sends their contact details.
Capability Analysis
Type: OpenClaw Skill Name: book-tailor Version: 1.0.1 The skill is classified as suspicious due to its handling and transmission of Personally Identifiable Information (PII) such as customer name, email, and phone number via the `create_booking` tool, and its reliance on external network calls to `https://lokuli.com/mcp/sse` as defined in `SKILL.md`. While these capabilities are plausibly needed for the stated purpose of booking tailor services, they represent meaningful high-risk behaviors without clear evidence of intentional malicious activity, fitting the criteria for a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description, MCP endpoint, and the three tool actions (search, check_availability, create_booking) are coherent for a booking skill. However, the SKILL.md provides no information about authentication/authorization for the external Lokuli MCP endpoint and includes a hardcoded example zip code, which suggests incomplete/placeholder configuration rather than a fully self-contained integration.
Instruction Scope
Runtime instructions direct the agent to call an external endpoint and to send customer PII (name, email, phone) to create bookings but do not instruct the agent to obtain explicit user consent, minimize data, or describe data handling/retention. The instructions do not reference reading any local files or env vars, which is good, but they lack privacy safeguards and error/auth handling.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk by the skill itself — low install risk.
Credentials
The skill declares no required environment variables or credentials. That could be legitimate if the hosting platform provides the necessary tooling/authentication for tools/call, but the SKILL.md offers no explanation. Requiring no credentials for an external booking API is unexpected and should be clarified.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modification of other skills. Autonomous invocation is allowed (platform default) but not combined here with additional red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-tailor
  3. After installation, invoke the skill by name or use /book-tailor
  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-tailor
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Tailor?

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

How do I install Book Tailor?

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

Is Book Tailor free?

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

Which platforms does Book Tailor support?

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

Who created Book Tailor?

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

💬 Comments