← 返回 Skills 市场
edwardrodriguez703-design

Book Transmission

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

uook transmission

Book transmission 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": "transmission",
      "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 is an instruction-only connector that will call an external endpoint (https://lokuli.com/mcp/sse) to search and create bookings. It does not ask for credentials or install software, but it will transmit customer PII (name, email, phone) to that external service — verify you trust Lokuli and their privacy/security practices before using. Also check that the 'transmission' service and providers returned meet your expectations (the SKILL.md uses example values like zipCode 90640 and sample customer data that should be replaced with real user input). If you need stronger guarantees, ask the skill author for a privacy policy or an authoritative endpoint and confirm whether TLS/client-auth and any API keys are required.
功能分析
Type: OpenClaw Skill Name: book-transmission Version: 1.0.1 The skill bundle defines tools for booking transmission services through the specified Lokuli MCP endpoint (https://lokuli.com/mcp/sse). The `SKILL.md` clearly outlines the purpose and the arguments for `search`, `check_availability`, and `create_booking` tools. While `create_booking` handles customer PII (name, email, phone), this is directly aligned with the stated purpose of booking a service and is sent to the explicitly mentioned service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended function.
能力评估
Purpose & Capability
Name/description describe searching and booking transmissions; SKILL.md provides JSON-RPC tool calls for search, availability checks, and creating bookings against Lokuli's MCP endpoint, which is consistent with the stated purpose.
Instruction Scope
Instructions direct the agent to call an external MCP endpoint (https://lokuli.com/mcp/sse) and to submit customer data (name, email, phone) as part of create_booking; this is expected for a booking skill but means the agent will transmit user PII to an external service. The SKILL.md does not instruct reading local files, env vars, or other unrelated data.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with the simple JSON-RPC tool usage described.
Persistence & Privilege
always is false and model invocation is allowed (normal for skills). The skill does not request permanent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-transmission
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-transmission 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-transmission
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Transmission 是什么?

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

如何安装 Book Transmission?

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

Book Transmission 是免费的吗?

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

Book Transmission 支持哪些平台?

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

谁开发了 Book Transmission?

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

💬 留言讨论