← 返回 Skills 市场
edwardrodriguez703-design

Book Language Tutor

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

uook language tutor

Book language-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": "language-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 implement booking flows but has gaps you should clarify before installing: (1) Verify how the agent authenticates to https://lokuli.com/mcp/sse — where are API keys stored and why aren't they declared? (2) Confirm that the agent will ask for explicit user consent before sending personal data (name, email, phone) and will not auto-fill/send profile data without confirmation. (3) Ask why zipCode (90640) and fixed dates appear in examples — ensure the skill will use the user's actual location and requested dates rather than hardcoded values. (4) Prefer a published source/homepage or documentation showing the MCP API and expected authentication. If you cannot get answers, treat the skill as risky because it may transmit PII to an external endpoint without clear controls.
功能分析
Type: OpenClaw Skill Name: book-language-tutor Version: 1.0.1 The skill bundle instructs the AI agent to make network calls to an external endpoint, `https://lokuli.com/mcp/sse`, as specified in `SKILL.md`. While this network communication is plausibly needed for the stated purpose of booking language-tutor services through Lokuli's MCP server, it represents a high-risk capability involving external interaction. There is no clear evidence of intentional malicious behavior such as data exfiltration beyond the stated purpose, arbitrary code execution, or prompt injection to subvert the agent's core functions.
能力评估
Purpose & Capability
Name/description claim to find and book language tutors and the SKILL.md shows JSON-RPC calls for search, availability, and create_booking — that matches. However, the SKILL.md references an external MCP endpoint (https://lokuli.com/mcp/sse) but the skill declares no credentials or configuration for that endpoint. Additionally, the search example hardcodes zipCode: "90640" and date examples are fixed, which conflicts with the trigger "find language-tutor near me" (should use user-provided or detected location). These mismatches are unexplained and reduce coherence.
Instruction Scope
Instructions are limited to three RPC-style tool calls (search, check_availability, create_booking) which is scoped to booking. But SKILL.md includes example customerName/customerEmail/customerPhone fields and gives no guidance on obtaining explicit user consent, validating or limiting what PII is sent, or how to handle errors. The document is also vague about authentication and when/how the agent should call the external MCP endpoint vs. rely on platform tools, giving the agent broad discretion that could result in unintended transmission of personal data.
Install Mechanism
There is no install spec and no code files (instruction-only). That minimizes filesystem/installation risk.
Credentials
The skill declares no required env vars or credentials, yet it references an external service endpoint. Either the platform's 'tools/call' abstraction handles auth (not documented), or the skill is missing required auth details. The absence of declared API keys or tokens while instructing calls to an external MCP endpoint is a proportionality/information gap that should be clarified.
Persistence & Privilege
always is false, no install or code, and the skill does not request persistent agent-level privileges. It does not attempt to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-language-tutor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-language-tutor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-language-tutor
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Book Language Tutor 是什么?

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

如何安装 Book Language Tutor?

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

Book Language Tutor 是免费的吗?

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

Book Language Tutor 支持哪些平台?

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

谁开发了 Book Language Tutor?

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

💬 留言讨论