← 返回 Skills 市场
edwardrodriguez703-design

Book Braids

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1441
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-braids
功能描述
Book braids services through Lokuli MCP. Use when user needs to find and book braids. Triggers on requests like "book a braids", "find braids near me", or any braids service request.
使用说明 (SKILL.md)

uook uraids

Book braids 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": "braids",
      "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 is coherent for booking braids, but it will transmit user PII (name, email, phone) to an external service (lokuli.com). Before installing/using it: 1) Verify the provider (owner slug, homepage, or vendor documentation) so you know who receives your data. 2) Make sure you (or the user) consent to sending contact details and confirm what data is required. 3) Prefer using known, official integrations; if unsure, test with non-sensitive/dummy data first. 4) Ask the platform what the 'tools/call' mechanism does and whether network calls use TLS and enforce endpoint verification. 5) If you need stronger assurance, request a skill with documented privacy/retention policies or install only from a trusted source.
功能分析
Type: OpenClaw Skill Name: book-braids Version: 1.0.1 The skill bundle defines a service to book braids through the `lokuli.com` MCP server. It includes tools for searching, checking availability, and creating bookings, which involve handling customer PII (name, email, phone) as expected for a booking service. There is no evidence of malicious intent, such as unauthorized data exfiltration, remote code execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function or access unrelated sensitive data. The external network calls are to the explicitly stated service provider, `https://lokuli.com/mcp/sse`, which is consistent with the skill's purpose.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes calling Lokuli's MCP (search, check_availability, create_booking) which is exactly what a booking helper should do. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to booking flows (search, check availability, create booking). They include sending customerName, customerEmail, and customerPhone to an external endpoint, which is expected for booking but is a privacy-sensitive operation; SKILL.md does not explicitly require user consent or describe data handling/retention.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes filesystem/installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill relies on an external MCP endpoint (lokuli.com) and platform-provided 'tools/call' facilities; nothing disproportionate is declared.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide config changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-braids
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-braids 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-braids
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Braids 是什么?

Book braids services through Lokuli MCP. Use when user needs to find and book braids. Triggers on requests like "book a braids", "find braids near me", or any braids service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1441 次。

如何安装 Book Braids?

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

Book Braids 是免费的吗?

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

Book Braids 支持哪些平台?

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

谁开发了 Book Braids?

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

💬 留言讨论