← 返回 Skills 市场
1510
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-auto-body
功能描述
Book auto-body services through Lokuli MCP. Use when user needs to find and book auto-body. Triggers on requests like "book a auto-body", "find auto-body near me", or any auto-body service request.
使用说明 (SKILL.md)
uook auto uody
Book auto-body 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": "auto-body",
"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 aim at booking auto-body services via Lokuli, but the instructions are incomplete. Before installing or using it: 1) Verify the Lokuli MCP endpoint (https://lokuli.com/mcp/sse) is a legitimate service you trust. 2) Ask how authentication is handled — the skill doesn't declare any API keys or tokens; determine whether the platform will supply credentials or if the skill requires sensitive credentials you would need to provide. 3) Be cautious about sending user PII (name, email, phone, location) to an external endpoint — confirm consent and data-handling policies. 4) Test in a sandbox or with dummy accounts to confirm behavior, and require the skill author to replace hard-coded placeholders with clear parameterization and an auth flow before using with real users.
功能分析
Type: OpenClaw Skill
Name: book-auto-body
Version: 1.0.1
The skill defines tools in SKILL.md that make external network calls to `https://lokuli.com/mcp/sse` and handle personally identifiable information (PII) such as customer name, email, and phone number for booking services. While these actions align with the stated purpose, they represent high-risk capabilities (external network access and PII handling) without explicit malicious intent, classifying it as suspicious. A minor typo in the SKILL.md title (`# uook auto uody`) is also present.
能力评估
Purpose & Capability
Name and description match the instructions (search, check_availability, create_booking against Lokuli's MCP). However, a booking integration would normally document how to authenticate to the external MCP or declare required credentials; no credentials or auth flow are requested or explained.
Instruction Scope
SKILL.md provides JSON-RPC templates and an MCP SSE endpoint; it does not ask the agent to read unrelated files or environment variables. But the examples include hard-coded placeholders (zipCode 90640, dates, and example customer PII like 'John Doe' and a phone/email) and give no guidance on substituting real user data, validating consent, or obtaining user location — making the instructions incomplete and potentially risky when live data is used.
Install Mechanism
Instruction-only skill with no install spec, no code files, and no downloads — minimal installation risk.
Credentials
The skill declares no required environment variables or credentials but points to an external booking endpoint. Real-world booking APIs typically require API keys, OAuth tokens, or other credentials; the absence of any declared auth or explanation about where credentials come from is an incoherence that could indicate incomplete documentation or hidden dependencies on platform-managed credentials.
Persistence & Privilege
always is false and there is no request to modify agent/system-wide settings. The skill does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-auto-body - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-auto-body触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Auto Body 是什么?
Book auto-body services through Lokuli MCP. Use when user needs to find and book auto-body. Triggers on requests like "book a auto-body", "find auto-body near me", or any auto-body service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1510 次。
如何安装 Book Auto Body?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-auto-body」即可一键安装,无需额外配置。
Book Auto Body 是免费的吗?
是的,Book Auto Body 完全免费(开源免费),可自由下载、安装和使用。
Book Auto Body 支持哪些平台?
Book Auto Body 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Auto Body?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills