← Back to Skills Marketplace
edwardrodriguez703-design

Book Chiropractor

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1387
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-chiropractor
Description
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.
README (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"
    }
  }
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-chiropractor
  3. After installation, invoke the skill by name or use /book-chiropractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-chiropractor
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1387 downloads so far.

How do I install Book Chiropractor?

Run "/install book-chiropractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Chiropractor free?

Yes, Book Chiropractor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Chiropractor support?

Book Chiropractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Chiropractor?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments