← Back to Skills Marketplace
edwardrodriguez703-design

Book Plumber

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

uook plumuer

Book plumber 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": "plumber",
      "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 looks like a straightforward instruction-only integration that will make network calls to lokuli.com to search and create bookings, but its source and homepage are unknown. Before installing or using it: 1) Verify what lokuli.com is and whether you trust it to receive your personal contact and address data. 2) Confirm whether the service requires authentication and how credentials are supplied — the SKILL.md does not declare any API keys. 3) Ensure the agent will always prompt you to confirm or supply your real address/phone/email instead of using the hard-coded examples in the doc. 4) If you need privacy or auditability, test the skill in a sandbox account or require explicit user confirmation before any booking is created. If you cannot verify the endpoint or provenance, treat this skill as higher-risk and avoid sending real PII through it.
Capability Analysis
Type: OpenClaw Skill Name: book-plumber Version: 1.0.1 The skill bundle defines a service for booking plumbers through `lokuli.com`. The `SKILL.md` file outlines the purpose and provides three tools (`search`, `check_availability`, `create_booking`) that align with this stated goal. While the `create_booking` tool handles sensitive user information (name, email, phone), this is an expected part of a booking service and is passed as arguments to the specified external endpoint, not exfiltrated from the agent's environment. There is a minor typo in the markdown title (`# uook plumuer`), but no evidence of prompt injection, malicious execution, data exfiltration, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
Name and description (book a plumber via Lokuli MCP) match the SKILL.md which shows search, check_availability, and create_booking JSON-RPC calls to an MCP endpoint. There is no obvious extra functionality beyond booking.
Instruction Scope
Instructions confine actions to JSON-RPC calls against https://lokuli.com/mcp/sse and platform tool calls (search, check_availability, create_booking). However the doc contains hard-coded sample zip code (90640) and example PII (John Doe, [email protected], +13105551234) without telling the agent to prompt the user or confirm data — risk that the agent could use or transmit incorrect or test personal data. The SKILL.md also has minor typos but no instructions to read local files or environment variables.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk persistence and arbitrary code execution risk.
Credentials
The skill declares no required environment variables or credentials but directs RPC calls to an external domain (lokuli.com). Real booking APIs typically require authentication; absence of declared credentials is unexplained. The skill will involve sending customer contact details to an external service (privacy risk) but does not document consent, data handling, or whether an API key is needed.
Persistence & Privilege
always is false and there is no installation or self-modifying behavior. The skill does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-plumber
  3. After installation, invoke the skill by name or use /book-plumber
  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-plumber
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Plumber?

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

How do I install Book Plumber?

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

Is Book Plumber free?

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

Which platforms does Book Plumber support?

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

Who created Book Plumber?

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

💬 Comments