← Back to Skills Marketplace
edwardrodriguez703-design

Book DJ

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

uook dj

Book dj 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": "dj",
      "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 to do what it claims (search and create DJ bookings through Lokuli), but before installing you should: (1) verify who operates https://lokuli.com and whether their MCP endpoint requires authentication and has a privacy policy, (2) require the skill to explicitly prompt for and obtain user consent before sending any personal contact info, (3) confirm how/where booking data is stored and who can access it, and (4) prefer an implementation that declares required auth tokens or explains how platform-level auth is provided. If you expect the agent to act autonomously, lock in an explicit confirmation step for any booking operation so it cannot send PII or finalize bookings without your approval.
Capability Analysis
Type: OpenClaw Skill Name: book-dj Version: 1.0.1 The skill bundle defines a 'book-dj' service that interacts with an external endpoint 'https://lokuli.com/mcp/sse' to search for, check availability of, and create bookings for DJ services. All defined tools and their arguments (e.g., customer name, email, phone for booking) are directly aligned with the stated purpose of booking DJ services. There is no evidence of prompt injection attempts, unauthorized data access, malicious execution, or data exfiltration beyond the scope of the skill's intended functionality in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the instructions: SKILL.md shows how to query Lokuli's MCP endpoint and create bookings. There are no unrelated environment variables, binaries, or installs requested, so required capabilities generally align with the stated purpose.
Instruction Scope
The instructions include example JSON-RPC calls that submit customerName, customerEmail, and customerPhone to an external endpoint (https://lokuli.com/mcp/sse). The SKILL.md does not instruct the agent to: obtain explicit user confirmation before creating bookings, prompt the user for their PII, or explain how PII is stored/used. That omission creates a privacy/authorization risk: the agent could send user data externally without clarified consent or validation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are fetched — lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials, yet it targets a remote MCP endpoint which in many real deployments would require authentication. The absence of any declared auth token or explanation is a gap (could be legitimate if the platform provides the auth or the endpoint is public), but it should be clarified before trusting it with bookings.
Persistence & Privilege
always is false (good). disable-model-invocation is false (normal), so the agent may invoke the skill autonomously — combined with the ability to create bookings (including sending PII), this increases the impact of the missing consent/auth steps. The skill does not request persistent system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-dj
  3. After installation, invoke the skill by name or use /book-dj
  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-dj
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book DJ?

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

How do I install Book DJ?

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

Is Book DJ free?

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

Which platforms does Book DJ support?

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

Who created Book DJ?

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

💬 Comments