← 返回 Skills 市场
edwardrodriguez703-design

Book Appliance Repair

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

uook appliance repair

Book appliance-repair 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": "appliance-repair",
      "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 create bookings via Lokuli's MCP), but verify a few things before enabling it: 1) Authentication — the SKILL.md does not specify any API key or token; confirm how the booking tool will authenticate and where credentials are stored. 2) Data handling — the examples include customer PII; ensure you consent to sending real names/emails/phone numbers and confirm Lokuli's privacy policy. 3) Endpoint trust — verify the domain (https://lokuli.com) is legitimate for your use case. 4) Protocol details — the doc mixes SSE and POST/JSON-RPC; ask the publisher for exact transport expectations. 5) Test with non-sensitive/demo data first to confirm behavior. If you cannot get answers about auth or endpoint provenance, treat the integration as risky for real bookings or PII.
功能分析
Type: OpenClaw Skill Name: book-appliance-repair Version: 1.0.1 The skill bundle is benign. It defines a skill to book appliance repair services, utilizing an external endpoint at `https://lokuli.com/mcp/sse` and tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles sensitive customer PII (name, email, phone), this is directly aligned with the stated purpose of booking services and is not indicative of unauthorized data exfiltration. There are no signs of malicious execution, persistence, obfuscation, or prompt injection attempts against the agent in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md defines search, check_availability, and create_booking RPC calls against Lokuli's MCP endpoint, which is coherent for a booking skill.
Instruction Scope
The instructions are narrowly scoped to the Lokuli MCP endpoint and three tool calls. They do include example/hard-coded parameters (zipCode 90640, example dates, placeholder provider/service ids, and example customer PII). The doc also mentions "Transport: SSE | JSON-RPC 2.0 | POST requests" (SSE vs POST is a minor protocol inconsistency). The instructions do not direct the agent to access local files or unrelated env vars, but they implicitly expect a tool/runtime that implements the tools/call mechanism to perform network operations.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk or downloaded during install. This is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. In practice, booking APIs usually require authentication; the absence of any auth/token requirement is unexplained and likely means the agent's execution environment (the platform tools) must supply credentials. Confirm where and how authentication is handled before sending customer data.
Persistence & Privilege
Default flags (always: false, user-invocable, model-invocation enabled). The skill does not request persistent/system-wide privileges or modify other skill configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-appliance-repair
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-appliance-repair 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-appliance-repair
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Appliance Repair 是什么?

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

如何安装 Book Appliance Repair?

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

Book Appliance Repair 是免费的吗?

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

Book Appliance Repair 支持哪些平台?

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

谁开发了 Book Appliance Repair?

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

💬 留言讨论