book-phone-repair_skill

This skill helps you find and book phone-repair services quickly by querying Lokuli MCP and scheduling available slots.
  • Python

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-phone-repair

  • _meta.json305 B
  • SKILL.md1.2 KB

Overview

This skill books phone-repair services through Lokuli's MCP server. It finds nearby repair providers, checks availability, and reserves time slots on behalf of the user. The integration uses Lokuli's SSE endpoint and JSON-RPC tools to perform search, availability checks, and booking creation.

How this skill works

The skill queries Lokuli's MCP via JSON-RPC calls over the SSE endpoint to search for providers by query and zip code. It can check provider availability for a given service and date, then create a booking with customer contact details and a chosen time slot. Under the hood the skill calls three main tools: search, check_availability, and create_booking.

When to use it

  • When the user asks to find phone-repair providers near a ZIP code or their location.
  • When the user wants to confirm available dates or time slots for a repair service.
  • When the user asks to reserve or schedule a phone-repair appointment.
  • When you need to compare providers and services before booking.
  • When a user requests help filling in booking details (name, email, phone, preferred time).

Best practices

  • Collect ZIP code or location and a preferred date/time window before searching.
  • Verify providerId and serviceId from search results before checking availability or booking.
  • Present available time slots to the user and confirm their selection explicitly.
  • Validate customer contact info (email, phone) to avoid failed bookings.
  • Handle availability errors by offering alternative dates or nearby providers.

Example use cases

  • User: 'Find phone-repair near me' — skill searches by ZIP and returns nearby providers and services.
  • User: 'Check availability for screen replacement next week' — skill checks provider service availability for requested dates.
  • User: 'Book a phone repair for Monday at 2pm' — skill creates a booking with provided contact details and time slot.
  • User: 'Compare repair shops in 90640' — skill runs searches and summarizes options, prices, and estimated wait times.
  • User: 'Reserve same-day repair' — skill searches for same-day availability and books the earliest slot.

FAQ

You need the providerId and serviceId from search results, a chosen time slot, and customer name, email, and phone number.

How does the skill check availability?

It calls the check_availability tool with providerId, serviceId, and date to retrieve open time slots for that service.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational