← Back to Skills Marketplace
edwardrodriguez703-design

Book Cake

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1359
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-cake
Description
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.
README (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"
    }
  }
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-cake
  3. After installation, invoke the skill by name or use /book-cake
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-cake
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1359 downloads so far.

How do I install Book Cake?

Run "/install book-cake" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Cake free?

Yes, Book Cake is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Cake support?

Book Cake is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Cake?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments