← 返回 Skills 市场
edwardrodriguez703-design

Book Garage Door

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

uook garage door

Book garage-door 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": "garage-door",
      "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 likely does what it claims (search and book via Lokuli), but it has several gaps you should resolve before installing: 1) Ask who operates the 'lokuli.com' MCP endpoint and verify it's a legitimate provider. 2) Confirm how authentication is handled — the SKILL.md omits any token/API key or required environment variables; do not assume the platform will supply credentials. 3) Ask the skill author to remove hard-coded example values (zipCode 90640, example name/email/phone) and to explicitly instruct using the user's location and contact details only after consent. 4) Verify the platform's tools ('search', 'check_availability', 'create_booking') exist and what data they will send to the remote endpoint. 5) Until these are clarified, avoid using with real personal data; test with dummy data and monitor network calls or logs. If the author cannot explain the authentication model and data flows, treat this skill as high risk.
功能分析
Type: OpenClaw Skill Name: book-garage-door Version: 1.0.1 The skill bundle defines a clear purpose: booking garage-door services through a specific external endpoint (https://lokuli.com/mcp/sse). It provides tools for searching, checking availability, and creating bookings, all of which align with the stated goal. While the skill involves network communication and handling of PII (customer name, email, phone) for booking, these actions are directly relevant to its stated function. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior. The hardcoded zip code in the search tool is a minor detail, likely an example or default, and not a security risk.
能力评估
Purpose & Capability
The skill claims to search and create bookings via Lokuli MCP and the SKILL.md shows JSON-RPC calls for search/check_availability/create_booking — that aligns with the stated purpose. However the instructions use a hard-coded zipCode (90640) and example customer data rather than describing how to use the actual user's location and identity, which conflicts with the described trigger phrases like 'near me'.
Instruction Scope
The SKILL.md instructs the agent to communicate with an external MCP endpoint (https://lokuli.com/mcp/sse) and to invoke tools named 'search', 'check_availability', and 'create_booking'. It does not explain authentication/authorization for that endpoint, does not declare that these tools will exist or how they are provided, and contains hard-coded example arguments. These omissions create scope/operational gaps and could lead the agent to send user data to an external service without necessary safeguards or clarity.
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 risk.
Credentials
The skill declares no required environment variables or credentials, yet the instructions expect communication with an external service. That raises two possibilities: either the platform provides the needed authentication implicitly (not documented), or the skill omits required credentials. The lack of declared auth requirements is a clarity/privilege concern.
Persistence & Privilege
The skill does not request permanent presence (always: false) and uses normal agent invocation. It does not attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-garage-door
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-garage-door 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-garage-door
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Garage Door 是什么?

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

如何安装 Book Garage Door?

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

Book Garage Door 是免费的吗?

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

Book Garage Door 支持哪些平台?

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

谁开发了 Book Garage Door?

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

💬 留言讨论