← Back to Skills Marketplace
edwardrodriguez703-design

Book Pilates

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1384
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-pilates
Description
Book pilates services through Lokuli MCP. Use when user needs to find and book pilates. Triggers on requests like "book a pilates", "find pilates near me", or any pilates service request.
README (SKILL.md)

uook pilates

Book pilates 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": "pilates",
      "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 appears to be a lightweight instruction-only connector to Lokuli's booking API, but it omits key operational and privacy details. Before installing or enabling it, ask or verify: (1) Does Lokuli require API credentials? If so, the skill should declare required env vars (API key/token) and how to provide them. (2) The skill must prompt you for your location, contact info, and explicit consent before sending any personal data to lokuli.com. (3) Confirm the MCP endpoint (https://lokuli.com/mcp/sse) is the official service you expect. (4) Prefer a version that does not contain hard-coded example PII or fixed zip/date values and that documents authentication and privacy handling. If you cannot verify these points or do not trust the external service, avoid enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: book-pilates Version: 1.0.1 The skill bundle is benign. It defines a clear purpose to book pilates services through a specified external endpoint (lokuli.com/mcp/sse) and provides tools (search, check_availability, create_booking) that align with this purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. While the `create_booking` tool handles customer PII, this is necessary for its stated function and not indicative of unauthorized exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: it targets booking pilates via Lokuli's MCP endpoint. No unexpected binaries or extra credentials are requested, which is consistent, but the skill references an external booking API (lokuli.com) without declaring how to authenticate or obtain access — this is a missing but not necessarily malicious element.
Instruction Scope
SKILL.md gives concrete JSON-RPC examples (search, check_availability, create_booking) and the MCP SSE endpoint, but uses hard-coded example values (zipCode: 90640, customerName/email/phone, fixed dates) and does not instruct the agent to prompt the user for location, contact details, or consent before transmitting personal data. It also does not explain how to authenticate to the Lokuli service or where to store credentials. Transmitting user PII to an external endpoint without explicit user-consent steps is a scope and privacy concern.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest install risk — nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables or primary credential, yet it targets an external booking API. Booking/create endpoints typically require authentication; omitting any required API keys or tokens is a discrepancy. Also, the instructions include fields for sensitive personal data (name, email, phone) but give no guidance about consent or secure handling.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system privileges or to alter other skills. Autonomous invocation is allowed by platform default but is not combined with other elevated privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-pilates
  3. After installation, invoke the skill by name or use /book-pilates
  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-pilates
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Pilates?

Book pilates services through Lokuli MCP. Use when user needs to find and book pilates. Triggers on requests like "book a pilates", "find pilates near me", or any pilates service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1384 downloads so far.

How do I install Book Pilates?

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

Is Book Pilates free?

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

Which platforms does Book Pilates support?

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

Who created Book Pilates?

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

💬 Comments