← 返回 Skills 市场
edwardrodriguez703-design

Book Eyebrows

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

uook eyeurows

Book eyebrows 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": "eyebrows",
      "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 coherent for booking eyebrow services, but before installing: 1) Verify the Lokuli domain/service is legitimate and you trust it; 2) Confirm how authentication is handled — SKILL.md does not describe any credentials or consent flow, so ask whether bookings will require an account or API key; 3) Be aware the agent will send personal contact details (name, email, phone) to an external endpoint — only provide information you consent to share; 4) Confirm the agent will always ask for your approval before creating bookings to avoid unwanted reservations and charges; 5) If you need stricter privacy, request an explicit mention of auth, data retention, and what the service will do with booking data.
功能分析
Type: OpenClaw Skill Name: book-eyebrows Version: 1.0.1 The skill defines tools for booking eyebrow services through an external endpoint (lokuli.com). All defined tools (search, check_availability, create_booking) have parameters directly related to their stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform actions outside the skill's described functionality. The content is clearly aligned with its stated purpose.
能力评估
Purpose & Capability
The name/description (book eyebrows via Lokuli MCP) matches the SKILL.md: it provides an MCP endpoint and JSON-RPC templates for search, check_availability, and create_booking. There are no unrelated dependencies or bizarre requirements.
Instruction Scope
Instructions only include calling the Lokuli MCP endpoint with JSON-RPC payloads for searching and creating bookings. They do not ask the agent to read local files or unrelated environment variables. One omission: the doc does not mention any authentication or consent flow for sending customer contact details to the endpoint, which should be clarified.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials (consistent with the SKILL.md). However, the MCP endpoint may realistically require authentication in production; the absence of any declared auth/credential requirements could indicate an incomplete spec rather than malicious intent.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent or elevated privileges and does not modify other skills or system-wide config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-eyebrows
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-eyebrows 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-eyebrows
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Eyebrows 是什么?

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

如何安装 Book Eyebrows?

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

Book Eyebrows 是免费的吗?

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

Book Eyebrows 支持哪些平台?

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

谁开发了 Book Eyebrows?

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

💬 留言讨论