← 返回 Skills 市场
edwardrodriguez703-design

Book Haircut

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

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

如何安装 Book Haircut?

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

Book Haircut 是免费的吗?

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

Book Haircut 支持哪些平台?

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

谁开发了 Book Haircut?

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

💬 留言讨论