← 返回 Skills 市场
edwardrodriguez703-design

Book Handyman

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

uook handyman

Book handyman 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": "handyman",
      "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 (search and book handymen) but you should be cautious before using it: the source and homepage are unknown, and the SKILL.md tells the agent to send customer name/email/phone to https://lokuli.com without explaining authentication or consent. Consider asking the publisher for provenance and an explanation of how booking calls are authenticated; avoid providing real personal data until you confirm the service is trusted; test with non-sensitive data first; and only install if you accept that the agent may send PII to an external domain.
功能分析
Type: OpenClaw Skill Name: book-handyman Version: 1.0.1 The skill defines tools for searching, checking availability, and creating bookings for handyman services through the `lokuli.com` endpoint, as described in `SKILL.md`. While the `create_booking` tool handles sensitive PII (customer name, email, phone), this is directly aligned with the stated purpose of booking services and is directed to the expected service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's intended behavior.
能力评估
Purpose & Capability
Name and description match the SKILL.md: it defines an MCP endpoint and three RPC-style tool calls (search, check_availability, create_booking) that are appropriate for finding and booking a handyman. Examples use realistic fields (zip, providerId, customer contact) so the capability requested is coherent with the stated purpose.
Instruction Scope
The runtime instructions tell the agent to POST JSON-RPC calls to an external MCP endpoint (https://lokuli.com/mcp/sse) and to include customer data (name, email, phone). The SKILL.md does not describe authentication, consent, or where provider/service IDs come from; it also includes hardcoded example zip/date values. This means the skill may send PII to an external service without explicit guidance about user consent or how credentials are managed.
Install Mechanism
Instruction-only skill with no install spec and no code files reduces installation risk — nothing is written to disk and there are no third-party packages to pull.
Credentials
The skill requests no environment variables or credentials. While that minimizes credential exposure, it also leaves unclear how calls to the external MCP endpoint are authenticated (if they should be). Lack of declared credentials combined with an external endpoint raises a privacy/authorization question: will user PII be sent unauthenticated?
Persistence & Privilege
always is false and there are no instructions to change agent configuration or persist credentials. Autonomous invocation is allowed but that is the platform default and not on its own a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-handyman
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-handyman 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-handyman
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Handyman 是什么?

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

如何安装 Book Handyman?

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

Book Handyman 是免费的吗?

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

Book Handyman 支持哪些平台?

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

谁开发了 Book Handyman?

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

💬 留言讨论