← 返回 Skills 市场
edwardrodriguez703-design

Book Phone Repair

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

uook phone repair

Book phone-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": "phone-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 says and asks for nothing unusual, but check a few practical things before installing: 1) Confirm your agent/runtime implements the referenced tools/call safely — booking will require collecting personal data (name, email, phone) so ensure that data isn't leaked to unexpected destinations. 2) Verify the Lokuli endpoint (https://lokuli.com/mcp/sse) is the intended service for your bookings; if you don’t recognize Lokuli, test with dummy data first. 3) The SKILL.md contains example values (zip code, dates, example contact info) — ensure the skill will prompt for or use the correct user-provided values rather than those examples. 4) If you expect the skill to use your location or calendar, confirm it requests explicit access to those sources rather than silently using defaults.
功能分析
Type: OpenClaw Skill Name: book-phone-repair Version: 1.0.1 The skill bundle is benign. It defines a clear purpose to book phone repair services through a specific external endpoint (lokuli.com/mcp/sse). The provided tools (search, check_availability, create_booking) are directly aligned with this stated purpose, including the handling of customer PII for booking. There is no evidence of prompt injection against the agent, unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation techniques. The minor typo in the SKILL.md title ('uook' instead of 'book') does not indicate malicious intent.
能力评估
Purpose & Capability
The name/description (book phone repair via Lokuli MCP) matches the SKILL.md examples (search, check_availability, create_booking). No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
Instructions are narrowly scoped to calling tools (search, check_availability, create_booking) and reference a Lokuli MCP endpoint. The SKILL.md does not instruct reading unrelated files or environment variables. Note: the file contains hard-coded example fields (zipCode 90640, example customer info, example dates) — these are examples but could cause incorrect behavior if not replaced with user-provided data. Also verify how the agent implements tools/call so user PII (name, email, phone) is handled appropriately.
Install Mechanism
No install spec and no code files — instruction-only skill with minimal on-disk footprint, which reduces install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a simple booking helper.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configurations. Autonomous invocation is enabled (default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-phone-repair
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-phone-repair 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-phone-repair
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Phone Repair 是什么?

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

如何安装 Book Phone Repair?

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

Book Phone Repair 是免费的吗?

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

Book Phone Repair 支持哪些平台?

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

谁开发了 Book Phone Repair?

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

💬 留言讨论