← Back to Skills Marketplace
edwardrodriguez703-design

Book Carpet Cleaning

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

uook carpet cleaning

Book carpet-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": "carpet-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 is internally consistent for booking via Lokuli's MCP and doesn't ask for local files or credentials — a good sign. Before installing, confirm: (1) whether Lokuli's endpoint requires API keys or user credentials (the SKILL.md omits any auth details), (2) that you trust the external domain https://lokuli.com for sending customer data (bookings include PII like name/email/phone), and (3) clarify the transport semantics (SSE vs POST) and how runtime values (zip code, providerId, customer details) are supplied. If the publisher cannot explain the missing authentication or data handling, treat the skill with caution.
Capability Analysis
Type: OpenClaw Skill Name: book-carpet-cleaning Version: 1.0.1 The skill is classified as suspicious due to its collection and transmission of Personally Identifiable Information (PII), specifically customer name, email, and phone number, via the `create_booking` tool to an external endpoint `https://lokuli.com/mcp/sse` as described in `SKILL.md`. While this data collection is necessary for the stated purpose of booking a service, it represents a significant data privacy risk and constitutes a high-risk capability without clear malicious intent, thus falling under the 'suspicious' threshold.
Capability Assessment
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md targets Lokuli's MCP endpoint and defines search, availability check, and booking RPC calls — all appropriate for a booking skill.
Instruction Scope
Instructions confine activity to Lokuli's MCP endpoint and agent tool calls (tools/call). They do not instruct reading local files or unrelated env vars. Minor inconsistencies: example payloads include hardcoded placeholders (providerId 'xxx', sample customer data, zipCode '90640') and a date in 2025; SKILL.md also states 'Transport: SSE | JSON-RPC 2.0 | POST requests' which mixes SSE (usually GET/stream) and POST semantics — clarify expected transport and which fields are runtime-provided.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk by an installer, which is low-risk.
Credentials
The skill declares no required environment variables or credentials. That is reasonable if Lokuli's MCP endpoint is intended to be public, but many booking APIs require authentication. The absence of any declared credentials or guidance for auth is an omission that should be validated with the publisher/platform.
Persistence & Privilege
Flags show normal defaults (always:false, model invocation allowed). The skill does not request persistent presence or system-wide configuration changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-carpet-cleaning
  3. After installation, invoke the skill by name or use /book-carpet-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-carpet-cleaning
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Carpet Cleaning?

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

How do I install Book Carpet Cleaning?

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

Is Book Carpet Cleaning free?

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

Which platforms does Book Carpet Cleaning support?

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

Who created Book Carpet Cleaning?

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

💬 Comments