Book Chiropractor

v1.0.1

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.

1· 1.3k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9795cyqx6wa0vs5fqdjs2083n80ms0f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments