← 返回 Skills 市场
edwardrodriguez703-design

Book Salon

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

uook salon

Book salon 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": "salon",
      "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 salon search and booking via Lokuli's MCP endpoint, which can legitimately require sending names, emails, phones, and location. Before installing or using it, verify the upstream service and privacy practices: who runs lokuli.com, is there an owner or homepage, how are requests authenticated, and how is booking/customer data stored and retained? Avoid sending real personal data until you confirm those details; test with placeholder/fake data. If you need stricter guarantees, require an explicit authentication step or written privacy policy, or prefer a skill published by a known vendor. If you decide to proceed, ask the publisher to document the auth flow and data retention, and to minimize the data sent in create_booking calls.
功能分析
Type: OpenClaw Skill Name: book-salon Version: 1.0.1 The skill bundle defines a set of tools for booking salon services through a specified external endpoint (https://lokuli.com/mcp/sse). All instructions and tool definitions in SKILL.md are clearly aligned with the stated purpose of booking salon services. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with a harmful objective. The only minor anomaly is a typo in the SKILL.md title ('uook' instead of 'book'), which does not indicate malicious intent.
能力评估
Purpose & Capability
The name and description claim booking salon services via Lokuli MCP; the SKILL.md explicitly targets Lokuli's MCP endpoint and provides RPC examples (search, check_availability, create_booking). The requested capabilities align with the stated purpose.
Instruction Scope
The instructions direct the agent to call an external endpoint (https://lokuli.com/mcp/sse) and to POST JSON-RPC payloads that include personal customer data (name, email, phone, location/zip). There are no instructions about authentication, consent, or data minimization. Opening an SSE connection to a third party and transmitting PII without documented safeguards is a privacy/exfiltration risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not write additional binaries or archives to disk. That minimizes install-time risk.
Credentials
The skill requests no environment variables or credentials (which reduces risk), but it will transmit user-identifying information (contact, phone, email, location) to an external host. The SKILL.md does not declare any required credentials or explain how requests are authenticated or authorized—this lack of proportionality and transparency about who receives and stores user data is concerning.
Persistence & Privilege
always is false and there are no installation changes or requests to modify other agent configs. The skill does not request persistent system privileges in its manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-salon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-salon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-salon
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Salon 是什么?

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

如何安装 Book Salon?

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

Book Salon 是免费的吗?

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

Book Salon 支持哪些平台?

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

谁开发了 Book Salon?

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

💬 留言讨论