← 返回 Skills 市场
1384
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-pilates
功能描述
Book pilates services through Lokuli MCP. Use when user needs to find and book pilates. Triggers on requests like "book a pilates", "find pilates near me", or any pilates service request.
使用说明 (SKILL.md)
uook pilates
Book pilates 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": "pilates",
"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 be a lightweight instruction-only connector to Lokuli's booking API, but it omits key operational and privacy details. Before installing or enabling it, ask or verify: (1) Does Lokuli require API credentials? If so, the skill should declare required env vars (API key/token) and how to provide them. (2) The skill must prompt you for your location, contact info, and explicit consent before sending any personal data to lokuli.com. (3) Confirm the MCP endpoint (https://lokuli.com/mcp/sse) is the official service you expect. (4) Prefer a version that does not contain hard-coded example PII or fixed zip/date values and that documents authentication and privacy handling. If you cannot verify these points or do not trust the external service, avoid enabling the skill.
功能分析
Type: OpenClaw Skill
Name: book-pilates
Version: 1.0.1
The skill bundle is benign. It defines a clear purpose to book pilates services through a specified external endpoint (lokuli.com/mcp/sse) and provides tools (search, check_availability, create_booking) that align with this purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. While the `create_booking` tool handles customer PII, this is necessary for its stated function and not indicative of unauthorized exfiltration.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it targets booking pilates via Lokuli's MCP endpoint. No unexpected binaries or extra credentials are requested, which is consistent, but the skill references an external booking API (lokuli.com) without declaring how to authenticate or obtain access — this is a missing but not necessarily malicious element.
Instruction Scope
SKILL.md gives concrete JSON-RPC examples (search, check_availability, create_booking) and the MCP SSE endpoint, but uses hard-coded example values (zipCode: 90640, customerName/email/phone, fixed dates) and does not instruct the agent to prompt the user for location, contact details, or consent before transmitting personal data. It also does not explain how to authenticate to the Lokuli service or where to store credentials. Transmitting user PII to an external endpoint without explicit user-consent steps is a scope and privacy concern.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest install risk — nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables or primary credential, yet it targets an external booking API. Booking/create endpoints typically require authentication; omitting any required API keys or tokens is a discrepancy. Also, the instructions include fields for sensitive personal data (name, email, phone) but give no guidance about consent or secure handling.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system privileges or to alter other skills. Autonomous invocation is allowed by platform default but is not combined with other elevated privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-pilates - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-pilates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Pilates 是什么?
Book pilates services through Lokuli MCP. Use when user needs to find and book pilates. Triggers on requests like "book a pilates", "find pilates near me", or any pilates service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1384 次。
如何安装 Book Pilates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-pilates」即可一键安装,无需额外配置。
Book Pilates 是免费的吗?
是的,Book Pilates 完全免费(开源免费),可自由下载、安装和使用。
Book Pilates 支持哪些平台?
Book Pilates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Pilates?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills