← 返回 Skills 市场
edwardrodriguez703-design

Book Mechanic

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

uook mechanic

Book mechanic 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": "mechanic",
      "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"
    }
  }
}
安全使用建议
Before installing or using this skill, verify the legitimacy of lokuli.com and the MCP API (homepage, docs, privacy policy). Ask how the agent will authenticate (API key, OAuth) and why no credentials are declared in the skill metadata. Confirm what user data is required, how long it's retained, and whether bookings are sent only after explicit user consent. If you cannot verify the vendor and the auth/PII handling, avoid sending real customer information (test with dummy data) or restrict the skill's network access. If you proceed, monitor network calls and logs and limit the personal data you provide.
功能分析
Type: OpenClaw Skill Name: book-mechanic Version: 1.0.1 The skill's purpose is clearly defined as booking mechanic services through the Lokuli MCP server. The `SKILL.md` file describes the external endpoint `https://lokuli.com/mcp/sse` and three tools (`search`, `check_availability`, `create_booking`) whose arguments and functionality are entirely consistent with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts to subvert the agent, or obfuscation. The collection of customer PII in `create_booking` is directly relevant to the skill's stated function.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md defines search, check_availability, and create_booking calls for mechanic bookings via Lokuli's MCP. However, the skill references an external endpoint (https://lokuli.com/mcp/sse) while declaring no credentials or configuration; that's an unexplained gap (how does the agent authenticate/authorize to use the MCP?).
Instruction Scope
The runtime instructions instruct the agent to initiate JSON-RPC/SSE calls to an external server and to send customer-identifying data (name, email, phone). The SKILL.md does not restrict what customer data is sent, ask for user consent, or explain data retention. That broad transmission of PII to an externally-hosted service is a scope/privacy concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there is no installer or third-party package to evaluate.
Credentials
The skill declares no required environment variables or credentials, yet it points to a third-party API endpoint that in practice likely requires authentication. The absence of declared auth variables (API key, token) or guidance how requests are authorized is a mismatch and could lead to inadvertent unauthenticated requests or attempts to send sensitive data without clear safeguards.
Persistence & Privilege
The skill does not request persistent installation, 'always' is false, and it does not modify other skills or system-wide settings. It does, however, allow normal autonomous invocation (platform default), which increases blast radius if the skill is later found malicious — but that alone is not a protocol violation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-mechanic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-mechanic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-mechanic
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Mechanic 是什么?

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

如何安装 Book Mechanic?

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

Book Mechanic 是免费的吗?

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

Book Mechanic 支持哪些平台?

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

谁开发了 Book Mechanic?

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

💬 留言讨论