← 返回 Skills 市场
1390
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-meditation
功能描述
Book meditation services through Lokuli MCP. Use when user needs to find and book meditation. Triggers on requests like "book a meditation", "find meditation near me", or any meditation service request.
使用说明 (SKILL.md)
uook meditation
Book meditation 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": "meditation",
"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 coherent for booking meditation services. Before installing or using it, verify you trust Lokuli (the SKILL.md will send booking data, including PII, to https://lokuli.com/mcp/sse). Ask the publisher for a homepage or privacy/security info if you need it. Consider testing with non-sensitive/dummy contact details first. If you require that bookings not send personal data automatically, request explicit consent prompts or review the agent’s outgoing requests. If you need higher assurance, ask the publisher for a signed source or repository URL so you can inspect implementation details.
功能分析
Type: OpenClaw Skill
Name: book-meditation
Version: 1.0.1
The skill is designed to book meditation services through Lokuli's MCP server. It defines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the `https://lokuli.com/mcp/sse` endpoint. This data handling is directly aligned with the stated purpose of booking services and does not show evidence of unauthorized exfiltration or malicious intent. No other high-risk behaviors like arbitrary code execution, persistence mechanisms, or prompt injection attempts against the agent were found in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md shows search, check_availability, and create_booking RPC calls against Lokuli's MCP endpoint, which is what a booking skill would do.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP (SSE/JSON-RPC) and use platform 'tools/call' payloads. They include examples that send customer PII (name, email, phone) to the external endpoint — this is expected for bookings but worth noting because it transmits user data off-platform.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths — there are no disproportionate secret or credential demands.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-meditation - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-meditation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Meditation 是什么?
Book meditation services through Lokuli MCP. Use when user needs to find and book meditation. Triggers on requests like "book a meditation", "find meditation near me", or any meditation service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1390 次。
如何安装 Book Meditation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-meditation」即可一键安装,无需额外配置。
Book Meditation 是免费的吗?
是的,Book Meditation 完全免费(开源免费),可自由下载、安装和使用。
Book Meditation 支持哪些平台?
Book Meditation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Meditation?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills