← Back to Skills Marketplace
edwardrodriguez703-design

Book Art Lessons

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

uook art lessons

Book art-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": "art-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 to do what it claims, but before installing verify who runs the 'lokuli.com' MCP endpoint and how authentication is handled. Ask the publisher (or your platform) whether API keys or OAuth tokens are required and how the platform protects/obtains them. Be aware booking calls will send personal data (name, email, phone) to that external service — confirm privacy/consent. Also note the SKILL.md contains hard-coded example zip code and dates (likely placeholders); ensure the skill will use the user's real inputs rather than those static values. If you can't validate the endpoint/operator or the auth/data-handling model, avoid installing or using the skill with real personal information.
Capability Analysis
Type: OpenClaw Skill Name: book-art-lessons Version: 1.0.1 The skill bundle is classified as benign. Its `SKILL.md` clearly outlines the purpose of booking art lessons through the `lokuli.com` MCP endpoint, detailing tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles personally identifiable information (customer name, email, phone), this is explicitly required and aligned with the skill's stated purpose. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent beyond its described function.
Capability Assessment
Purpose & Capability
Name/description align with the instructions (search, check_availability, create_booking). However the SKILL.md references an external MCP endpoint (https://lokuli.com/mcp/sse) while providing no explanation of how authentication, authorization, or tenancy are handled — unusual for a service that performs bookings.
Instruction Scope
Instructions are narrowly scoped to searching and booking via JSON-RPC 'tools/call' methods and do not ask the agent to access arbitrary local files or unrelated credentials. Concerns: the SKILL.md hard-codes sample values (zipCode 90640, specific dates, and example customer details) instead of showing how to use user-provided inputs, and it explicitly names an external endpoint which implies transmitting user PII (customerName/email/phone) but does not document consent or data handling.
Install Mechanism
No install spec and no code files — instruction-only skill — so there is no code being downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it targets an external booking endpoint. Either the platform supplies credentials transparently or the skill is expected to work unauthenticated; the SKILL.md provides no guidance. This mismatch (external API but no declared auth) is disproportionate and worth verifying.
Persistence & Privilege
Skill is not marked 'always:true' and does not request persistent system-wide privileges. It appears to be a standard, user-invocable instruction-only skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-art-lessons
  3. After installation, invoke the skill by name or use /book-art-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-art-lessons
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Art Lessons?

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

How do I install Book Art Lessons?

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

Is Book Art Lessons free?

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

Which platforms does Book Art Lessons support?

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

Who created Book Art Lessons?

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

💬 Comments