← 返回 Skills 市场
edwardrodriguez703-design

Book Tutor

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1453
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install book-tutor
功能描述
Book tutor services through Lokuli MCP. Use when user needs to find and book tutor. Triggers on requests like "book a tutor", "find tutor near me", or any tutor service request.
使用说明 (SKILL.md)

uook tutor

Book 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": "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 coherent and low-risk: it only describes making JSON-RPC calls to an external Lokuli MCP endpoint to search and book tutors and does not request local credentials or install code. Before installing or using it, confirm you trust lokuli.com (check their privacy/terms), be cautious about supplying real personal contact information (test with dummy data first), and verify whether the platform provides any required authentication for the MCP endpoint. If you prefer the agent not act autonomously on bookings, keep autonomous invocation disabled or require explicit confirmation before creating bookings.
功能分析
Type: OpenClaw Skill Name: book-tutor Version: 1.0.1 The skill bundle defines a 'book-tutor' service that interacts with 'lokuli.com' via an SSE endpoint. The `SKILL.md` file describes the skill's purpose and defines three tools (`search`, `check_availability`, `create_booking`) using the standard `tools/call` method. There is no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, or obfuscation. The content is consistent with the stated purpose of booking tutor services.
能力评估
Purpose & Capability
The name/description map directly to the SKILL.md: it contains JSON-RPC calls for searching, checking availability, and creating bookings against Lokuli's MCP endpoint. One minor note: the SKILL.md does not describe any authentication mechanism for the external MCP endpoint (which may be handled by the platform), but that omission is explainable and not by itself incoherent.
Instruction Scope
Runtime instructions are limited to calling the external Lokuli MCP endpoint (tools/call JSON payloads). They do not instruct reading local files, environment variables, system configs, or sending data to unexpected endpoints beyond lokuli.com.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded as part of the skill install, which minimizes risk.
Credentials
The skill requests no environment variables or credentials (proportionate). However, its booking calls include customerName/email/phone fields, meaning the agent will transmit user-supplied personal contact data to lokuli.com; consider privacy implications before providing real personal data.
Persistence & Privilege
Skill is not always:true and does not request system-wide configuration changes or persistent privileges. Model invocation is enabled (default), which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-tutor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-tutor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-tutor
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Book Tutor 是什么?

Book tutor services through Lokuli MCP. Use when user needs to find and book tutor. Triggers on requests like "book a tutor", "find tutor near me", or any tutor service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1453 次。

如何安装 Book Tutor?

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

Book Tutor 是免费的吗?

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

Book Tutor 支持哪些平台?

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

谁开发了 Book Tutor?

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

💬 留言讨论