← 返回 Skills 市场
edwardrodriguez703-design

Book Piercing

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

uook piercing

Book piercing 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": "piercing",
      "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 piercings, but take these precautions before installing: 1) Verify the external endpoint (https://lokuli.com/mcp/sse) and the vendor's legitimacy and privacy policy; 2) Confirm how bookings are authorized and whether the API requires credentials (the SKILL.md does not state any); 3) Ensure the agent asks you to confirm all personal data (name, email, phone, payment info if needed) before calling create_booking; 4) Prefer running one test/dry-run booking or inspection mode first to see the exact RPC payloads the agent will send; 5) If you have strict privacy needs, avoid sending real PII until you trust the endpoint. If you want higher assurance, ask the publisher for documentation or a homepage before use.
功能分析
Type: OpenClaw Skill Name: book-piercing Version: 1.0.1 The skill defines tools for searching, checking availability, and creating bookings for piercing services via the `lokuli.com` MCP endpoint. While it involves network calls and handling customer PII (name, email, phone) in `SKILL.md`, this behavior is directly aligned with its stated purpose of 'Book piercing services'. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The network access and PII handling are necessary for the skill's intended functionality.
能力评估
Purpose & Capability
Name/description (book piercing via Lokuli MCP) align with the SKILL.md: it defines search, check_availability, and create_booking JSON-RPC tool calls to an external Lokuli MCP endpoint. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are limited to calling the MCP endpoint with search/availability/booking RPCs. However, the examples include user PII fields (customerName, customerEmail, customerPhone) but the skill does not specify consent/confirmation, validation, or a dry-run step before creating bookings. Also sample payloads include hardcoded example values (zip code/date) that should be replaced with user-provided data.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk footprint and installation risk.
Credentials
The skill requests no environment variables or credentials. That is proportionate to the stated purpose, though it raises a question whether the external Lokuli endpoint requires authentication (not documented).
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-piercing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-piercing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-piercing
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Piercing 是什么?

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

如何安装 Book Piercing?

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

Book Piercing 是免费的吗?

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

Book Piercing 支持哪些平台?

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

谁开发了 Book Piercing?

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

💬 留言讨论