book-flooring_skill

This skill helps you find and book flooring services locally by querying providers and creating bookings through Lokuli MCP.
  • 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-flooring

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

Overview

This skill lets users find and book flooring services through Lokuli's MCP server. It connects to Lokuli's SSE/JSON-RPC endpoints to search providers, check availability, and create bookings. Use it to locate nearby flooring specialists and secure a time slot quickly.

How this skill works

The skill issues JSON-RPC calls over Lokuli's SSE endpoint to perform three core actions: search for flooring providers by query and zip code, check provider availability for a given date, and create a booking with customer details and a chosen time slot. It maps user requests like "find flooring near me" or "book a flooring" into these tool calls and returns confirmations or next-step prompts.

When to use it

  • You need to locate flooring providers near a specific zip code.
  • You want to check available dates or time slots before booking.
  • You want to book a flooring installation, consultation, or inspection.
  • You need to confirm provider and service details before committing a booking.
  • You want a fast, programmatic way to arrange flooring services.

Best practices

  • Collect zip code and basic service preferences before searching to narrow results.
  • Verify providerId and serviceId from search results before checking availability.
  • Ask for preferred dates and a backup date to increase booking success.
  • Require customer name, email, and phone when creating a booking to ensure confirmations.
  • Confirm timezone when selecting a timeSlot (ISO 8601 recommended).

Example use cases

  • User asks "Find flooring near 90640" — skill searches providers and returns top matches.
  • User says "Is provider X available on Feb 10?" — skill calls check_availability and reports open slots.
  • User requests "Book a flooring appointment for Feb 10 at 2 PM" — skill creates a booking with customer contact details and returns confirmation.
  • User wants to compare services — skill searches for flooring options and lists providers, service types, and prices.
  • User needs to reschedule — skill checks alternate availability and recreates the booking for a new slot.

FAQ

Provide zip code, selected providerId and serviceId, preferred date/time, and customer name, email, and phone.

How does the skill check availability?

It sends a JSON-RPC check_availability call for a providerId, serviceId, and date and returns available slots.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
book-flooring skill by openclaw/skills | VeilStrat