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-locksmith- _meta.json299 B
- SKILL.md1.2 KB
Overview
This skill lets you find and book locksmith services through Lokuli's MCP. It connects to Lokuli's service directory, checks provider availability, and creates bookings with customer details. Use it to locate nearby locksmiths and schedule on-site visits quickly.
How this skill works
The skill queries Lokuli's MCP search tool to locate locksmith providers by query and ZIP code, returning matched services and providers. It can then check a provider's availability for a given date and request specific time slots. When a slot is confirmed, the skill creates a booking by sending customer name, contact details, and the chosen time to Lokuli's booking endpoint.
When to use it
- You need a locksmith at home, work, or vehicle quickly
- You want to find locksmiths near a specific ZIP code
- You need to confirm provider availability before committing
- You want to schedule and save a locksmith appointment with contact details
- You prefer a streamlined booking flow without calling multiple providers
Best practices
- Provide a ZIP code or exact location to get accurate nearby results
- Include preferred dates and a time window when checking availability
- Confirm customer name, email, and phone before creating a booking
- Ask for service type (e.g., lockout, rekey, install) to narrow search results
- Verify time zone when selecting time slots to avoid scheduling errors
Example use cases
- Find locksmiths in 90640 and present the top 10 nearby providers
- Check availability for providerId 'xxx' and serviceId 'yyy' on a specified date
- Book a same-day locksmith appointment by selecting an available time slot and submitting customer contact info
- Compare providers and services before creating a confirmed booking
- Schedule a vehicle locksmith for a roadside lockout with real-time availability checks
FAQ
You should have the ZIP code or location, preferred date/time, service type, and customer name, email, and phone number.
How does the skill confirm availability?
The skill calls a check_availability tool for the chosen provider and service on the requested date to verify open time slots before creating a booking.