← 返回 Skills 市场
edwardrodriguez703-design

Book Acupuncture

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

uook acupuncture

Book acupuncture 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": "acupuncture",
      "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 internally consistent for booking acupuncture, but take these precautions before installing: 1) The SKILL.md will transmit personal info (name, email, phone) to https://lokuli.com — confirm you trust Lokuli and review its privacy policy. 2) There is no source/homepage provided; verify the publisher or test with dummy data first. 3) Because this is instruction-only, there is no code to inspect—the absence of scanner findings only means there was nothing to analyze, not that the skill is risk-free. 4) If you plan to use real bookings, confirm how authentication/consent is handled (the skill currently shows no required API key or auth flow).
功能分析
Type: OpenClaw Skill Name: book-acupuncture Version: 1.0.1 The skill is designed to book acupuncture services through the `lokuli.com` MCP server. It defines tools for searching, checking availability, and creating bookings, which involve collecting and transmitting customer PII (name, email, phone) to the specified external endpoint. This data handling is explicitly aligned with the skill's stated purpose. There is no evidence of malicious intent, such as unauthorized data exfiltration beyond the skill's function, arbitrary code execution, persistence mechanisms, or malicious prompt injection attempts against the agent in `SKILL.md`.
能力评估
Purpose & Capability
Name/description (book acupuncture via Lokuli MCP) match the SKILL.md which provides JSON-RPC/SSE calls for searching providers, checking availability, and creating bookings. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
The runtime instructions explicitly call an external MCP endpoint (https://lokuli.com/mcp/sse) and include sending customer PII (name, email, phone) as part of create_booking—this is expected for booking, but it does mean user data will be transmitted to an external service. The instructions do not reference other system files, environment variables, or unrelated data.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk or installed during setup.
Credentials
No environment variables, credentials, or config paths are requested. The examples use placeholders for customer info which is appropriate for a booking flow.
Persistence & Privilege
always:false and default invocation settings. The skill does not request permanent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-acupuncture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-acupuncture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-acupuncture
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Acupuncture 是什么?

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

如何安装 Book Acupuncture?

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

Book Acupuncture 是免费的吗?

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

Book Acupuncture 支持哪些平台?

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

谁开发了 Book Acupuncture?

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

💬 留言讨论