← 返回 Skills 市场
edwardrodriguez703-design

Book Cleaning

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1400
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-cleaning
功能描述
Book cleaning services through Lokuli MCP. Use when user needs to find and book cleaning. Triggers on requests like "book a cleaning", "find cleaning near me", or any cleaning service request.
使用说明 (SKILL.md)

uook cleaning

Book 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": "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"
    }
  }
}
安全使用建议
This skill appears to do what it claims: call an external Lokuli MCP service to search and create cleaning bookings. Before installing or using it, consider: (1) it will need your contact details (name, email, phone) to create bookings — only provide data you are comfortable sharing; (2) SKILL.md does not show any authentication for the external endpoint, so confirm how the service is authorized and whether requests are logged or authenticated; (3) verify the vendor (lokuli.com) and its privacy/security practices if possible; (4) if you have concerns, avoid giving PII to the skill and prefer calling the cleaning service directly.
功能分析
Type: OpenClaw Skill Name: book-cleaning Version: 1.0.1 The skill defines a legitimate purpose: booking cleaning services through an external endpoint `https://lokuli.com/mcp/sse`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with this stated purpose, including the handling of customer PII (name, email, phone) which is necessary for a booking service. There are no instructions in SKILL.md that suggest prompt injection, data exfiltration, malicious execution, persistence, or any other unauthorized or harmful behavior. The network access and PII handling are plausibly needed for the skill's functionality.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md shows JSON-RPC calls to search, check availability, and create bookings on an external Lokuli MCP endpoint. Nothing requested or described is unrelated to booking cleaning services.
Instruction Scope
Instructions confine actions to calling the Lokuli MCP (search, check_availability, create_booking). They do not reference reading local files or environment variables. However, the create_booking example includes user PII (name, email, phone) — the skill will need to collect and transmit that data at runtime.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or installed, which minimizes installation risk.
Credentials
The skill declares no environment variables or credentials. SKILL.md also does not document any authentication/API key for the external MCP endpoint, which could mean the endpoint accepts unauthenticated requests or the skill is missing necessary auth instructions. Either way, user PII will be transmitted to an external domain (lokuli.com).
Persistence & Privilege
No 'always: true' or install-time persistence requested. The skill is user-invocable and allows autonomous invocation by default (platform default) but does not request elevated or cross-skill privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-cleaning
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-cleaning 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-cleaning
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Cleaning 是什么?

Book cleaning services through Lokuli MCP. Use when user needs to find and book cleaning. Triggers on requests like "book a cleaning", "find cleaning near me", or any cleaning service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1400 次。

如何安装 Book Cleaning?

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

Book Cleaning 是免费的吗?

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

Book Cleaning 支持哪些平台?

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

谁开发了 Book Cleaning?

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

💬 留言讨论