← Back to Skills Marketplace
edwardrodriguez703-design

Book Cleaning

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

uook cleaning

Book cleaning 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": "cleaning",
      "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: call an external Lokuli MCP service to search and create cleaning bookings. Before installing or using it, consider: (1) it will need your contact details (name, email, phone) to create bookings — only provide data you are comfortable sharing; (2) SKILL.md does not show any authentication for the external endpoint, so confirm how the service is authorized and whether requests are logged or authenticated; (3) verify the vendor (lokuli.com) and its privacy/security practices if possible; (4) if you have concerns, avoid giving PII to the skill and prefer calling the cleaning service directly.
Capability Analysis
Type: OpenClaw Skill Name: book-cleaning Version: 1.0.1 The skill defines a legitimate purpose: booking cleaning services through an external endpoint `https://lokuli.com/mcp/sse`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with this stated purpose, including the handling of customer PII (name, email, phone) which is necessary for a booking service. There are no instructions in SKILL.md that suggest prompt injection, data exfiltration, malicious execution, persistence, or any other unauthorized or harmful behavior. The network access and PII handling are plausibly needed for the skill's functionality.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md shows JSON-RPC calls to search, check availability, and create bookings on an external Lokuli MCP endpoint. Nothing requested or described is unrelated to booking cleaning services.
Instruction Scope
Instructions confine actions to calling the Lokuli MCP (search, check_availability, create_booking). They do not reference reading local files or environment variables. However, the create_booking example includes user PII (name, email, phone) — the skill will need to collect and transmit that data at runtime.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or installed, which minimizes installation risk.
Credentials
The skill declares no environment variables or credentials. SKILL.md also does not document any authentication/API key for the external MCP endpoint, which could mean the endpoint accepts unauthenticated requests or the skill is missing necessary auth instructions. Either way, user PII will be transmitted to an external domain (lokuli.com).
Persistence & Privilege
No 'always: true' or install-time persistence requested. The skill is user-invocable and allows autonomous invocation by default (platform default) but does not request elevated or cross-skill privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-cleaning
  3. After installation, invoke the skill by name or use /book-cleaning
  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-cleaning
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Cleaning?

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

How do I install Book Cleaning?

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

Is Book Cleaning free?

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

Which platforms does Book Cleaning support?

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

Who created Book Cleaning?

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

💬 Comments