← 返回 Skills 市场
edwardrodriguez703-design

Book Math Tutor

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1427
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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"
    }
  }
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-math-tutor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-math-tutor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-math-tutor
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1427 次。

如何安装 Book Math Tutor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-math-tutor」即可一键安装,无需额外配置。

Book Math Tutor 是免费的吗?

是的,Book Math Tutor 完全免费(开源免费),可自由下载、安装和使用。

Book Math Tutor 支持哪些平台?

Book Math Tutor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Math Tutor?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论