← 返回 Skills 市场
1408
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-wedding
功能描述
Book wedding services through Lokuli MCP. Use when user needs to find and book wedding. Triggers on requests like "book a wedding", "find wedding near me", or any wedding service request.
使用说明 (SKILL.md)
uook wedding
Book wedding 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": "wedding",
"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"
}
}
}
安全使用建议
Before installing or enabling this skill, consider: (1) Verify Lokuli (https://lokuli.com) is a legitimate service you trust — the skill has no homepage or publisher metadata. (2) Confirm how authentication is handled — the skill declares no API keys; ask the platform how credentials (if any) are provided to Lokuli. (3) Ensure the agent is configured to explicitly ask for and confirm the user's name, email, phone, location/zip code and date/time before calling create_booking — avoid automatic booking with placeholder/sample PII. (4) Understand that booking requests will be sent to an external endpoint (lokuli.com), so assess privacy policy and data retention. (5) Test the skill in a safe/sandbox environment first (search-only) to observe its behavior. If any of these checks fail or you cannot confirm the endpoint/credentials, treat the skill as high-risk and do not enable automatic booking actions.
功能分析
Type: OpenClaw Skill
Name: book-wedding
Version: 1.0.1
The skill bundle defines a 'book-wedding' skill that interacts with the `https://lokuli.com/mcp/sse` endpoint to search, check availability, and create bookings for wedding services. The `SKILL.md` clearly outlines the purpose and the tools, including the submission of customer PII (name, email, phone) for booking, which is aligned with its stated function. There is no evidence of malicious intent, unauthorized data exfiltration (beyond necessary booking details), arbitrary code execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description (book wedding via Lokuli MCP) match the SKILL.md payloads (search, check_availability, create_booking against an MCP endpoint). There are no unrelated binaries, env vars, or installs requested. Sample payloads show expected booking fields.
Instruction Scope
Instructions tell the agent to call Lokuli's MCP (https://lokuli.com/mcp/sse) using JSON-RPC tool calls (search, check_availability, create_booking). The SKILL.md contains placeholder/sample personal data (John Doe, [email protected], +13105551234), a hard-coded zip (90640) and dates — the skill does not explicitly instruct the agent to prompt the user for or confirm real customer details or consent before creating bookings. This is a privacy/UX concern rather than an incoherence, and the agent should be required to ask for and confirm user info before calling create_booking.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing gets written to disk by the skill itself. This is low risk from an install perspective.
Credentials
The skill declares no environment variables or credentials. That is coherent but uncommon for a production booking API — confirm how authentication is handled by the platform (e.g., platform-managed credentials). Also note the risk of transmitting PII (name, email, phone) to an external domain; ensure explicit user consent and that the endpoint is trusted.
Persistence & Privilege
always is false and the skill doesn't request elevated or persistent privileges or modify other skills. Agent autonomous invocation is allowed (default) — combine this with the instruction-scope notes about confirming user data before booking.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-wedding - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-wedding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Wedding 是什么?
Book wedding services through Lokuli MCP. Use when user needs to find and book wedding. Triggers on requests like "book a wedding", "find wedding near me", or any wedding service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1408 次。
如何安装 Book Wedding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-wedding」即可一键安装,无需额外配置。
Book Wedding 是免费的吗?
是的,Book Wedding 完全免费(开源免费),可自由下载、安装和使用。
Book Wedding 支持哪些平台?
Book Wedding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Wedding?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills