Book Laundry
PassAudited by VirusTotal on May 12, 2026.
Overview
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.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used without confirming details, the agent could place an unwanted laundry booking.
The skill documents a tool call that can create a real service booking. This is aligned with the skill’s purpose, but booking is a user-impacting action that should be confirmed before execution.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"Confirm the provider, service, time slot, price, and cancellation terms with the user before calling create_booking.
Your name, email, phone number, and booking details may be shared with Lokuli or the laundry provider.
The skill sends booking details, including contact information, to an external MCP endpoint. This is expected for a booking workflow, but it is still sensitive data sharing.
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Only provide the contact details needed for the booking and review the provider’s privacy and booking terms if available.
