← 返回 Skills 市场
1479
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-party
功能描述
Book party services through Lokuli MCP. Use when user needs to find and book party. Triggers on requests like "book a party", "find party near me", or any party service request.
使用说明 (SKILL.md)
uook party
Book party 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": "party",
"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 is instruction-only and appears coherent with its stated purpose, but before installing check: 1) whether Lokuli.com is a trusted service for you (the skill will send booking requests to that endpoint); 2) how the agent will obtain real customer info — the SKILL.md uses sample contact data and a sample zip code, so confirm it will prompt you for correct name, email, phone, date/time, and location rather than using placeholders; 3) whether Lokuli requires authentication (the skill does not declare any required API key or token) — if so, verify how credentials are provided and stored; and 4) that you are comfortable the agent may place bookings on your behalf (costs, cancellations, privacy). If any of those are unclear, ask the skill author for documentation or avoid enabling the skill until clarified.
功能分析
Type: OpenClaw Skill
Name: book-party
Version: 1.0.1
The skill is classified as suspicious due to its inherent high-risk capabilities, specifically making external network calls to `https://lokuli.com/mcp/sse` and handling personally identifiable information (PII) such as customer name, email, and phone number via the `create_booking` tool, as defined in `SKILL.md`. While these actions align with the stated purpose of booking party services, they represent significant data handling and network interaction risks without clear evidence of malicious intent or prompt injection attempts to subvert the agent's core function.
能力评估
Purpose & Capability
Name/description (book party via Lokuli MCP) align with the instructions: the SKILL.md defines an MCP endpoint and JSON-RPC tool calls (search, check_availability, create_booking) that are appropriate for finding and booking party services.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli's MCP endpoint with JSON-RPC tool calls and do not request arbitrary file reads or unrelated env vars. Minor issues: the examples include hardcoded sample values (zipCode 90640, example dates, and a demo customer name/email/phone). The skill should explicitly instruct the agent to prompt the user for real customer contact details and location rather than using sample values.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. That is proportionate if Lokuli's MCP is accessible without auth or the platform supplies credentials. If Lokuli requires an API key, the SKILL.md should declare which credential is needed; absence of any auth declaration may be an omission to clarify before use.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify system or other-skill configurations. Normal agent autonomy (model invocation allowed) is fine here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-party - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-party触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Party 是什么?
Book party services through Lokuli MCP. Use when user needs to find and book party. Triggers on requests like "book a party", "find party near me", or any party service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1479 次。
如何安装 Book Party?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-party」即可一键安装,无需额外配置。
Book Party 是免费的吗?
是的,Book Party 完全免费(开源免费),可自由下载、安装和使用。
Book Party 支持哪些平台?
Book Party 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Party?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills