← 返回 Skills 市场
1366
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-massage
功能描述
Book massage services through Lokuli MCP. Use when user needs to find and book massage. Triggers on requests like "book a massage", "find massage near me", or any massage service request.
使用说明 (SKILL.md)
uook massage
Book massage 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": "massage",
"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 perform legitimate booking actions, but it omits important operational details. Before installing or enabling it, consider: 1) Verify the external endpoint (https://lokuli.com) and confirm it's the intended service — check its privacy policy and legitimacy. 2) Ask the skill author how authentication is handled (API key, OAuth, or anonymous access). If authentication is required, ensure keys/tokens aren’t left in plain text. 3) Be cautious about providing user PII (name, email, phone). The skill gives no guidance on explicit user consent or data minimization — require explicit consent before sending any personal data. 4) Test in a safe environment (no real credit-card or personal data) to observe actual network calls. 5) If you need stronger assurances (encryption, audit logging, revocation), request those from the publisher or avoid using the skill. Additional information about authentication and the service's privacy/security practices would move this assessment toward benign.
功能分析
Type: OpenClaw Skill
Name: book-massage
Version: 1.0.1
The skill 'book-massage' is designed to facilitate booking massage services through the `lokuli.com` endpoint. The `SKILL.md` file clearly defines three tools (`search`, `check_availability`, `create_booking`) with parameters appropriate for their stated functions, including handling necessary PII (name, email, phone) for booking. There is no evidence of malicious execution, unauthorized data exfiltration beyond the stated purpose, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to subvert its intended behavior.
能力评估
Purpose & Capability
Name/description (book massage via Lokuli MCP) aligns with the SKILL.md which shows JSON-RPC calls for searching, checking availability, and creating bookings against an external Lokuli MCP endpoint.
Instruction Scope
Instructions show concrete JSON-RPC payloads that include customer PII fields (customerName, customerEmail, customerPhone) and an external endpoint (https://lokuli.com/mcp/sse). The SKILL.md does not describe authentication, consent, data minimization, or when/how to collect user PII. It also contains hardcoded/example fields (zipCode, date) and placeholders (providerId: xxx) without guidance. Sending user PII to an external service is reasonable for booking, but the lack of auth/consent controls and no guidance about verification is a scope concern.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from an installation standpoint (nothing written to disk).
Credentials
The skill requests no environment variables or credentials, yet it expects to interact with an external booking API. Real booking integrations commonly require API keys or OAuth; the absence of any declared credential or instructions for authentication is unexpected and disproportionate to the task, or at least incomplete documentation.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request persistent privileges or system-wide configuration changes. Autonomous invocation is allowed by platform default, which is normal.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-massage - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-massage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Massage 是什么?
Book massage services through Lokuli MCP. Use when user needs to find and book massage. Triggers on requests like "book a massage", "find massage near me", or any massage service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1366 次。
如何安装 Book Massage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-massage」即可一键安装,无需额外配置。
Book Massage 是免费的吗?
是的,Book Massage 完全免费(开源免费),可自由下载、安装和使用。
Book Massage 支持哪些平台?
Book Massage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Massage?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills