← 返回 Skills 市场
edwardrodriguez703-design

Book Manicure

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

uook manicure

Book manicure 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": "manicure",
      "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 bookings) and has low on-disk risk because it's instruction-only. Before installing, confirm: (1) how requests are authenticated (there's no declared API key or auth flow), (2) how user personal data (name, email, phone) is supplied, transmitted, and stored, (3) the privacy/security posture of the external domain (lokuli.com), and (4) whether the skill will log or expose booking details. If you don't trust the owner or cannot verify the authentication/PII handling, run the skill in a sandbox or request an authenticated API workflow that uses credentials you control.
功能分析
Type: OpenClaw Skill Name: book-manicure Version: 1.0.1 The skill bundle is benign. The `_meta.json` contains standard metadata, and the `SKILL.md` clearly defines a skill for booking manicure services through a specified external endpoint (https://lokuli.com/mcp/sse). The described tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent to perform actions beyond its stated function.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes searching providers, checking availability, and creating bookings against Lokuli's MCP endpoint. There are no unrelated environment variables, binaries, or installs required.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP (SSE/JSON-RPC) and three tool actions (search, check_availability, create_booking). They include example customer PII (name, email, phone) and a hard-coded example zipCode/date — the doc does not describe consent, retention, or how user PII is obtained/validated. Confirm how PII is supplied and protected at runtime.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes disk/write risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no credentials or environment variables. That can be fine if the platform's tools handle auth, but booking APIs commonly require authentication/authorization. The SKILL.md does not describe authentication or any required API key — ask the author how requests are authenticated and whether the skill will transmit or store API tokens or user credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide config or modify other skills. It appears to operate only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-manicure
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-manicure 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-manicure
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Manicure 是什么?

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

如何安装 Book Manicure?

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

Book Manicure 是免费的吗?

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

Book Manicure 支持哪些平台?

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

谁开发了 Book Manicure?

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

💬 留言讨论