← Back to Skills Marketplace
edwardrodriguez703-design

Book Party

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

uook party

Book party 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": "party",
      "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 is instruction-only and appears coherent with its stated purpose, but before installing check: 1) whether Lokuli.com is a trusted service for you (the skill will send booking requests to that endpoint); 2) how the agent will obtain real customer info — the SKILL.md uses sample contact data and a sample zip code, so confirm it will prompt you for correct name, email, phone, date/time, and location rather than using placeholders; 3) whether Lokuli requires authentication (the skill does not declare any required API key or token) — if so, verify how credentials are provided and stored; and 4) that you are comfortable the agent may place bookings on your behalf (costs, cancellations, privacy). If any of those are unclear, ask the skill author for documentation or avoid enabling the skill until clarified.
Capability Analysis
Type: OpenClaw Skill Name: book-party Version: 1.0.1 The skill is classified as suspicious due to its inherent high-risk capabilities, specifically making external network calls to `https://lokuli.com/mcp/sse` and handling personally identifiable information (PII) such as customer name, email, and phone number via the `create_booking` tool, as defined in `SKILL.md`. While these actions align with the stated purpose of booking party services, they represent significant data handling and network interaction risks without clear evidence of malicious intent or prompt injection attempts to subvert the agent's core function.
Capability Assessment
Purpose & Capability
Name/description (book party via Lokuli MCP) align with the instructions: the SKILL.md defines an MCP endpoint and JSON-RPC tool calls (search, check_availability, create_booking) that are appropriate for finding and booking party services.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP endpoint with JSON-RPC tool calls and do not request arbitrary file reads or unrelated env vars. Minor issues: the examples include hardcoded sample values (zipCode 90640, example dates, and a demo customer name/email/phone). The skill should explicitly instruct the agent to prompt the user for real customer contact details and location rather than using sample values.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. That is proportionate if Lokuli's MCP is accessible without auth or the platform supplies credentials. If Lokuli requires an API key, the SKILL.md should declare which credential is needed; absence of any auth declaration may be an omission to clarify before use.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify system or other-skill configurations. Normal agent autonomy (model invocation allowed) is fine here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-party
  3. After installation, invoke the skill by name or use /book-party
  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-party
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Party?

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

How do I install Book Party?

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

Is Book Party free?

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

Which platforms does Book Party support?

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

Who created Book Party?

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

💬 Comments