← 返回 Skills 市场
edwardrodriguez703-design

Book Makeup

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

uook makeup

Book makeup 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": "makeup",
      "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"
    }
  }
}
安全使用建议
Before installing or enabling this skill: 1) Confirm who operates the Lokuli endpoint (lokuli.com) and whether the platform will supply authentication — the SKILL.md provides no auth or privacy details. 2) Ask how and when the agent will collect and transmit your personal data (name, email, phone) and ensure you want it sent to this external service. 3) Prefer to require explicit user confirmation before any booking is created (don’t let the agent auto-send create_booking). 4) Test in a low-risk way (use dummy contact info) to observe behavior and network targets. 5) If you need stronger assurance, request a skill with documented API keys / OAuth steps or a verifiable homepage/source. Because provenance and auth handling are unclear, treat this skill with caution.
功能分析
Type: OpenClaw Skill Name: book-makeup Version: 1.0.1 The skill is designed to book makeup services through the `lokuli.com/mcp/sse` endpoint. It defines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the specified external service. All actions and network calls are explicitly stated and directly align with the skill's described purpose. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior beyond its stated function.
能力评估
Purpose & Capability
Name/description claim to book makeup via Lokuli MCP and the SKILL.md contains JSON-RPC calls and an MCP endpoint (lokuli.com). That is coherent with the stated purpose, but the skill provides no provenance (source/homepage unknown) and uses placeholder data (hardcoded zip, date, sample customer fields). No information is given about required auth or who operates the endpoint — plausible if the platform mediates auth, but this is not stated.
Instruction Scope
SKILL.md instructs the agent to call an external SSE/JSON-RPC endpoint and gives example JSON-RPC payloads for search, check_availability, and create_booking. The instructions do not instruct reading local files or unrelated environment variables, which is good, but they also do not instruct the agent to prompt the user for or to validate required customer data (name, email, phone) or to obtain consent before sending personal data to the external endpoint. Placeholders (providerId/serviceId/timeSlot) are present without guidance on how to obtain/replace them.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface. Nothing is written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or credentials, yet it instructs calls to an external service (lokuli.com). Booking APIs commonly require authentication and data-handling guarantees; the lack of any declared auth or explanation of how requests will be authorized or how user PII is protected is disproportionate to the sensitive nature of booking operations.
Persistence & Privilege
The skill does not request always:true or any special persistent privileges. It is user-invocable and allows autonomous invocation (platform default) but does not demand elevated system presence or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-makeup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-makeup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-makeup
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Makeup 是什么?

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

如何安装 Book Makeup?

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

Book Makeup 是免费的吗?

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

Book Makeup 支持哪些平台?

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

谁开发了 Book Makeup?

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

💬 留言讨论