← 返回 Skills 市场
1334
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-venue
功能描述
Book venue services through Lokuli MCP. Use when user needs to find and book venue. Triggers on requests like "book a venue", "find venue near me", or any venue service request.
使用说明 (SKILL.md)
uook venue
Book venue 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": "venue",
"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 venues via Lokuli, but before installing you should: (1) confirm the publisher/trustworthiness (source/homepage is missing), (2) verify how authentication to Lokuli is handled (the SKILL.md lists an endpoint but no API key or auth instructions), and (3) be aware that using the skill will send personal customer info (name, email, phone, time/date) to https://lokuli.com. If you have privacy concerns, test with dummy data first, review Lokuli's privacy/terms, and ask the platform how credentials (if any) are managed. If you need higher assurance, request the publisher to provide an official homepage or documentation for the MCP integration.
功能分析
Type: OpenClaw Skill
Name: book-venue
Version: 1.0.1
The skill bundle defines a 'book-venue' skill that interacts with a specified external endpoint (https://lokuli.com/mcp/sse) to search, check availability, and create bookings. All defined tools and their arguments are consistent with the stated purpose of booking venues. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation. The network communication is explicitly declared and necessary for the skill's functionality.
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe booking venue services via Lokuli MCP. The example JSON-RPC tool calls (search, check_availability, create_booking) are directly relevant to the stated purpose and there are no unrelated binaries, env vars, or config paths declared.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP endpoint with booking-related payloads. However, those calls will transmit personal customer data (name, email, phone, time slot) to an external service (https://lokuli.com/mcp/sse). This data exfiltration is expected for a booking skill but is important for the user to know and approve.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or pulled from third-party URLs during install — lowest install risk.
Credentials
The skill declares no required environment variables or credentials. That is internally consistent but notable: the SKILL.md references an external MCP endpoint but does not document authentication or API keys. Either the platform provides auth transparently, or the skill omits necessary auth details; the absence of credential requirements should be confirmed before use.
Persistence & Privilege
always is false (no forced inclusion) and the skill does not request any elevated or persistent system-wide privileges or configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-venue - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-venue触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Venue 是什么?
Book venue services through Lokuli MCP. Use when user needs to find and book venue. Triggers on requests like "book a venue", "find venue near me", or any venue service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1334 次。
如何安装 Book Venue?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-venue」即可一键安装,无需额外配置。
Book Venue 是免费的吗?
是的,Book Venue 完全免费(开源免费),可自由下载、安装和使用。
Book Venue 支持哪些平台?
Book Venue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Venue?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills