← Back to Skills Marketplace
edwardrodriguez703-design

Book Math Tutor

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

uook math tutor

Book math-tutor 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": "math-tutor",
      "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 says: call Lokuli's MCP to find and book math tutors. Before installing or using it, consider: (1) verify who operates lokuli.com (no homepage/source listed); (2) ensure the agent asks you for location, date/time, and contact details and confirms the booking before creating it (the SKILL.md uses example/hard-coded values); (3) confirm how authentication to Lokuli is handled by your agent/platform (no credentials are declared); and (4) avoid giving it permission to act fully autonomously unless you trust the endpoint and want automatic bookings. If any of these are unclear, request more information from the skill author or test in a safe environment first.
Capability Analysis
Type: OpenClaw Skill Name: book-math-tutor Version: 1.0.1 The skill bundle defines a 'book-math-tutor' service that interacts with a specified external endpoint (https://lokuli.com/mcp/sse) using predefined tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles user-provided PII (name, email, phone), this is directly aligned with its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior beyond its intended function. The minor typo 'uook' in SKILL.md is not a security concern.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint. There are no unrelated binaries, credentials, or installs requested.
Instruction Scope
Instructions are narrowly scoped to searching and creating bookings via the MCP endpoint. However, the examples contain hard-coded/example values (zipCode: 90640, customerName/email/phone, example dates) and there is no explicit step to prompt the user for confirmation, validate customer contact info, or obtain consent before creating bookings. That could lead to accidental or incorrect bookings if the agent acts autonomously.
Install Mechanism
No install spec or code files; this is an instruction-only skill so nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is proportionate. Note: it interacts with an external endpoint (lokuli.com) but does not explain authentication — likely the platform or tools layer provides auth; absent that, the skill would be unable to make authenticated bookings.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills. It can be invoked by the agent (normal default) but does not demand elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-math-tutor
  3. After installation, invoke the skill by name or use /book-math-tutor
  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-math-tutor
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Book Math Tutor?

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

How do I install Book Math Tutor?

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

Is Book Math Tutor free?

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

Which platforms does Book Math Tutor support?

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

Who created Book Math Tutor?

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

💬 Comments