ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

book-dog-trainer

Book dog-trainer services through Lokuli MCP. Use when user needs to find and book dog-trainer. Triggers on requests like "book a dog-trainer", "find dog-trainer near me", or any dog-trainer service request.

Why use this skill?

Easily find and book certified dog trainers using the OpenClaw AI agent. Integrate with Lokuli MCP to manage schedules and appointments directly.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/edwardrodriguez703-design/book-dog-trainer
Or

What This Skill Does

The book-dog-trainer skill enables your OpenClaw AI agent to seamlessly interface with the Lokuli MCP server, providing a streamlined workflow for locating and scheduling professional dog training services. By leveraging this integration, users can move beyond simple web searches and initiate actual booking workflows directly within the agent interface. The skill abstracts the complexity of SSE (Server-Sent Events) and JSON-RPC 2.0 communication, allowing the AI to query service provider databases, check real-time availability slots, and finalize booking reservations using customer contact details.

Installation

To integrate this skill into your environment, use the OpenClaw Command Line Interface (CLI) by executing the following command in your terminal:

clawhub install openclaw/skills/skills/edwardrodriguez703-design/book-dog-trainer

Ensure that your OpenClaw agent has the necessary permissions configured for external network requests to allow the SSE handshake with the Lokuli endpoint at https://lokuli.com/mcp/sse.

Use Cases

This skill is specifically designed for pet owners and dog trainers who manage scheduling through the Lokuli platform. Key use cases include:

  • Rapid discovery of local trainers based on specific zip codes.
  • Automated conflict checking against a provider's calendar before attempting a booking.
  • Direct booking creation, allowing the agent to capture necessary data points like time slots, names, and contact information, effectively acting as an automated scheduling assistant.

Example Prompts

  1. "Find a highly-rated dog trainer in the 90640 area and let me know who has openings next Monday."
  2. "I need to book a training session with the provider having ID 'trainer-123' for February 10th at 2 PM. My name is John Doe, email is [email protected], and phone is +13105551234."
  3. "Search for dog training services near me and tell me what the soonest available slot is."

Tips & Limitations

When using this skill, always ensure that the providerId and serviceId are correctly retrieved from a prior search call, as manual input of these identifiers can lead to booking errors. Note that the skill relies on the availability of the external Lokuli MCP service; if the SSE connection is interrupted, the agent will require a retry. Additionally, ensure your user profile settings are updated with valid contact information to minimize the number of parameters needed in each booking request. Please be aware that this skill performs external API calls, which requires active internet connectivity at all times during the request cycle.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-edwardrodriguez703-design-book-dog-trainer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#dog-trainer#mcp#scheduling#pets#automation
Safety Score: 4/5

Flags: network-access, external-api