← Back to Skills Marketplace
edwardrodriguez703-design

Book Dog Trainer

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1380
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-dog-trainer
Description
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.
README (SKILL.md)

uook dog trainer

Book dog-trainer services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "dog-trainer",
      "zipCode": "90640",
      "maxResults": 20
    }
  }
}

check_availability

{
  "method": "tools/call",
  "params": {
    "name": "check_availability",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "date": "2025-02-10"
    }
  }
}

create_booking

{
  "method": "tools/call",
  "params": {
    "name": "create_booking",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "timeSlot": "2025-02-10T14:00:00-08:00",
      "customerName": "John Doe",
      "customerEmail": "[email protected]",
      "customerPhone": "+13105551234"
    }
  }
}
Usage Guidance
This skill broadly matches its stated purpose, but several gaps mean you should be cautious before installing: 1) Verify lokuli.com and the MCP endpoint — there is no homepage or owner info in the registry metadata, so confirm the operator's identity and privacy policy. 2) Ask the publisher how authentication is handled; if the booking API requires an API key or OAuth token the skill should declare that and explain storage. 3) Be aware the skill will send personal contact data (name, email, phone) to an external service — ensure you want that transmitted and that explicit user consent will be requested before creating a real booking. 4) The SKILL.md uses a hard-coded ZIP and sample data; test with dummy data first and confirm the skill will prompt for location and contact info rather than auto-booking. If the publisher cannot explain authentication and data handling, do not install.
Capability Analysis
Type: OpenClaw Skill Name: book-dog-trainer Version: 1.0.1 The skill defines a legitimate purpose: booking dog-trainer services through Lokuli's MCP server. It specifies an external endpoint (https://lokuli.com/mcp/sse) and three tools (search, check_availability, create_booking) with parameters that align directly with this purpose. While the `create_booking` tool handles PII (customer name, email, phone), this is necessary for a booking service and is directed to the stated service provider. There is no evidence of prompt injection, data exfiltration to unauthorized endpoints, malicious execution, or other harmful behaviors. The minor typo 'uook' in SKILL.md is not indicative of malicious intent or obfuscation.
Capability Assessment
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint to find and book dog‑trainer services.
Instruction Scope
Instructions are narrowly scoped to searching and booking via the specified MCP endpoint and provide concrete JSON-RPC payload examples. However, the doc includes hard-coded example parameters (zipCode 90640, sample customerName/email/phone) and does not explain how or when to prompt the user for their actual contact info or consent. It also does not describe any authentication flow or token handling for the remote endpoint.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk; nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it targets an external booking API. Real booking endpoints commonly require API keys, OAuth tokens, or other credentials; the absence of declared credentials or auth guidance is a mismatch that could indicate incomplete documentation or missing security controls. Also, the instructions explicitly send personal contact data (name, email, phone) — appropriate for booking, but users should be warned and consent obtained before transmission.
Persistence & Privilege
Skill does not request persistent or elevated platform privileges (always:false, no config paths). It is user-invocable and does not assert system-wide presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-dog-trainer
  3. After installation, invoke the skill by name or use /book-dog-trainer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-dog-trainer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1380 downloads so far.

How do I install Book Dog Trainer?

Run "/install book-dog-trainer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Dog Trainer free?

Yes, Book Dog Trainer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Dog Trainer support?

Book Dog Trainer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Dog Trainer?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments