← 返回 Skills 市场
edwardrodriguez703-design

Book Chiropractor

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

uook chiropractor

Book chiropractor 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": "chiropractor",
      "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 will send user contact information (name, email, phone) to an external service at lokuli.com to perform searches and create bookings. Before using it, verify you trust the Lokuli domain (and their privacy policy), ensure the agent asks for explicit permission before transmitting your PII, and confirm only the minimum required details are shared. If you need authenticated access or want to avoid sharing PII, prefer a skill that declares its auth requirements or use a manual booking workflow instead.
功能分析
Type: OpenClaw Skill Name: book-chiropractor Version: 1.0.1 The skill bundle defines a service to book chiropractor appointments through a specified Lokuli MCP endpoint. The `SKILL.md` clearly outlines the purpose, the communication endpoint (https://lokuli.com/mcp/sse), and three tools (`search`, `check_availability`, `create_booking`) with parameters consistent with a booking service. While the `create_booking` tool handles personally identifiable information (PII) like customer name, email, and phone, this is necessary for its stated function and is directed to the legitimate service provider. There is no evidence of data exfiltration to unauthorized parties, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description match the runtime instructions. The SKILL.md defines calls (search, check_availability, create_booking) and an MCP endpoint (https://lokuli.com/mcp/sse) that are coherent with a chiropractor‑booking integration. No unrelated binaries, installs, or credentials are requested.
Instruction Scope
Instructions specify sending JSON‑RPC/SSE requests to an external endpoint and include example booking payloads with personal fields (name, email, phone). The SKILL.md does not instruct reading local files or extraneous environment variables, but it does imply the agent will collect and transmit user PII to lokuli.com. Confirming user consent and limiting data sent to the minimum required is recommended.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a simple booking integration, though the SKILL.md relies on an external service (lokuli.com) whose auth model isn't declared.
Persistence & Privilege
always:false and no modifications to other agent configuration are requested. The skill may be invoked autonomously (platform default), which is expected for tools, but it does not request elevated persistence or cross-skill config changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-chiropractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-chiropractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-chiropractor
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Chiropractor 是什么?

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

如何安装 Book Chiropractor?

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

Book Chiropractor 是免费的吗?

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

Book Chiropractor 支持哪些平台?

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

谁开发了 Book Chiropractor?

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

💬 留言讨论