← 返回 Skills 市场
edwardrodriguez703-design

Book Guitar Lessons

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

uook guitar lessons

Book guitar-lessons 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": "guitar-lessons",
      "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"
    }
  }
}
安全使用建议
Before installing, verify the skill's source (no homepage or repo provided) and confirm how it authenticates to https://lokuli.com/mcp/sse. Ask the publisher whether the platform supplies credentials or if you must provide an API key — absence of declared credentials is unexpected for an external booking API. Ensure the agent will: (1) ask you for your ZIP/location and contact details rather than using hard-coded examples, (2) explicitly request consent before submitting your name/email/phone to the external service, and (3) show where requests will be sent so you can confirm the domain is legitimate. If you cannot verify the publisher or the authentication model, avoid installing or using the skill for real bookings that involve your personal data.
功能分析
Type: OpenClaw Skill Name: book-guitar-lessons Version: 1.0.1 This skill bundle is classified as benign. The `SKILL.md` defines a clear purpose: booking guitar lessons through the Lokuli MCP server. All specified tools (`search`, `check_availability`, `create_booking`) and their arguments are consistent with this stated purpose. The only external network interaction is with `https://lokuli.com/mcp/sse`, which is the legitimate endpoint for the booking service. There is no evidence of prompt injection attempts, data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The skill claims to book guitar lessons via Lokuli's MCP and the SKILL.md points at an external MCP endpoint and defines search/check/create RPC calls — this is coherent with the stated purpose. However, no authentication or API credential is declared even though an external service endpoint is specified; either the platform supplies auth via built-in tools or the SKILL.md omitted required credentials.
Instruction Scope
The runtime instructions include JSON-RPC templates that would transmit customer name, email, and phone to an external service but do not instruct the agent to prompt the user for or obtain explicit consent before sending PII. The skill also uses hard-coded example values (zipCode: "90640", dates and sample customer info) rather than instructing the agent to use the user's location and inputs, which risks accidental use of placeholder data or inappropriate data exfiltration. The MCP endpoint is external (lokuli.com) — sending PII externally without clear auth/consent is a concern.
Install Mechanism
Instruction-only skill with no install spec and no code files. This has minimal install risk because nothing is written to disk by the skill package itself.
Credentials
The skill requests no environment variables or credentials. That could be reasonable if the platform's tools handle Lokuli authentication, but it is unexpected given the external MCP endpoint. The absence of declared credentials raises the question of how the agent will authenticate — the SKILL.md does not explain whether platform-managed credentials are required or whether the endpoint is public.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and allowed to be invoked autonomously (platform default), which is normal and not by itself a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-guitar-lessons
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-guitar-lessons 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-guitar-lessons
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Guitar Lessons 是什么?

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

如何安装 Book Guitar Lessons?

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

Book Guitar Lessons 是免费的吗?

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

Book Guitar Lessons 支持哪些平台?

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

谁开发了 Book Guitar Lessons?

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

💬 留言讨论