← Back to Skills Marketplace
edwardrodriguez703-design

Book Handyman

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

uook handyman

Book handyman 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": "handyman",
      "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 claims (search and book handymen) but you should be cautious before using it: the source and homepage are unknown, and the SKILL.md tells the agent to send customer name/email/phone to https://lokuli.com without explaining authentication or consent. Consider asking the publisher for provenance and an explanation of how booking calls are authenticated; avoid providing real personal data until you confirm the service is trusted; test with non-sensitive data first; and only install if you accept that the agent may send PII to an external domain.
Capability Analysis
Type: OpenClaw Skill Name: book-handyman Version: 1.0.1 The skill defines tools for searching, checking availability, and creating bookings for handyman services through the `lokuli.com` endpoint, as described in `SKILL.md`. While the `create_booking` tool handles sensitive PII (customer name, email, phone), this is directly aligned with the stated purpose of booking services and is directed to the expected service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's intended behavior.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: it defines an MCP endpoint and three RPC-style tool calls (search, check_availability, create_booking) that are appropriate for finding and booking a handyman. Examples use realistic fields (zip, providerId, customer contact) so the capability requested is coherent with the stated purpose.
Instruction Scope
The runtime instructions tell the agent to POST JSON-RPC calls to an external MCP endpoint (https://lokuli.com/mcp/sse) and to include customer data (name, email, phone). The SKILL.md does not describe authentication, consent, or where provider/service IDs come from; it also includes hardcoded example zip/date values. This means the skill may send PII to an external service without explicit guidance about user consent or how credentials are managed.
Install Mechanism
Instruction-only skill with no install spec and no code files reduces installation risk — nothing is written to disk and there are no third-party packages to pull.
Credentials
The skill requests no environment variables or credentials. While that minimizes credential exposure, it also leaves unclear how calls to the external MCP endpoint are authenticated (if they should be). Lack of declared credentials combined with an external endpoint raises a privacy/authorization question: will user PII be sent unauthenticated?
Persistence & Privilege
always is false and there are no instructions to change agent configuration or persist credentials. Autonomous invocation is allowed but that is the platform default and not on its own a concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-handyman
  3. After installation, invoke the skill by name or use /book-handyman
  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-handyman
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Handyman?

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

How do I install Book Handyman?

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

Is Book Handyman free?

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

Which platforms does Book Handyman support?

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

Who created Book Handyman?

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

💬 Comments