← Back to Skills Marketplace
edwardrodriguez703-design

Book Pressure Washing

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

uook pressure washing

Book pressure-washing 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": "pressure-washing",
      "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: it will call Lokuli's MCP endpoint to search and create pressure-washing bookings. Before installing or enabling it, consider: 1) The skill will send user PII (name, email, phone, zip code, requested date/time) to an external domain (lokuli.com) — make sure you are comfortable sharing that data and verify the service. 2) The SKILL.md contains example values (e.g., John Doe, [email protected], +13105551234, zip 90640); ensure the agent will prompt you to confirm and replace those with your real details rather than sending examples. 3) There is no homepage or source listed — if you need stronger assurance, ask the publisher for a privacy policy, documentation, or code. 4) If you do not want automated outbound booking actions, ensure the agent asks for explicit confirmation before calling create_booking.
Capability Analysis
Type: OpenClaw Skill Name: book-pressure-washing Version: 1.0.1 The skill bundle defines a legitimate purpose: booking pressure-washing services through a specified external endpoint (lokuli.com). It includes tools for searching, checking availability, and creating bookings, which require sending customer PII (name, email, phone) to the service provider. There is no evidence of malicious execution, data exfiltration beyond the stated purpose, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior. All actions described in SKILL.md are consistent with the stated goal of booking a service.
Capability Assessment
Purpose & Capability
The name/description (book pressure-washing via Lokuli MCP) match the instructions: SKILL.md shows tools for search, check_availability, and create_booking against Lokuli's MCP endpoint. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli MCP (SSE / JSON-RPC). However the SKILL.md includes example personal data (customerName, customerEmail, customerPhone) and a hard-coded zipCode/date in sample requests — an agent using this skill will need to replace those with real user values and will transmit that PII to lokuli.com. The doc does not explain authentication or consent/confirmation flows.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and there is no third-party package installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its purpose as an instruction-only integration that relies on agent-provided tooling to call the MCP.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills. It can be invoked autonomously by the agent (platform default), which is expected for an action-oriented skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-pressure-washing
  3. After installation, invoke the skill by name or use /book-pressure-washing
  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-pressure-washing
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Pressure Washing?

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

How do I install Book Pressure Washing?

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

Is Book Pressure Washing free?

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

Which platforms does Book Pressure Washing support?

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

Who created Book Pressure Washing?

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

💬 Comments