← 返回 Skills 市场
edwardrodriguez703-design

Book Facial

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

uook facial

Book facial 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": "facial",
      "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 instruction-only and matches its stated purpose, but it lacks important security and privacy details. Before installing, ask the publisher: (1) Does Lokuli's MCP require API keys or other auth? If so, where should those credentials be stored and why aren't they declared? (2) How will user PII (name, email, phone) be collected, confirmed, and protected before being sent to lokuli.com? (3) Is lokuli.com a trusted endpoint for your organization? If you proceed, ensure the agent prompts for explicit user consent before sending any personal data, that credentials (if required) are provided securely, and test the integration in a safe sandbox account first.
功能分析
Type: OpenClaw Skill Name: book-facial Version: 1.0.1 The skill bundle defines a 'book-facial' skill that interacts with an external endpoint `https://lokuli.com/mcp/sse` to search for, check availability, and create bookings for facial services. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose of booking services. There is no evidence of malicious execution, data exfiltration of unrelated sensitive information, persistence mechanisms, or prompt injection attempts against the agent in the `SKILL.md` file. The network communication and handling of customer PII are necessary for the skill's intended function.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md defines RPC-style tool calls (search, check_availability, create_booking) against Lokuli's MCP endpoint, which is consistent with a booking skill. However, the skill does not declare any authentication/credential requirements even though a remote MCP endpoint typically requires auth — this mismatch is unexplained.
Instruction Scope
Instructions tell the agent to call external JSON-RPC tools and to send customerName, customerEmail, and customerPhone to https://lokuli.com/mcp/sse. The doc does not instruct how to collect/confirm user consent or how to protect or minimize PII before transmission. Example payloads contain hardcoded sample PII and fixed zip/date values, which could encourage accidental exfiltration if the agent substitutes real user data without safeguards.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk/write risk; nothing is downloaded or installed.
Credentials
The skill declares no required environment variables or credentials, yet it's designed to communicate with a third-party MCP endpoint and to submit personal data. If the endpoint requires API keys, auth tokens, or other secrets, those should be declared. The absence of declared credentials leaves ambiguity about how requests are authenticated and where sensitive data would be sent.
Persistence & Privilege
Flags are default (not always:true). The skill does not request persistent system-level privileges or modify other skills' configs. Normal autonomous invocation is allowed (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-facial
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-facial 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-facial
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Facial 是什么?

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

如何安装 Book Facial?

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

Book Facial 是免费的吗?

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

Book Facial 支持哪些平台?

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

谁开发了 Book Facial?

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

💬 留言讨论