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.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 1.1k · 0 current installs · 0 all-time installs
byLokuli@edwardrodriguez703-design
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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, john@example.com, +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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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": "john@example.com",
"customerPhone": "+13105551234"
}
}
}
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
