← Back to Skills Marketplace
edwardrodriguez703-design

Book Music Lessons

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

uook music lessons

Book music-lessons 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": "music-lessons",
      "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 and only calls an external Lokuli MCP endpoint. Before installing, confirm you trust lokuli.com and are comfortable that the agent will send booking details (name, email, phone, location) to that service. Note the SKILL.md contains example hard-coded values (zip code 90640, example dates); the agent should substitute real user data when used. If you have privacy concerns, avoid providing sensitive personal information and verify bookings with the provider. If you need higher assurance, ask the publisher for a homepage, privacy policy, or API documentation for the listed MCP endpoint.
Capability Analysis
Type: OpenClaw Skill Name: book-music-lessons Version: 1.0.1 The skill bundle is classified as benign. Its stated purpose is to book music lessons, and the defined tools (`search`, `check_availability`, `create_booking`) are directly aligned with this function. There is no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, or other high-risk behaviors. The external endpoint `https://lokuli.com/mcp/sse` is consistent with a service provider's API.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: it describes searching, checking availability, and creating bookings via Lokuli's MCP. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains only endpoint information and JSON-RPC examples for search, check_availability, and create_booking. It does not instruct the agent to read local files, environment variables, or other system state, nor to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is written to disk and no packages are fetched.
Credentials
The skill requests no environment variables or credentials. Example payloads include customer name/email/phone which are expected for booking operations; there are no unrelated secrets requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system privileges. Autonomous invocation is allowed (platform default) but not combined with other risk factors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-music-lessons
  3. After installation, invoke the skill by name or use /book-music-lessons
  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-music-lessons
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Book Music Lessons?

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

How do I install Book Music Lessons?

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

Is Book Music Lessons free?

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

Which platforms does Book Music Lessons support?

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

Who created Book Music Lessons?

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

💬 Comments