← 返回 Skills 市场
edwardrodriguez703-design

Book Barber

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

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

如何安装 Book Barber?

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

Book Barber 是免费的吗?

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

Book Barber 支持哪些平台?

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

谁开发了 Book Barber?

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

💬 留言讨论