← 返回 Skills 市场
edwardrodriguez703-design

Book Pest Control

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

uook pest control

Book pest-control 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": "pest-control",
      "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 (search and book pest-control via Lokuli) and asks for no local credentials, but it will transmit user contact data to an external endpoint. Before installing or invoking: verify lokuli.com is a legitimate service for you; confirm how authentication is handled (the SKILL.md omits API/token requirements); ensure you have user consent before sending names, emails, or phone numbers; ask the integrator where bookings and PII are stored and for a privacy policy; and proceed only if you’re comfortable that the platform’s tools/call mechanism will authenticate to Lokuli securely (TLS) and not leak data to unexpected endpoints.
功能分析
Type: OpenClaw Skill Name: book-pest-control Version: 1.0.1 The skill bundle defines tools for booking pest control services through `lokuli.com`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior or security. The handling of customer PII in `create_booking` is necessary for the skill's function and is directed to the legitimate service endpoint.
能力评估
Purpose & Capability
Name/description (book pest-control via Lokuli MCP) match the SKILL.md which defines search, check_availability, and create_booking RPC calls to an MCP endpoint. Nothing requested (no env vars, no binaries) is extraneous to a booking integration.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP via JSON-RPC/SSE for search, availability checks, and booking. However the doc provides sample customer PII (name, email, phone) and does not explain authentication, consent, or what data is returned/stored. The transport line ('SSE | JSON-RPC 2.0 | POST requests') is mildly inconsistent (SSE is event streaming, POST is a request method).
Install Mechanism
No install spec and no code files — the skill is instruction-only so nothing will be written to disk or fetched during install.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the package as-is. In practice, calling an external MCP endpoint often requires authentication or API keys; the SKILL.md does not document any credential or auth mechanism, which is a missing justification rather than explicit excess privilege.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent installation or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-pest-control
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-pest-control 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-pest-control
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Pest Control 是什么?

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

如何安装 Book Pest Control?

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

Book Pest Control 是免费的吗?

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

Book Pest Control 支持哪些平台?

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

谁开发了 Book Pest Control?

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

💬 留言讨论