← 返回 Skills 市场
1378
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-oil-change
功能描述
Book oil-change services through Lokuli MCP. Use when user needs to find and book oil-change. Triggers on requests like "book a oil-change", "find oil-change near me", or any oil-change service request.
使用说明 (SKILL.md)
uook oil change
Book oil-change 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": "oil-change",
"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 coherent for booking oil changes: it calls a Lokuli MCP endpoint and does not request keys or install code. Before using it, verify that lokuli.com is a legitimate service you trust, and confirm the agent will ask you for your real zip code, preferred time, and contact details rather than using the example data embedded in SKILL.md. Remember that bookings will transmit your name/email/phone to the external endpoint — don't proceed if you don't want to share that PII. Also ask the agent to show the exact booking details (provider, price, time) and require your explicit approval before creating a booking.
功能分析
Type: OpenClaw Skill
Name: book-oil-change
Version: 1.0.1
The skill bundle defines a service to book oil changes through the Lokuli MCP server. All defined tools (`search`, `check_availability`, `create_booking`) and the external endpoint (`https://lokuli.com/mcp/sse`) are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent to deviate from its purpose, or obfuscation. The sensitive customer information handled by the `create_booking` tool is explicitly for the booking process and would be provided by the user, not extracted from the agent's environment.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md describes calling Lokuli's MCP (search, check_availability, create_booking). No unrelated binaries, env vars, or installs are requested, so the requested capabilities are proportional to booking oil-change services.
Instruction Scope
SKILL.md is narrow and focused on using Lokuli's MCP (SSE/JSON-RPC) and three tool calls. It includes example hardcoded values (zip 90640, sample dates, and sample customer contact info) and placeholder provider/service IDs ("xxx","yyy"). The spec assumes the agent runtime implements tools/call and network access to https://lokuli.com; the skill does not instruct reading local files or other system data. Recommend confirming the agent will replace example data with the actual user-provided location and personal details and will ask for explicit consent before sending PII.
Install Mechanism
No install spec and no code files — instruction-only. This is lowest-risk from an install perspective (nothing is written to disk by the skill itself).
Credentials
The skill requests no environment variables or credentials, which is proportionate. It does send (or will need to send) customer name/email/phone as part of bookings — that is expected for booking functionality, but users should be aware PII will be transmitted to the third-party endpoint.
Persistence & Privilege
always is false and there are no requests to modify agent-wide settings or other skills. The skill does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-oil-change - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-oil-change触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Oil Change 是什么?
Book oil-change services through Lokuli MCP. Use when user needs to find and book oil-change. Triggers on requests like "book a oil-change", "find oil-change near me", or any oil-change service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1378 次。
如何安装 Book Oil Change?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-oil-change」即可一键安装,无需额外配置。
Book Oil Change 是免费的吗?
是的,Book Oil Change 完全免费(开源免费),可自由下载、安装和使用。
Book Oil Change 支持哪些平台?
Book Oil Change 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Oil Change?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills