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-piercing- _meta.json297 B
- SKILL.md1.2 KB
Overview
This skill helps find and book piercing services through Lokuli's MCP server. It connects to Lokuli's MCP SSE endpoint to search providers, check availability, and create bookings. Use it to locate nearby studios, confirm time slots, and reserve appointments quickly.
How this skill works
The skill calls a search tool to locate piercing providers by query and zip code, returning a list of matching services. It then uses availability checks for a selected provider and service on a chosen date. When a time slot is confirmed, it issues a create_booking call with customer details to reserve the appointment via Lokuli's MCP transport.
When to use it
- User asks to book a piercing appointment
- User needs to find piercing providers near a zip code
- Verify availability for a specific piercing service or date
- Reserve a specific time slot with a provider
- Convert a found service into a confirmed booking
Best practices
- Collect zip code and desired piercing type before searching
- Confirm preferred dates and acceptable time ranges up front
- Validate customer contact info (name, email, phone) before creating a booking
- Show available time slots and require explicit selection to avoid accidental bookings
- Handle API errors and re-check availability immediately before finalizing
Example use cases
- Search for ‘piercing’ within 10–20 miles of a customer zip code and list providers
- Check availability for ear or nose piercing on a requested date
- Reserve a 2:00 PM slot for a named customer and send confirmation details
- Compare multiple providers and choose the earliest available appointment
- Cancel or rebook by repeating availability check and creating a new booking
FAQ
It interacts with Lokuli's MCP SSE endpoint to perform search, availability checks, and booking actions.
What information is required to create a booking?
Provider ID, service ID, chosen time slot, and customer details (name, email, phone) are required.