← Back to Skills Marketplace
edwardrodriguez703-design

Book Fitness

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

uook fitness

Book fitness 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": "fitness",
      "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 do what it says: call Lokuli's MCP to search and create fitness bookings. Before installing/using it, verify you trust the external domain (lokuli.com) and confirm their privacy/retention policy because booking will transmit user PII (name, email, phone, location, appointment times). Ask the skill author (or your admin) how user data is protected, whether bookings are audited, and whether any additional data beyond what's needed will be sent. Because the skill's source is unknown, consider testing with mock data first and only enable for real bookings after you are satisfied with Lokuli's trustworthiness.
Capability Analysis
Type: OpenClaw Skill Name: book-fitness Version: 1.0.1 The skill bundle defines tools for searching, checking availability, and creating bookings for fitness services via the `https://lokuli.com/mcp/sse` endpoint. While the `create_booking` tool handles personally identifiable information (PII) like customer name, email, and phone, this is directly aligned with the stated purpose of booking services. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions beyond the skill's described functionality.
Capability Assessment
Purpose & Capability
Name/description (book fitness via Lokuli MCP) matches the SKILL.md: it describes an MCP endpoint and JSON-RPC tool calls for search, check_availability, and create_booking. Nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
Instruction Scope
SKILL.md limits runtime activity to calling Lokuli's MCP endpoint (https://lokuli.com/mcp/sse) using JSON-RPC/SSE and provides example tool calls. This is within scope, but the create_booking examples include personal data fields (customerName, customerEmail, customerPhone) and location (zipCode). The agent will send PII to an external service when used — confirm what user data will be transmitted and how it's protected/retained.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. No downloads, packages, or extracted archives are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the simple JSON-RPC usage described in SKILL.md.
Persistence & Privilege
always is false and there's no installation step that would persist credentials or modify other skills. The skill can be invoked by the agent normally but does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-fitness
  3. After installation, invoke the skill by name or use /book-fitness
  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-fitness
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Fitness?

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

How do I install Book Fitness?

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

Is Book Fitness free?

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

Which platforms does Book Fitness support?

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

Who created Book Fitness?

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

💬 Comments