← 返回 Skills 市场
edwardrodriguez703-design

Book Cake

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

uook cake

Book cake 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": "cake",
      "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 internally consistent and low-risk because it is instruction-only and requests no credentials. Before installing or using it: (1) confirm that the MCP endpoint (https://lokuli.com/mcp/sse) is a trusted service you want to send customer data to, (2) ensure the agent prompts you to confirm customer name, email, phone, date/time, and payment details before calling create_booking (the SKILL.md provides examples but no user-consent flow), and (3) verify how cancellations, errors, and sensitive-data handling are surfaced to you. If you require provenance, request the publisher/homepage or additional documentation for Lokuli before relying on automated bookings.
功能分析
Type: OpenClaw Skill Name: book-cake Version: 1.0.1 The skill bundle defines a legitimate purpose: booking cake services through Lokuli's MCP server. The `SKILL.md` file describes the functionality and provides JSON-RPC tool definitions for searching, checking availability, and creating bookings. All defined actions and the external endpoint `https://lokuli.com/mcp/sse` are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's behavior or access sensitive data beyond its intended scope.
能力评估
Purpose & Capability
Name and description (book cake via Lokuli MCP) match the SKILL.md contents: the doc provides an MCP endpoint and JSON-RPC tool call templates for searching, checking availability, and creating bookings. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md stays within booking scope (search, check_availability, create_booking) and does not instruct reading system files or unrelated environment variables. However the instructions are minimal: example payloads include hard-coded sample zip, dates, and customer data but the doc does not explicitly say how to collect/confirm user details, consent, or payment info before calling create_booking — this is an operational gap the integrator/agent should handle.
Install Mechanism
No install spec and no code files are present (instruction-only). This is lowest-risk from installation perspective — nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. That aligns with the simple JSON-RPC templates shown; no excessive or unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request modification of other skills or system-wide agent settings. It can be invoked autonomously by the agent (platform default), which is expected for a service-integration skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-cake
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-cake 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-cake
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Cake 是什么?

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

如何安装 Book Cake?

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

Book Cake 是免费的吗?

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

Book Cake 支持哪些平台?

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

谁开发了 Book Cake?

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

💬 留言讨论