← 返回 Skills 市场
1368
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-physical-therapy
功能描述
Book physical-therapy services through Lokuli MCP. Use when user needs to find and book physical-therapy. Triggers on requests like "book a physical-therapy", "find physical-therapy near me", or any physical-therapy service request.
使用说明 (SKILL.md)
uook physical therapy
Book physical-therapy 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": "physical-therapy",
"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 (search and book via Lokuli), but before installing or using it you should: 1) Verify the endpoint (https://lokuli.com) is legitimate and that you trust that service. 2) Understand that bookings will include PII (name, email, phone) sent to that external endpoint — confirm how that data is authenticated, stored, and protected. 3) Ask the agent to request explicit user consent before sending personal data or test with dummy data first. 4) If you require stronger assurance, ask the publisher for authentication details (API key / OAuth) or for a privacy policy; the SKILL.md currently omits these. If you cannot verify those items, treat this as higher-risk and avoid sending real personal information.
功能分析
Type: OpenClaw Skill
Name: book-physical-therapy
Version: 1.0.1
The skill is designed to book physical therapy services through the `lokuli.com` MCP server. It defines three tools (`search`, `check_availability`, `create_booking`) whose arguments and functionality are directly aligned with the stated purpose. While the `create_booking` tool handles customer PII (name, email, phone), this is necessary for a booking service and the data is directed to the specified service endpoint, not exfiltrated to an unauthorized location. There is no evidence of malicious execution, persistence, obfuscation, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md shows JSON-RPC/SSE calls to a Lokuli MCP endpoint and example calls for searching, checking availability, and creating a booking — all coherent with booking physical-therapy.
Instruction Scope
Instructions stay within booking scope (search, check_availability, create_booking). They do not instruct reading unrelated files or system state. However, the doc provides example customer fields (name/email/phone) but does not specify how to collect user consent or whether to redact/store data; it also omits authentication steps for the MCP endpoint.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk). Nothing is downloaded or written to disk.
Credentials
The skill declares no environment variables or credentials, which is plausible for an instruction-only wrapper that delegates calls to platform tools. That said, the create_booking examples will transmit personal data (name, email, phone) to https://lokuli.com; the SKILL.md does not document authentication requirements or justify the lack of credentials, so it's unclear how the service is authenticated and how PII/privacy are handled.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges or modify other skills/config. Default autonomous invocation is allowed (platform normal) but not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-physical-therapy - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-physical-therapy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed name
v1.0.0
Initial release
元数据
常见问题
Book Physical Therapy 是什么?
Book physical-therapy services through Lokuli MCP. Use when user needs to find and book physical-therapy. Triggers on requests like "book a physical-therapy", "find physical-therapy near me", or any physical-therapy service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1368 次。
如何安装 Book Physical Therapy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-physical-therapy」即可一键安装,无需额外配置。
Book Physical Therapy 是免费的吗?
是的,Book Physical Therapy 完全免费(开源免费),可自由下载、安装和使用。
Book Physical Therapy 支持哪些平台?
Book Physical Therapy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Physical Therapy?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills