Service Booking

v1.0.1

Book real-world services through Lokuli MCP. Use when user needs to find, check availability, or book local services like plumbers, electricians, cleaners, mechanics, barbers, personal trainers, etc. Triggers on requests like "book me a haircut", "find a plumber near me", "I need a smog check", "schedule a massage", or any local service request. 75+ service categories available.

2· 1.5k·1 current·1 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
The name/description (service booking via Lokuli MCP) aligns with the runtime instructions. All provided tool calls (search, fetch, check_availability, create_booking, etc.) are directly related to finding and booking services. No unrelated binaries, installs, or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to searching providers, fetching details, checking availability, and creating bookings. They explicitly require collecting user PII (customerName, customerEmail, customerPhone, ZIP) which will be sent to the external MCP endpoint. The guidance to 'default to user's ZIP — If known from context' implies the agent may pull location from conversation or user profile context; this is expected but important for privacy awareness.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes local persistence and filesystem changes. There are no download/execution instructions.
Credentials
No environment variables, credentials, or config paths are requested. The absence of Stripe or other API keys is explainable because the skill delegates payments to Lokuli (it returns a Stripe checkout URL). The number and type of required runtime data items (name, email, phone, ZIP) are proportionate to booking functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It's user-invocable and can be called autonomously by the agent (platform default), which is normal for a booking skill.
Assessment
This skill is internally consistent for booking services, but it will send personal data (name, email, phone, ZIP, and booking details) to https://lokuli.com/mcp/sse — verify you trust Lokuli before installing. Because the skill's source and homepage are unknown, consider: 1) Ask the publisher or platform for provenance/ownership of the Lokuli endpoint; 2) Confirm the platform's privacy policy and how it handles Stripe links and user data; 3) Ensure the agent asks for explicit confirmation before creating bookings or sharing payment links (the SKILL.md requires this, but you should verify runtime behavior); and 4) If you prefer, avoid sending sensitive PII through third-party booking flows or use an alternative skill backed by a known vendor.

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

latestvk978js4nxr2has7ytgs9tjdk5n80nyns

License

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

Comments