← 返回 Skills 市场
edwardrodriguez703-design

Book Fitness

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

uook fitness

Book fitness 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": "fitness",
      "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 search and create fitness bookings. Before installing/using it, verify you trust the external domain (lokuli.com) and confirm their privacy/retention policy because booking will transmit user PII (name, email, phone, location, appointment times). Ask the skill author (or your admin) how user data is protected, whether bookings are audited, and whether any additional data beyond what's needed will be sent. Because the skill's source is unknown, consider testing with mock data first and only enable for real bookings after you are satisfied with Lokuli's trustworthiness.
功能分析
Type: OpenClaw Skill Name: book-fitness Version: 1.0.1 The skill bundle defines tools for searching, checking availability, and creating bookings for fitness services via the `https://lokuli.com/mcp/sse` endpoint. While the `create_booking` tool handles personally identifiable information (PII) like customer name, email, and phone, this is directly aligned with the stated purpose of booking services. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions beyond the skill's described functionality.
能力评估
Purpose & Capability
Name/description (book fitness via Lokuli MCP) matches the SKILL.md: it describes an MCP endpoint and JSON-RPC tool calls for search, check_availability, and create_booking. Nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
Instruction Scope
SKILL.md limits runtime activity to calling Lokuli's MCP endpoint (https://lokuli.com/mcp/sse) using JSON-RPC/SSE and provides example tool calls. This is within scope, but the create_booking examples include personal data fields (customerName, customerEmail, customerPhone) and location (zipCode). The agent will send PII to an external service when used — confirm what user data will be transmitted and how it's protected/retained.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. No downloads, packages, or extracted archives are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the simple JSON-RPC usage described in SKILL.md.
Persistence & Privilege
always is false and there's no installation step that would persist credentials or modify other skills. The skill can be invoked by the agent normally but does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-fitness
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-fitness 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-fitness
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Fitness 是什么?

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

如何安装 Book Fitness?

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

Book Fitness 是免费的吗?

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

Book Fitness 支持哪些平台?

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

谁开发了 Book Fitness?

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

💬 留言讨论