← 返回 Skills 市场
edwardrodriguez703-design

Book Pressure Washing

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1364
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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": "[email protected]",
      "customerPhone": "+13105551234"
    }
  }
}
安全使用建议
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, [email protected], +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.
功能分析
Type: OpenClaw Skill Name: book-pressure-washing Version: 1.0.1 The skill bundle defines a legitimate purpose: booking pressure-washing services through a specified external endpoint (lokuli.com). It includes tools for searching, checking availability, and creating bookings, which require sending customer PII (name, email, phone) to the service provider. There is no evidence of malicious execution, data exfiltration beyond the stated purpose, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior. All actions described in SKILL.md are consistent with the stated goal of booking a service.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-pressure-washing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-pressure-washing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-pressure-washing
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1364 次。

如何安装 Book Pressure Washing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-pressure-washing」即可一键安装,无需额外配置。

Book Pressure Washing 是免费的吗?

是的,Book Pressure Washing 完全免费(开源免费),可自由下载、安装和使用。

Book Pressure Washing 支持哪些平台?

Book Pressure Washing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Pressure Washing?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论