← Back to Skills Marketplace
edwardrodriguez703-design

Book Extensions

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

uook extensions

Book extensions 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": "extensions",
      "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 for booking extension services: it only sends JSON-RPC requests to lokuli.com and requires no local installs or env vars. Before installing, confirm: (1) how the agent/platform will authenticate to lokuli.com (the SKILL.md provides no auth details), (2) you are comfortable with the skill sending personal contact information (name, email, phone) to the external service and obtain explicit user consent, (3) lokuli.com is a trusted service (no homepage or publisher info is provided), and (4) the hard-coded example values (zip code, dates) are replaced by real user inputs. If possible, test with dummy data first and verify what data is transmitted.
Capability Analysis
Type: OpenClaw Skill Name: book-extensions Version: 1.0.1 The skill bundle defines a service for booking extensions through a specified external MCP endpoint (https://lokuli.com/mcp/sse). It includes tools for searching, checking availability, and creating bookings, all aligned with its stated purpose. While it involves an external network call and handles customer data for booking, these actions are central to the skill's functionality and do not show signs of unauthorized data exfiltration or malicious intent. The minor typo '# uook extensions' in SKILL.md is not considered a harmful prompt injection attempt as it does not instruct the agent to deviate from its purpose or perform risky actions.
Capability Assessment
Purpose & Capability
Name and description (book extension services via Lokuli MCP) match the SKILL.md which defines search, check_availability, and create_booking RPCs against lokuli.com. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions only describe calling an MCP JSON-RPC SSE endpoint with three tool actions. They do not instruct reading unrelated files or credentials. However the SKILL.md contains hard-coded example values (zipCode 90640, sample dates/times, and example customer contact) and gives no guidance about obtaining user consent or handling PII before submitting booking requests.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are pulled.
Credentials
The skill declares no required environment variables or credentials. It does reference an external MCP endpoint (https://lokuli.com/mcp/sse) but does not document authentication or what credentials (if any) are needed. Booking actions require personal data (name, email, phone) — this is expected for the purpose but should be justified and consented to by the user.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges or modifications to other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-extensions
  3. After installation, invoke the skill by name or use /book-extensions
  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-extensions
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Extensions?

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

How do I install Book Extensions?

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

Is Book Extensions free?

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

Which platforms does Book Extensions support?

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

Who created Book Extensions?

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

💬 Comments