← 返回 Skills 市场
edwardrodriguez703-design

Book Music Lessons

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

uook music lessons

Book music-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": "music-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"
    }
  }
}
安全使用建议
This skill appears coherent and only calls an external Lokuli MCP endpoint. Before installing, confirm you trust lokuli.com and are comfortable that the agent will send booking details (name, email, phone, location) to that service. Note the SKILL.md contains example hard-coded values (zip code 90640, example dates); the agent should substitute real user data when used. If you have privacy concerns, avoid providing sensitive personal information and verify bookings with the provider. If you need higher assurance, ask the publisher for a homepage, privacy policy, or API documentation for the listed MCP endpoint.
功能分析
Type: OpenClaw Skill Name: book-music-lessons Version: 1.0.1 The skill bundle is classified as benign. Its stated purpose is to book music lessons, and the defined tools (`search`, `check_availability`, `create_booking`) are directly aligned with this function. There is no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, or other high-risk behaviors. The external endpoint `https://lokuli.com/mcp/sse` is consistent with a service provider's API.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it describes searching, checking availability, and creating bookings via Lokuli's MCP. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains only endpoint information and JSON-RPC examples for search, check_availability, and create_booking. It does not instruct the agent to read local files, environment variables, or other system state, nor to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is written to disk and no packages are fetched.
Credentials
The skill requests no environment variables or credentials. Example payloads include customer name/email/phone which are expected for booking operations; there are no unrelated secrets requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system privileges. Autonomous invocation is allowed (platform default) but not combined with other risk factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-music-lessons
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-music-lessons 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-music-lessons
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Book Music Lessons 是什么?

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

如何安装 Book Music Lessons?

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

Book Music Lessons 是免费的吗?

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

Book Music Lessons 支持哪些平台?

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

谁开发了 Book Music Lessons?

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

💬 留言讨论