2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill book-transmission- _meta.json305 B
- SKILL.md1.2 KB
Overview
This skill connects to Lokuli MCP to find and book vehicle transmission services. It helps locate nearby providers, check slot availability, and create confirmed bookings with customer details. Use it when you need a quick, reliable way to schedule transmission repairs or services.
How this skill works
The skill queries Lokuli's MCP endpoint using JSON-RPC over SSE to search providers and services matching "transmission." It can check availability for a specific provider and service on a chosen date, then create a booking with a selected time slot and customer contact details. The interaction sequence is: search → check_availability → create_booking.
When to use it
- You need to find transmission repair or replacement services nearby.
- You want to confirm available appointment dates before committing.
- You need to book a specific time slot for transmission work.
- You have customer contact details and want an immediate reservation.
- You want programmatic access to provider listings and booking status.
Best practices
- Provide a clear location (zip code) and service keywords to improve search relevance.
- Confirm providerId and serviceId from the search results before calling availability or booking.
- Check availability for the desired date range to avoid conflicts before creating a booking.
- Supply full customer contact info (name, email, phone) to ensure booking confirmation and notifications.
- Handle API responses and errors from the MCP endpoint and retry idempotently if necessary.
Example use cases
- Find transmission services near zip code 90640 and list top providers.
- Verify if a provider can accept a transmission job on a specific date.
- Book a 2 PM appointment for a transmission replacement with customer contact details.
- Automate scheduling for fleet maintenance by searching and booking recurring transmission services.
- Confirm bookings and capture provider and service IDs for record keeping.
FAQ
It communicates with Lokuli's MCP SSE endpoint using JSON-RPC 2.0 POST requests.
What minimal data is required to create a booking?
You need providerId, serviceId, a timeSlot, and customer name, email, and phone to create a booking.