← 返回 Skills 市场
edwardrodriguez703-design

Book Lashes

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

uook lashes

Book lashes 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": "lashes",
      "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 do what it says: call Lokuli's MCP to search and create lash bookings. Before installing or using it, consider: (1) it will send personal contact data (name, email, phone) to https://lokuli.com — verify you trust that destination and its privacy practices; (2) the SKILL.md doesn't require or show explicit user consent/confirmation steps, so ensure the agent asks the user to confirm any PII and booking details before sending; (3) example payloads include hardcoded zip code/date values — verify the agent will use the user's actual location and desired times; (4) the skill has no listed homepage or source owner info, so if provenance matters to you, seek more information from the publisher before enabling.
功能分析
Type: OpenClaw Skill Name: book-lashes Version: 1.0.1 The skill defines tools for booking lashes services through the `lokuli.com` endpoint. While the `create_booking` tool handles customer PII (name, email, phone), this is a necessary function for a booking service and the data is directed to the stated service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent in `SKILL.md`. The content is aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (book lashes via Lokuli MCP) match the instructions: the SKILL.md points at a Lokuli MCP endpoint and provides JSON-RPC ’tools/call’ payloads for search, availability check, and creating bookings. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP SSE endpoint using JSON-RPC and include example payloads. However, the SKILL.md does not instruct how to gather or confirm the user's customerName/customerEmail/customerPhone (these appear in the booking payloads) or obtain user consent before sending personal data. Some example values (hardcoded zipCode and dates) are present and would need to be replaced with user-provided data.
Install Mechanism
Instruction-only skill with no install spec and no files to write or execute; therefore low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of credential requests is coherent with demonstrated behavior (no auth tokens shown).
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or requires persistent system presence. Autonomous invocation is allowed (platform default) but not combined with other escalation indicators.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-lashes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-lashes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-lashes
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Lashes 是什么?

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

如何安装 Book Lashes?

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

Book Lashes 是免费的吗?

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

Book Lashes 支持哪些平台?

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

谁开发了 Book Lashes?

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

💬 留言讨论