← Back to Skills Marketplace
edwardrodriguez703-design

Book Guitar Lessons

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

uook guitar lessons

Book guitar-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": "guitar-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
Before installing, verify the skill's source (no homepage or repo provided) and confirm how it authenticates to https://lokuli.com/mcp/sse. Ask the publisher whether the platform supplies credentials or if you must provide an API key — absence of declared credentials is unexpected for an external booking API. Ensure the agent will: (1) ask you for your ZIP/location and contact details rather than using hard-coded examples, (2) explicitly request consent before submitting your name/email/phone to the external service, and (3) show where requests will be sent so you can confirm the domain is legitimate. If you cannot verify the publisher or the authentication model, avoid installing or using the skill for real bookings that involve your personal data.
Capability Analysis
Type: OpenClaw Skill Name: book-guitar-lessons Version: 1.0.1 This skill bundle is classified as benign. The `SKILL.md` defines a clear purpose: booking guitar lessons through the Lokuli MCP server. All specified tools (`search`, `check_availability`, `create_booking`) and their arguments are consistent with this stated purpose. The only external network interaction is with `https://lokuli.com/mcp/sse`, which is the legitimate endpoint for the booking service. There is no evidence of prompt injection attempts, data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
The skill claims to book guitar lessons via Lokuli's MCP and the SKILL.md points at an external MCP endpoint and defines search/check/create RPC calls — this is coherent with the stated purpose. However, no authentication or API credential is declared even though an external service endpoint is specified; either the platform supplies auth via built-in tools or the SKILL.md omitted required credentials.
Instruction Scope
The runtime instructions include JSON-RPC templates that would transmit customer name, email, and phone to an external service but do not instruct the agent to prompt the user for or obtain explicit consent before sending PII. The skill also uses hard-coded example values (zipCode: "90640", dates and sample customer info) rather than instructing the agent to use the user's location and inputs, which risks accidental use of placeholder data or inappropriate data exfiltration. The MCP endpoint is external (lokuli.com) — sending PII externally without clear auth/consent is a concern.
Install Mechanism
Instruction-only skill with no install spec and no code files. This has minimal install risk because nothing is written to disk by the skill package itself.
Credentials
The skill requests no environment variables or credentials. That could be reasonable if the platform's tools handle Lokuli authentication, but it is unexpected given the external MCP endpoint. The absence of declared credentials raises the question of how the agent will authenticate — the SKILL.md does not explain whether platform-managed credentials are required or whether the endpoint is public.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and allowed to be invoked autonomously (platform default), which is normal and not by itself a concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-guitar-lessons
  3. After installation, invoke the skill by name or use /book-guitar-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-guitar-lessons
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Guitar Lessons?

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

How do I install Book Guitar Lessons?

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

Is Book Guitar Lessons free?

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

Which platforms does Book Guitar Lessons support?

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

Who created Book Guitar Lessons?

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

💬 Comments