← Back to Skills Marketplace
edwardrodriguez703-design

Book Test Prep

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

uook test prep

Book test-prep 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": "test-prep",
      "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 will send users' names, emails, and phone numbers to https://lokuli.com when creating bookings. Before installing or using it: (1) confirm you trust Lokuli (the skill has no homepage or publisher details), (2) check whether the agent platform supplies authentication (the skill declares no API key but contacts an external endpoint), (3) ensure you have user consent to transmit personal contact info, and (4) prefer skills with a verifiable homepage or documented privacy policy if you plan to handle PII regularly.
Capability Analysis
Type: OpenClaw Skill Name: book-test-prep Version: 1.0.1 The skill bundle defines a service for booking test-prep through an external endpoint `https://lokuli.com/mcp/sse`. The `SKILL.md` outlines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the specified endpoint. This data handling is directly aligned with the stated purpose of 'Book test-prep services'. There is no evidence of prompt injection, malicious execution, data exfiltration beyond the stated purpose, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md shows JSON-RPC calls for searching, checking availability, and creating bookings on Lokuli's MCP. There are no unrelated binaries or environment variables requested.
Instruction Scope
Instructions explicitly call an external MCP endpoint (https://lokuli.com/mcp/sse) and include example JSON that will transmit customer PII (name, email, phone) to that endpoint when creating bookings. That behavior is expected for a booking skill, but it is important to note the transmission of personal data to an external domain and confirm user consent and privacy handling.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself; this is the lowest-risk install profile.
Credentials
The skill declares no environment variables or credentials. However it interacts with an external service (Lokuli MCP) but does not declare any required API key or auth token. This could be legitimate (public endpoint or platform-provided auth), but you should confirm how authentication and authorization are handled before sending bookings or PII.
Persistence & Privilege
always is false and the skill requests no persistent config or system changes. It does not request elevated privileges or modify other skills' configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-test-prep
  3. After installation, invoke the skill by name or use /book-test-prep
  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-test-prep
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Test Prep?

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

How do I install Book Test Prep?

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

Is Book Test Prep free?

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

Which platforms does Book Test Prep support?

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

Who created Book Test Prep?

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

💬 Comments