← 返回 Skills 市场
1371
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-yoga
功能描述
Book yoga services through Lokuli MCP. Use when user needs to find and book yoga. Triggers on requests like "book a yoga", "find yoga near me", or any yoga service request.
使用说明 (SKILL.md)
uook yoga
Book yoga 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": "yoga",
"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 yoga bookings. Before installing or using it, verify Lokuli (lokuli.com) is a service you trust, since booking requires sharing personal contact info (name, email, phone) with that external endpoint. Confirm how the MCP authenticates/authorizes requests (the SKILL.md declares no required API key), avoid sending payment or highly sensitive data through the skill until you confirm storage/retention policies, and prefer providing contact details interactively rather than embedding secrets in any automation. If you need stronger assurance, ask the skill author for documentation on authentication and data handling.
功能分析
Type: OpenClaw Skill
Name: book-yoga
Version: 1.0.1
The skill bundle defines a legitimate interaction with an external service (lokuli.com) for booking yoga services. It specifies an endpoint and JSON-RPC tools for searching, checking availability, and creating bookings, all of which align with the stated purpose in SKILL.md. There is no evidence of data exfiltration beyond the stated purpose, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation. The handling of customer PII is for the explicit purpose of booking, which is the skill's core function.
能力评估
Purpose & Capability
The name/description (book yoga via Lokuli MCP) aligns with the instructions: the SKILL.md defines search, check_availability, and create_booking JSON-RPC calls to an MCP endpoint. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP (https://lokuli.com/mcp/sse) with JSON-RPC messages. The create_booking call includes personal contact fields (name, email, phone) — appropriate for booking but it means the skill will transmit PII to the external endpoint. The SKILL.md does not instruct reading local files or other system state.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk and no third-party packages are fetched.
Credentials
No environment variables or credentials are required, which is consistent but also means there is no declared authentication for the MCP endpoint. That could be legitimate (public endpoint or platform-mediated auth) but merits verification before sending real user data.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills; autonomous invocation is allowed by default (normal) but not elevated here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-yoga - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-yoga触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Yoga 是什么?
Book yoga services through Lokuli MCP. Use when user needs to find and book yoga. Triggers on requests like "book a yoga", "find yoga near me", or any yoga service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1371 次。
如何安装 Book Yoga?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-yoga」即可一键安装,无需额外配置。
Book Yoga 是免费的吗?
是的,Book Yoga 完全免费(开源免费),可自由下载、安装和使用。
Book Yoga 支持哪些平台?
Book Yoga 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Yoga?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills