← Back to Skills Marketplace
edwardrodriguez703-design

Book Dog Walker

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

uook dog walker

Book dog-walker 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-walker",
      "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 appears to do what it says and doesn't request unusual permissions, but the runtime instructions are incomplete. Before installing or using it: 1) Confirm the lokuli.com endpoint is legitimate (verify domain and privacy policy). 2) Determine how authentication/authorization should be provided (API key, user OAuth, headers) — the SKILL.md does not describe this. 3) Expect to provide personal data (name, email, phone) when creating bookings; ensure you have user consent and understand where that data is sent. 4) Verify the agent's 'tools/call' mappings and any headers the agent will attach so bookings or payments are not sent anonymously. 5) Test with dummy data first (no real payment or private info). The minor SSE/POST wording inconsistency suggests the author may have left implementation details unspecified — treat this skill as functional but incomplete rather than malicious.
Capability Analysis
Type: OpenClaw Skill Name: book-dog-walker Version: 1.0.1 The skill bundle defines a 'book-dog-walker' service that interacts with the `https://lokuli.com/mcp/sse` endpoint. It provides tools for searching, checking availability, and creating bookings, which includes handling customer PII (name, email, phone). All defined actions and network communications are explicitly aligned with the stated purpose of booking a dog-walker service, and there is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, or other harmful behaviors.
Capability Assessment
Purpose & Capability
Name/description describe booking dog-walkers and the instructions provide RPC-style search, availability check, and booking calls against a Lokuli MCP endpoint. There are no unrelated binaries, environment variables, or installs requested.
Instruction Scope
Instructions narrowly describe sending JSON-RPC-style calls (search, check_availability, create_booking) to a Lokuli MCP SSE endpoint and include example parameters. They do not instruct reading local files or unrelated environment variables. However, the SKILL.md omits any authentication/authorization or header requirements and contains a minor transport inconsistency (labels endpoint as SSE but says POST requests), so the runtime behavior is underspecified.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. That is proportionate to the declared metadata, but may be unrealistic in practice—booking endpoints commonly require API keys or user authentication, and the SKILL.md provides no guidance for that.
Persistence & Privilege
always:false and no install/persistence actions. The skill does not request elevated or persistent privileges or attempt to modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-dog-walker
  3. After installation, invoke the skill by name or use /book-dog-walker
  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-walker
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Dog Walker?

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

How do I install Book Dog Walker?

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

Is Book Dog Walker free?

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

Which platforms does Book Dog Walker support?

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

Who created Book Dog Walker?

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

💬 Comments