← 返回 Skills 市场
edwardrodriguez703-design

Book Computer Repair

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

uook computer repair

Book computer-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": "computer-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 internally consistent for booking via Lokuli's MCP, but exercise caution before enabling it: 1) Confirm who operates 'lokuli.com' and whether you trust that external endpoint. 2) The SKILL.md does not describe how to authenticate to Lokuli — verify whether an API key or account is required and, if so, how credentials are provided and stored. 3) The example includes personal customer data; ensure the agent will not send real PII without explicit user consent. 4) Test with safe/dummy data first to confirm what is actually transmitted and logged. 5) If you need stronger assurance, ask the skill author for documentation or a homepage/source repository before installing.
功能分析
Type: OpenClaw Skill Name: book-computer-repair Version: 1.0.1 The skill defines tools that handle Personally Identifiable Information (PII) such as customer name, email, and phone number, and instructs the agent to send this data to an external endpoint (https://lokuli.com/mcp/sse) for booking services. While these actions are aligned with the stated purpose of booking computer repair, the handling of PII and external network calls represent risky capabilities, classifying it as suspicious rather than benign due to the inherent data privacy implications, even without clear malicious intent.
能力评估
Purpose & Capability
Name/description (booking computer repair via Lokuli MCP) align with the runtime instructions: the SKILL.md shows search, check_availability, and create_booking RPC calls against Lokuli's MCP SSE endpoint. The required capabilities are proportional to the stated purpose.
Instruction Scope
Instructions are narrowly scoped to interacting with Lokuli's MCP endpoint using JSON-RPC/SSE and a platform tool call interface. They do not instruct reading local files or unrelated environment variables. Note: SKILL.md contains hard-coded example inputs (zipCode 90640, sample dates, and example PII like 'John Doe' / '[email protected]' / phone) and does not describe authentication/authorization for the MCP endpoint—this makes the instructions incomplete for real use and raises a privacy/consent consideration before sending real customer data.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third-party packages are pulled. Low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the provided instructions. (If the MCP endpoint requires an API key in practice, the skill should declare it — omission likely means the skill is incomplete rather than requesting excessive privileges.)
Persistence & Privilege
always is false and there is no request for persistent system presence or modification of other skills/config. Autonomous invocation is allowed (platform default) but not combined with other privilege red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-computer-repair
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-computer-repair 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-computer-repair
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Computer Repair 是什么?

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

如何安装 Book Computer Repair?

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

Book Computer Repair 是免费的吗?

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

Book Computer Repair 支持哪些平台?

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

谁开发了 Book Computer Repair?

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

💬 留言讨论