← Back to Skills Marketplace
edwardrodriguez703-design

Book Pet Grooming

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1394
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-pet-grooming
Description
Book pet-grooming services through Lokuli MCP. Use when user needs to find and book pet-grooming. Triggers on requests like "book a pet-grooming", "find pet-grooming near me", or any pet-grooming service request.
README (SKILL.md)

uook pet grooming

Book pet-grooming 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": "pet-grooming",
      "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
Before installing or using this skill, confirm these points with the publisher: (1) Does the Lokuli MCP endpoint require an API key or other authentication? If so, why isn't it declared and how will keys be provided securely? (2) How will the agent collect and confirm user location (zip code) and contact details — will it always prompt the user before sending personal data? (3) What data does Lokuli store, what is the privacy policy, and where is booking data transmitted/stored? (4) Is the endpoint properly served over TLS and is the domain legitimate? If you can't get clear answers, avoid enabling the skill or test it first with dummy data (no real names, emails, or phone numbers).
Capability Analysis
Type: OpenClaw Skill Name: book-pet-grooming Version: 1.0.1 The skill bundle is designed to book pet-grooming services through Lokuli's MCP server. It defines tools for searching, checking availability, and creating bookings, which involve making network calls to `https://lokuli.com/mcp/sse` and handling customer PII (name, email, phone) as arguments for the `create_booking` tool. All actions and data handling are directly aligned with the stated purpose of booking services and do not show any evidence of intentional malicious behavior, unauthorized data exfiltration, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The name/description and the SKILL.md consistently describe booking pet-grooming via Lokuli's MCP endpoint and provide JSON-RPC 'search', 'check_availability', and 'create_booking' call templates — this is coherent with the stated purpose. However, the skill references an external MCP endpoint but declares no credentials or auth mechanism, which is an omission that reduces clarity.
Instruction Scope
The SKILL.md provides JSON-RPC payload templates and an explicit external endpoint (https://lokuli.com/mcp/sse). It does not instruct how to obtain or confirm user location/zip code, how to collect/confirm customer contact details, nor how to authenticate to the MCP. The instructions are vague (granting the agent discretion) and include hardcoded example data, increasing the risk that the agent could send real personal data to the endpoint without explicit user confirmation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — it does not write anything to disk or install external packages, which is low risk from an install standpoint.
Credentials
The skill requests no environment variables or credentials. That can be fine if the MCP is public, but the explicit external endpoint strongly suggests an API that often requires auth; the absence of any declared credential requirements or guidance about authentication is unexpected and should be clarified.
Persistence & Privilege
The skill does not request persistent/always-on capability and does not modify system-wide config. It uses normal autonomous invocation defaults but does not request elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-pet-grooming
  3. After installation, invoke the skill by name or use /book-pet-grooming
  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-pet-grooming
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Pet Grooming?

Book pet-grooming services through Lokuli MCP. Use when user needs to find and book pet-grooming. Triggers on requests like "book a pet-grooming", "find pet-grooming near me", or any pet-grooming service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1394 downloads so far.

How do I install Book Pet Grooming?

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

Is Book Pet Grooming free?

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

Which platforms does Book Pet Grooming support?

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

Who created Book Pet Grooming?

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

💬 Comments