Book Pool Service

v1.0.1

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.

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
Suspicious
medium confidence
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.
What to consider before installing
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.

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

latestvk9792pfyjcr074br0pcaym4zwd80m5xg

License

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

Comments