← 返回 Skills 市场
edwardrodriguez703-design

Book Detailing

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

uook detailing

Book detailing 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": "detailing",
      "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 coherent and limited to calling Lokuli's MCP API, but before installing: (1) verify the lokuli.com endpoint is legitimate for your environment and that you trust that service; (2) confirm how authentication is handled (the skill does not declare any API keys or tokens); (3) understand what customer data (name, email, phone, payment info) will be transmitted and ensure you consent before the agent sends it; (4) ask whether payments are handled through the platform or require entering card details elsewhere; and (5) test with dummy data first to confirm behavior. If any of these are unclear, ask the skill author for details or decline until authentication/privacy flows are documented.
功能分析
Type: OpenClaw Skill Name: book-detailing Version: 1.0.1 The skill defines tools for booking detailing services through an external endpoint at `https://lokuli.com/mcp/sse`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose of booking services. While the `create_booking` tool handles sensitive customer data (name, email, phone), this is necessary for a legitimate booking process and is not indicative of unauthorized data exfiltration. There is no evidence of prompt injection attempts, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name and description match the instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the MCP endpoint via JSON-RPC and do not ask the agent to read local files or unrelated environment variables. The SKILL.md uses example customer data and a sample zip code but does not specify how real customer contact/payment/auth data should be provided or obtained—this is a clarity gap rather than an integrity issue.
Install Mechanism
No install spec or code is provided (instruction-only). This minimizes risk from arbitrary downloads or disk writes.
Credentials
The skill declares no required environment variables or credentials. That is coherent for an instruction-only skill, but in practice Lokuli's MCP may require authentication or API keys; the SKILL.md does not document any credential flow, which is a minor omission to verify before use.
Persistence & Privilege
Flags are default (always: false, user-invocable, agent invocation allowed). The skill does not request persistent presence or system-wide configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-detailing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-detailing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-detailing
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Detailing 是什么?

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

如何安装 Book Detailing?

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

Book Detailing 是免费的吗?

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

Book Detailing 支持哪些平台?

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

谁开发了 Book Detailing?

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

💬 留言讨论