← 返回 Skills 市场
edwardrodriguez703-design

Book Tailor

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1439
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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"
    }
  }
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-tailor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-tailor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-tailor
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1439 次。

如何安装 Book Tailor?

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

Book Tailor 是免费的吗?

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

Book Tailor 支持哪些平台?

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

谁开发了 Book Tailor?

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

💬 留言讨论