← 返回 Skills 市场
1354
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install book-catering
功能描述
Book catering services through Lokuli MCP. Use when user needs to find and book catering. Triggers on requests like "book a catering", "find catering near me", or any catering service request.
使用说明 (SKILL.md)
uook catering
Book catering 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": "catering",
"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 catering bookings—and it doesn't request local credentials or installs. Before enabling it, confirm you trust the destination domain (https://lokuli.com) because booking actions will send customer details (name, email, phone) to that external endpoint. Also ask the publisher how authentication is handled (the skill provides no env vars or token requirements). If you plan to use real user data, ensure the agent will prompt you to confirm or replace the example placeholders rather than sending them as-is. If the skill's source or homepage remains unknown, prefer caution or run it with limited test data first.
功能分析
Type: OpenClaw Skill
Name: book-catering
Version: 1.0.1
The OpenClaw skill bundle defines a 'book-catering' skill with tools to search, check availability, and create bookings via a specific `lokuli.com` endpoint. All instructions in `SKILL.md` and the defined JSON-RPC tools are directly aligned with the stated purpose of booking catering services. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior.
能力评估
Purpose & Capability
The name/description map to the SKILL.md: it targets Lokuli's MCP endpoint and provides JSON-RPC payloads for searching, checking availability, and creating bookings. One noteworthy mismatch: the skill declares no credentials or auth mechanism even though booking APIs often require authentication; this may be intentional (public API or auth handled by the platform) but is unexplained.
Instruction Scope
The instructions are narrowly scoped to calling the Lokuli MCP SSE endpoint with specific JSON-RPC tool calls (search, check_availability, create_booking). They do not instruct reading local files, environment variables, or unrelated system state. The SKILL.md includes placeholder/hardcoded sample values (zip code, dates, customer info) that the agent must replace with actual user data.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk. This is the lowest-risk install model.
Credentials
The skill requests no environment variables or credentials. That is proportionate if Lokuli's MCP accepts unauthenticated requests or the platform supplies auth elsewhere, but it's unusual for a booking integration and worth confirming. The SKILL.md does send customer-identifying fields (name, email, phone) to an external endpoint (lokuli.com).
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent system changes or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-catering - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-catering触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Catering 是什么?
Book catering services through Lokuli MCP. Use when user needs to find and book catering. Triggers on requests like "book a catering", "find catering near me", or any catering service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1354 次。
如何安装 Book Catering?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-catering」即可一键安装,无需额外配置。
Book Catering 是免费的吗?
是的,Book Catering 完全免费(开源免费),可自由下载、安装和使用。
Book Catering 支持哪些平台?
Book Catering 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Catering?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills