← 返回 Skills 市场
1353
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-windshield
功能描述
Book windshield services through Lokuli MCP. Use when user needs to find and book windshield. Triggers on requests like "book a windshield", "find windshield near me", or any windshield service request.
使用说明 (SKILL.md)
uook windshield
Book windshield 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": "windshield",
"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 will send user-identifying information (name, email, phone, location, appointment time) to https://lokuli.com without declaring any authentication or a homepage/source you can inspect. Before installing: (1) confirm you trust Lokuli and have reviewed its privacy/security practices; (2) if you install, require the skill to explicitly prompt for and show what personal data will be sent and obtain user consent; (3) avoid providing sensitive contact info until you verify the endpoint (or use a throwaway email/phone); (4) consider disabling autonomous invocation for this skill so it cannot act without explicit user approval; and (5) if you need stronger guarantees, ask the publisher for an official homepage, API docs, or an API key/auth mechanism. If you cannot verify the service provenance, treat this skill as potentially risky and do not use it with real personal data.
功能分析
Type: OpenClaw Skill
Name: book-windshield
Version: 1.0.1
The skill defines tools for booking windshield services through the `lokuli.com/mcp/sse` endpoint. All defined actions, including network calls and handling of customer PII (name, email, phone), are directly aligned with the stated purpose of booking services. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts designed to make the agent perform actions outside its stated scope. The minor typo in the markdown title is not indicative of malicious intent.
能力评估
Purpose & Capability
Name/description align with the instructions: the SKILL.md defines JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint to find and book windshield services. The fields and operations are consistent with a booking integration.
Instruction Scope
The instructions direct the agent to call an external endpoint (https://lokuli.com/mcp/sse) and to submit customer PII (name, email, phone, timeslots). The SKILL.md does not require or document any authentication, consent steps, or privacy safeguards, and it contains hard-coded example payloads (zipcode 90640, sample customer) rather than explicit guidance to prompt the user for location/contact data. This means the agent will transmit user data externally if invoked.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. Lowest install risk.
Credentials
The skill declares no required environment variables or credentials, yet its runtime behavior includes sending sensitive user data to a third-party endpoint. Absence of any declared API key or auth suggests anonymous access or that credentials would be supplied elsewhere — this mismatch (no auth declared but networked PII transmission) is a proportionality concern. Also the skill's source and homepage are unknown, so you cannot verify Lokuli's trustworthiness.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide settings. Autonomous invocation is permitted by default but not combined with other elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-windshield - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-windshield触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Windshield 是什么?
Book windshield services through Lokuli MCP. Use when user needs to find and book windshield. Triggers on requests like "book a windshield", "find windshield near me", or any windshield service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1353 次。
如何安装 Book Windshield?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-windshield」即可一键安装,无需额外配置。
Book Windshield 是免费的吗?
是的,Book Windshield 完全免费(开源免费),可自由下载、安装和使用。
Book Windshield 支持哪些平台?
Book Windshield 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Windshield?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills