← 返回 Skills 市场
1334
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-extensions
功能描述
Book extensions services through Lokuli MCP. Use when user needs to find and book extensions. Triggers on requests like "book a extensions", "find extensions near me", or any extensions service request.
使用说明 (SKILL.md)
uook extensions
Book extensions 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": "extensions",
"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 extension services: it only sends JSON-RPC requests to lokuli.com and requires no local installs or env vars. Before installing, confirm: (1) how the agent/platform will authenticate to lokuli.com (the SKILL.md provides no auth details), (2) you are comfortable with the skill sending personal contact information (name, email, phone) to the external service and obtain explicit user consent, (3) lokuli.com is a trusted service (no homepage or publisher info is provided), and (4) the hard-coded example values (zip code, dates) are replaced by real user inputs. If possible, test with dummy data first and verify what data is transmitted.
功能分析
Type: OpenClaw Skill
Name: book-extensions
Version: 1.0.1
The skill bundle defines a service for booking extensions through a specified external MCP endpoint (https://lokuli.com/mcp/sse). It includes tools for searching, checking availability, and creating bookings, all aligned with its stated purpose. While it involves an external network call and handles customer data for booking, these actions are central to the skill's functionality and do not show signs of unauthorized data exfiltration or malicious intent. The minor typo '# uook extensions' in SKILL.md is not considered a harmful prompt injection attempt as it does not instruct the agent to deviate from its purpose or perform risky actions.
能力评估
Purpose & Capability
Name and description (book extension services via Lokuli MCP) match the SKILL.md which defines search, check_availability, and create_booking RPCs against lokuli.com. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions only describe calling an MCP JSON-RPC SSE endpoint with three tool actions. They do not instruct reading unrelated files or credentials. However the SKILL.md contains hard-coded example values (zipCode 90640, sample dates/times, and example customer contact) and gives no guidance about obtaining user consent or handling PII before submitting booking requests.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are pulled.
Credentials
The skill declares no required environment variables or credentials. It does reference an external MCP endpoint (https://lokuli.com/mcp/sse) but does not document authentication or what credentials (if any) are needed. Booking actions require personal data (name, email, phone) — this is expected for the purpose but should be justified and consented to by the user.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges or modifications to other skills or agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-extensions - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-extensions触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Extensions 是什么?
Book extensions services through Lokuli MCP. Use when user needs to find and book extensions. Triggers on requests like "book a extensions", "find extensions near me", or any extensions service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1334 次。
如何安装 Book Extensions?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-extensions」即可一键安装,无需额外配置。
Book Extensions 是免费的吗?
是的,Book Extensions 完全免费(开源免费),可自由下载、安装和使用。
Book Extensions 支持哪些平台?
Book Extensions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Extensions?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills