← 返回 Skills 市场
edwardrodriguez703-design

Book Tires

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

uook tires

Book tires 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": "tires",
      "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, but it will contact an external service (lokuli.com) to create bookings and may transmit personal data (name, email, phone, location). Before installing or using it: verify you trust lokuli.com and the skill's publisher (unknown here); confirm how your location and contact info will be obtained and shared; avoid providing credentials or unnecessary PII; ask the agent to show the exact request it will send and get your explicit approval before creating a booking. Because the skill is instruction-only and has no code to inspect, if you need stronger assurance ask the publisher for a privacy/security statement or prefer booking via a known website or app.
功能分析
Type: OpenClaw Skill Name: book-tires Version: 1.0.1 The skill bundle defines tools for booking tire services through an external endpoint (lokuli.com). The `SKILL.md` clearly outlines the purpose and the arguments for `search`, `check_availability`, and `create_booking` tools, including the handling of customer PII for booking. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's security or purpose. The external network calls and PII handling are aligned with the stated functionality of a booking service.
能力评估
Purpose & Capability
Name/description match the SKILL.md: the document provides JSON-RPC templates for searching, checking availability, and creating bookings against Lokuli's MCP endpoint. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP (search, check_availability, create_booking). They do not instruct reading local files or unrelated env vars. However, the SKILL.md includes example PII (customerName, email, phone) and a hard-coded zipCode/date in templates; it does not specify how to obtain user consent or the user's real zip/location, so an agent may end up transmitting personal data without explicit guidance.
Install Mechanism
No install spec and no code files — instruction-only. Low risk from installation because nothing is written to disk or downloaded.
Credentials
The skill requests no environment variables or credentials (proportionate). But creating bookings requires personal data (name, email, phone, location) that will be sent to an external domain (https://lokuli.com). The SKILL.md does not document data handling, consent, or what information is required from the user.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent privileges or modify other skills. Autonomous invocation is allowed by default but not escalated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-tires
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-tires 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-tires
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Tires 是什么?

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

如何安装 Book Tires?

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

Book Tires 是免费的吗?

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

Book Tires 支持哪些平台?

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

谁开发了 Book Tires?

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

💬 留言讨论