← Back to Skills Marketplace
edwardrodriguez703-design

Book Laundry

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

uook laundry

Book laundry 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": "laundry",
      "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 coherent for booking laundry via Lokuli's MCP, but you should verify a few things before installing: 1) Confirm the agent platform's implementation of the tools/call mechanism and where requests to https://lokuli.com/mcp/sse will originate (which service account or IP) and whether TLS/host validation is enforced. 2) Ask how authentication is handled — the SKILL.md contains no API key or OAuth instructions; if Lokuli requires credentials, learn where those are stored and who can access them. 3) Expect the skill to send personal details (name, email, phone, location) to an external service — only proceed if you trust Lokuli and the domain. 4) The SKILL.md uses placeholder sample data; ensure the agent will prompt you for your actual address, preferred times, and contact info rather than sending placeholders. 5) Because the skill has no listed homepage or source, prefer installing only if you can verify the publisher or if the platform enforces vetted network calls for skills.
Capability Analysis
Type: OpenClaw Skill Name: book-laundry Version: 1.0.1 The skill defines tools for booking laundry services through the `lokuli.com` endpoint. All described actions, including collecting customer PII (name, email, phone) for booking, are directly aligned with its stated purpose. There is no evidence of malicious execution, unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the agent in the SKILL.md file.
Capability Assessment
Purpose & Capability
Name/description (book laundry via Lokuli MCP) match the SKILL.md: it lists an MCP endpoint and JSON-RPC tooling (search, check_availability, create_booking). Nothing declared (no binaries, env vars, or installs) appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains concrete JSON-RPC tool call templates for searching, checking availability, and creating bookings — these stay within the laundry-booking scope. It includes example, hard-coded sample fields (zipCode 90640, dates in 2025, customer info like John Doe) which are obviously placeholders; the skill does not instruct the agent to read unrelated files or environment variables. The file does not explain authentication/authorization for the MCP endpoint, which is an important operational detail left unspecified.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from installation. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is plausible if the platform provides network access and handles auth. However, because the SKILL.md references an external endpoint but gives no guidance about authentication or required API keys, it's unclear whether credentials are needed and where they would be provided; that gap should be clarified before trusting the skill with bookings or personal data.
Persistence & Privilege
Defaults are used (not always: true). The skill does not request persistent privileges or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-laundry
  3. After installation, invoke the skill by name or use /book-laundry
  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-laundry
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Laundry?

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

How do I install Book Laundry?

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

Is Book Laundry free?

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

Which platforms does Book Laundry support?

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

Who created Book Laundry?

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

💬 Comments