← Back to Skills Marketplace
edwardrodriguez703-design

Book Venue

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

uook venue

Book venue 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": "venue",
      "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 coherent for booking venues via Lokuli, but before installing you should: (1) confirm the publisher/trustworthiness (source/homepage is missing), (2) verify how authentication to Lokuli is handled (the SKILL.md lists an endpoint but no API key or auth instructions), and (3) be aware that using the skill will send personal customer info (name, email, phone, time/date) to https://lokuli.com. If you have privacy concerns, test with dummy data first, review Lokuli's privacy/terms, and ask the platform how credentials (if any) are managed. If you need higher assurance, request the publisher to provide an official homepage or documentation for the MCP integration.
Capability Analysis
Type: OpenClaw Skill Name: book-venue Version: 1.0.1 The skill bundle defines a 'book-venue' skill that interacts with a specified external endpoint (https://lokuli.com/mcp/sse) to search, check availability, and create bookings. All defined tools and their arguments are consistent with the stated purpose of booking venues. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation. The network communication is explicitly declared and necessary for the skill's functionality.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe booking venue services via Lokuli MCP. The example JSON-RPC tool calls (search, check_availability, create_booking) are directly relevant to the stated purpose and there are no unrelated binaries, env vars, or config paths declared.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP endpoint with booking-related payloads. However, those calls will transmit personal customer data (name, email, phone, time slot) to an external service (https://lokuli.com/mcp/sse). This data exfiltration is expected for a booking skill but is important for the user to know and approve.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or pulled from third-party URLs during install — lowest install risk.
Credentials
The skill declares no required environment variables or credentials. That is internally consistent but notable: the SKILL.md references an external MCP endpoint but does not document authentication or API keys. Either the platform provides auth transparently, or the skill omits necessary auth details; the absence of credential requirements should be confirmed before use.
Persistence & Privilege
always is false (no forced inclusion) and the skill does not request any elevated or persistent system-wide privileges or configuration changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-venue
  3. After installation, invoke the skill by name or use /book-venue
  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-venue
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Venue?

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

How do I install Book Venue?

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

Is Book Venue free?

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

Which platforms does Book Venue support?

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

Who created Book Venue?

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

💬 Comments