← 返回 Skills 市场
1388
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-inspection
功能描述
Book inspection services through Lokuli MCP. Use when user needs to find and book inspection. Triggers on requests like "book a inspection", "find inspection near me", or any inspection service request.
使用说明 (SKILL.md)
uook inspection
Book inspection 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": "inspection",
"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 (search/check/create bookings), but ask the provider or skill author two things before installing: (1) Does the Lokuli MCP endpoint require an API key or other auth, and if so where is it stored/declared? (2) How is user personal data (name, email, phone) handled, logged, or retained by lokuli.com? Also confirm the transport/protocol details (the SKILL.md's 'SSE + POST' claim is inconsistent). If you cannot verify the endpoint and data-handling practices, avoid sending real PII and consider testing with dummy data or asking for a trustworthy implementation.
功能分析
Type: OpenClaw Skill
Name: book-inspection
Version: 1.0.1
The skill defines tools for searching, checking availability, and creating bookings for inspection services via the `https://lokuli.com/mcp/sse` endpoint. While it involves network calls and handling of customer PII (name, email, phone), these actions are explicitly aligned with the stated purpose of 'Book inspection services through Lokuli MCP' as described in `SKILL.md`. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The name/description align with the SKILL.md: it calls a Lokuli MCP endpoint to search, check availability, and create bookings. However, the SKILL.md lists 'SSE | JSON-RPC 2.0 | POST requests' which is technically inconsistent (SSE typically uses HTTP GET/text/event-stream, while JSON-RPC over POST is common); this discrepancy should be clarified. Also the document provides example arguments but does not document any authentication requirements even though a public booking API often requires credentials.
Instruction Scope
The runtime instructions show JSON-RPC payloads that include personal customer fields (name, email, phone) and will send them to https://lokuli.com/mcp/sse. That is coherent with booking functionality, but the skill does not specify where user PII comes from, how consent/logging is handled, or whether the endpoint requires or uses authentication. The instructions do not reference reading local files or unrelated system state (good), but they do instruct transmission of personal data to an external domain without describing privacy controls.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes disk writes and third-party installs — low install risk.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the metadata. However, most external booking APIs require some form of authentication or API key; absence of any declared credential is plausible if the platform mediates auth, but it is unexpected and should be confirmed before use.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation permitted. Nothing requests permanent presence or elevated agent-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-inspection - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-inspection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Inspection 是什么?
Book inspection services through Lokuli MCP. Use when user needs to find and book inspection. Triggers on requests like "book a inspection", "find inspection near me", or any inspection service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1388 次。
如何安装 Book Inspection?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-inspection」即可一键安装,无需额外配置。
Book Inspection 是免费的吗?
是的,Book Inspection 完全免费(开源免费),可自由下载、安装和使用。
Book Inspection 支持哪些平台?
Book Inspection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Inspection?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills