← 返回 Skills 市场
edwardrodriguez703-design

Book Plumber

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

uook plumuer

Book plumber 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": "plumber",
      "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 looks like a straightforward instruction-only integration that will make network calls to lokuli.com to search and create bookings, but its source and homepage are unknown. Before installing or using it: 1) Verify what lokuli.com is and whether you trust it to receive your personal contact and address data. 2) Confirm whether the service requires authentication and how credentials are supplied — the SKILL.md does not declare any API keys. 3) Ensure the agent will always prompt you to confirm or supply your real address/phone/email instead of using the hard-coded examples in the doc. 4) If you need privacy or auditability, test the skill in a sandbox account or require explicit user confirmation before any booking is created. If you cannot verify the endpoint or provenance, treat this skill as higher-risk and avoid sending real PII through it.
功能分析
Type: OpenClaw Skill Name: book-plumber Version: 1.0.1 The skill bundle defines a service for booking plumbers through `lokuli.com`. The `SKILL.md` file outlines the purpose and provides three tools (`search`, `check_availability`, `create_booking`) that align with this stated goal. While the `create_booking` tool handles sensitive user information (name, email, phone), this is an expected part of a booking service and is passed as arguments to the specified external endpoint, not exfiltrated from the agent's environment. There is a minor typo in the markdown title (`# uook plumuer`), but no evidence of prompt injection, malicious execution, data exfiltration, persistence, or obfuscation.
能力评估
Purpose & Capability
Name and description (book a plumber via Lokuli MCP) match the SKILL.md which shows search, check_availability, and create_booking JSON-RPC calls to an MCP endpoint. There is no obvious extra functionality beyond booking.
Instruction Scope
Instructions confine actions to JSON-RPC calls against https://lokuli.com/mcp/sse and platform tool calls (search, check_availability, create_booking). However the doc contains hard-coded sample zip code (90640) and example PII (John Doe, [email protected], +13105551234) without telling the agent to prompt the user or confirm data — risk that the agent could use or transmit incorrect or test personal data. The SKILL.md also has minor typos but no instructions to read local files or environment variables.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk persistence and arbitrary code execution risk.
Credentials
The skill declares no required environment variables or credentials but directs RPC calls to an external domain (lokuli.com). Real booking APIs typically require authentication; absence of declared credentials is unexplained. The skill will involve sending customer contact details to an external service (privacy risk) but does not document consent, data handling, or whether an API key is needed.
Persistence & Privilege
always is false and there is no installation or self-modifying behavior. The skill does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-plumber
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-plumber 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-plumber
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Plumber 是什么?

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

如何安装 Book Plumber?

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

Book Plumber 是免费的吗?

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

Book Plumber 支持哪些平台?

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

谁开发了 Book Plumber?

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

💬 留言讨论