← Back to Skills Marketplace
edwardrodriguez703-design

Book Wedding

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1408
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-wedding
Description
Book wedding services through Lokuli MCP. Use when user needs to find and book wedding. Triggers on requests like "book a wedding", "find wedding near me", or any wedding service request.
README (SKILL.md)

uook wedding

Book wedding 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": "wedding",
      "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
Before installing or enabling this skill, consider: (1) Verify Lokuli (https://lokuli.com) is a legitimate service you trust — the skill has no homepage or publisher metadata. (2) Confirm how authentication is handled — the skill declares no API keys; ask the platform how credentials (if any) are provided to Lokuli. (3) Ensure the agent is configured to explicitly ask for and confirm the user's name, email, phone, location/zip code and date/time before calling create_booking — avoid automatic booking with placeholder/sample PII. (4) Understand that booking requests will be sent to an external endpoint (lokuli.com), so assess privacy policy and data retention. (5) Test the skill in a safe/sandbox environment first (search-only) to observe its behavior. If any of these checks fail or you cannot confirm the endpoint/credentials, treat the skill as high-risk and do not enable automatic booking actions.
Capability Analysis
Type: OpenClaw Skill Name: book-wedding Version: 1.0.1 The skill bundle defines a 'book-wedding' skill that interacts with the `https://lokuli.com/mcp/sse` endpoint to search, check availability, and create bookings for wedding services. The `SKILL.md` clearly outlines the purpose and the tools, including the submission of customer PII (name, email, phone) for booking, which is aligned with its stated function. There is no evidence of malicious intent, unauthorized data exfiltration (beyond necessary booking details), arbitrary code execution, persistence mechanisms, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description (book wedding via Lokuli MCP) match the SKILL.md payloads (search, check_availability, create_booking against an MCP endpoint). There are no unrelated binaries, env vars, or installs requested. Sample payloads show expected booking fields.
Instruction Scope
Instructions tell the agent to call Lokuli's MCP (https://lokuli.com/mcp/sse) using JSON-RPC tool calls (search, check_availability, create_booking). The SKILL.md contains placeholder/sample personal data (John Doe, [email protected], +13105551234), a hard-coded zip (90640) and dates — the skill does not explicitly instruct the agent to prompt the user for or confirm real customer details or consent before creating bookings. This is a privacy/UX concern rather than an incoherence, and the agent should be required to ask for and confirm user info before calling create_booking.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing gets written to disk by the skill itself. This is low risk from an install perspective.
Credentials
The skill declares no environment variables or credentials. That is coherent but uncommon for a production booking API — confirm how authentication is handled by the platform (e.g., platform-managed credentials). Also note the risk of transmitting PII (name, email, phone) to an external domain; ensure explicit user consent and that the endpoint is trusted.
Persistence & Privilege
always is false and the skill doesn't request elevated or persistent privileges or modify other skills. Agent autonomous invocation is allowed (default) — combine this with the instruction-scope notes about confirming user data before booking.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-wedding
  3. After installation, invoke the skill by name or use /book-wedding
  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-wedding
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Wedding?

Book wedding services through Lokuli MCP. Use when user needs to find and book wedding. Triggers on requests like "book a wedding", "find wedding near me", or any wedding service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1408 downloads so far.

How do I install Book Wedding?

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

Is Book Wedding free?

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

Which platforms does Book Wedding support?

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

Who created Book Wedding?

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

💬 Comments