← 返回 Skills 市场
edwardrodriguez703-design

Book Driving Lessons

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

uook driving lessons

Book driving-lessons 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": "driving-lessons",
      "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 (search, check availability, create bookings) and does not request unrelated access, but it is from an unknown source and the SKILL.md does not describe how to authenticate to the Lokuli MCP endpoint. Before installing or invoking: 1) Verify the endpoint (https://lokuli.com/mcp/sse) and the publisher — confirm it is a legitimate service you trust. 2) Determine how authentication is performed (API key, OAuth, platform-managed credentials) and whether the skill will require you to supply secrets; do not paste real credentials into chat. 3) Avoid sending real personal data in exploratory requests; use dummy data when testing. 4) If you need stronger assurance, ask the publisher (or request additional SKILL.md details) to explain auth, error handling, and what data is transmitted/stored by the remote service.
功能分析
Type: OpenClaw Skill Name: book-driving-lessons Version: 1.0.1 The skill bundle is designed to book driving lessons through the Lokuli MCP server. It defines tools for searching, checking availability, and creating bookings, which inherently involve handling customer PII (name, email, phone) and sending it to the specified external endpoint (https://lokuli.com/mcp/sse). There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The behavior is clearly aligned with its stated purpose, and the handling of PII is a necessary function for a booking skill.
能力评估
Purpose & Capability
Name and description match the instructions: SKILL.md contains JSON-RPC/SSE calls and example tool payloads for searching, checking availability, and creating bookings for driving lessons. It does not request unrelated binaries, env vars, or config paths.
Instruction Scope
Instructions are narrowly scoped to the Lokuli MCP endpoint and show example JSON-RPC payloads. They do not instruct reading local files or unrelated system state. However, the document does not describe authentication/authorization for the MCP endpoint nor error-handling, and includes placeholder personal data (customerName/email/phone) — the agent or platform will need to supply auth and real user data.
Install Mechanism
Instruction-only skill with no install steps and no code files — lowest disk-execution risk.
Credentials
No environment variables or credentials are declared, which is proportionate only if the platform provides the required auth. If the MCP endpoint requires API keys/tokens, the skill's lack of declared credentials is a gap and should be clarified.
Persistence & Privilege
always:false and default invocation settings — the skill does not request permanent or elevated presence and does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-driving-lessons
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-driving-lessons 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-driving-lessons
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Driving Lessons 是什么?

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

如何安装 Book Driving Lessons?

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

Book Driving Lessons 是免费的吗?

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

Book Driving Lessons 支持哪些平台?

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

谁开发了 Book Driving Lessons?

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

💬 留言讨论