← 返回 Skills 市场
edwardrodriguez703-design

Book Auto

作者 Lokuli · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1370
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install book-auto
功能描述
Book auto services through Lokuli MCP. Use when user needs smog checks, oil changes, car detailing, mechanics, tire services, or any automotive service. Triggers on requests like "I need a smog check", "book an oil change", "find a mechanic near me", "car detailing", or any auto service request.
使用说明 (SKILL.md)

Book Auto Services

Book automotive services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Auto Services Available

  • Smog Check
  • Oil Change
  • Car Detailing
  • Mechanic
  • Tire Services
  • Brake Service
  • Car Wash
  • Auto Body Repair

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "smog check",
      "zipCode": "90640",
      "category": "Auto Services",
      "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"
    }
  }
}

Workflow

  1. Understand — What auto service? Where (ZIP)?
  2. Search — Find matching providers
  3. Present — Show top results with pricing
  4. Check availability — Get open time slots
  5. Confirm — Get explicit user approval
  6. Create booking — Generate checkout link
安全使用建议
This skill appears coherent for booking auto services, but it will send user contact information to an external endpoint (https://lokuli.com). Before installing or using it: 1) Verify the provider (lokuli.com) and its privacy policy; 2) Confirm how authentication is handled (the SKILL.md provides no API key or auth flow); 3) Ensure you obtain explicit user consent before transmitting PII (email/phone); 4) Test with non-sensitive/demo data first; 5) If you need guarantees about data handling, ask the skill author for details (owner/ homepage) or avoid using it until provenance and auth are clear.
功能分析
Type: OpenClaw Skill Name: book-auto Version: 1.0.0 The skill bundle is designed to book auto services through Lokuli's MCP server. All files, including the SKILL.md instructions, align with this stated purpose. The tools defined (`search`, `check_availability`, `create_booking`) and their arguments are relevant to booking services, including the necessary collection of customer PII. The external network call to `https://lokuli.com/mcp/sse` is consistent with interacting with the specified service provider. There is no evidence of prompt injection, data exfiltration to unrelated parties, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name, description, and the SKILL.md all describe finding providers, checking availability, and creating bookings via Lokuli's MCP endpoint; the declared capabilities (search, check_availability, create_booking) match the stated purpose.
Instruction Scope
Instructions stay within booking workflow (collect service and ZIP, search providers, check availability, confirm, create booking). They include examples that will transmit personal contact info (customerName, customerEmail, customerPhone) to https://lokuli.com/mcp/sse; the workflow calls for explicit user confirmation but does not mention privacy/consent checks or what data is required for which steps.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. There is no download or external installer.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate to the described behavior, though the SKILL.md also omits any mention of required API keys or auth tokens that an MCP service might typically require.
Persistence & Privilege
always is false and there is no request to modify agent/system config or persist credentials. The skill does not request elevated or permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-auto
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-auto 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Book auto services
元数据
Slug book-auto
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Book Auto 是什么?

Book auto services through Lokuli MCP. Use when user needs smog checks, oil changes, car detailing, mechanics, tire services, or any automotive service. Triggers on requests like "I need a smog check", "book an oil change", "find a mechanic near me", "car detailing", or any auto service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1370 次。

如何安装 Book Auto?

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

Book Auto 是免费的吗?

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

Book Auto 支持哪些平台?

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

谁开发了 Book Auto?

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

💬 留言讨论