← Back to Skills Marketplace
edwardrodriguez703-design

Book Pool Service

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

uook pool service

Book pool-service 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": "pool-service",
      "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 is instruction-only and appears to do what it says (search, check availability, create bookings via Lokuli's MCP), but you should: 1) confirm how calls to https://lokuli.com/mcp/sse are authenticated — does the platform provide credentials or is the endpoint public? 2) require the skill to always ask for and receive explicit confirmation from the user (name, email, phone, date/time, provider) before invoking create_booking to avoid accidental bookings or data leaks, and 3) verify Lokuli's privacy policy and what customer data is transmitted. If you need higher assurance, ask the skill author to add explicit auth requirements and a mandatory confirmation step or test the skill in a safe sandbox account first.
Capability Analysis
Type: OpenClaw Skill Name: book-pool-service Version: 1.0.1 The skill bundle defines a service for booking pool services through an external endpoint `https://lokuli.com/mcp/sse`. The `SKILL.md` file outlines three tools (`search`, `check_availability`, `create_booking`) that align with this purpose, including sending customer PII (name, email, phone) as part of the booking process. There is no evidence of prompt injection attempts, data exfiltration beyond the stated purpose, malicious execution, persistence mechanisms, or obfuscation. The behavior is clearly aligned with the stated purpose, and the network access to `lokuli.com` is plausibly needed for the skill's functionality.
Capability Assessment
Purpose & Capability
Name/description (book pool service via Lokuli MCP) align with the SKILL.md which shows search, check_availability, and create_booking RPC calls to Lokuli's MCP. However, the skill declares no credentials or auth requirements while referencing an external MCP endpoint (https://lokuli.com/mcp/sse), which is unusual for a service that performs bookings and may require authentication.
Instruction Scope
SKILL.md provides JSON-RPC 'tools/call' payloads for search, check_availability, and create_booking but is underspecified about workflow and safeguards: it uses hardcoded example arguments (zipCode, dates, customer data), doesn't instruct the agent to always ask the user to confirm booking details before calling create_booking, and does not address what user data is sent to Lokuli. That gives the agent broad discretion which could lead to unintended bookings or leaking personal data.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is written to disk by the skill itself.
Credentials
The skill requires no environment variables or credentials in metadata, which is plausible if RPC calls are routed through the platform's tools. However, the absence of declared auth for an external booking endpoint is noteworthy and should be clarified (does the platform handle authentication, or is the MCP open?).
Persistence & Privilege
always is false and there are no config-path or persistence requests. The skill can be invoked autonomously (platform default), which is acceptable but combined with the instruction vagueness above could enable autonomous bookings — users should verify confirmation behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-pool-service
  3. After installation, invoke the skill by name or use /book-pool-service
  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-pool-service
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Pool Service?

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

How do I install Book Pool Service?

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

Is Book Pool Service free?

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

Which platforms does Book Pool Service support?

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

Who created Book Pool Service?

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

💬 Comments