← 返回 Skills 市场
1405
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-hvac
功能描述
Book hvac services through Lokuli MCP. Use when user needs to find and book hvac. Triggers on requests like "book a hvac", "find hvac near me", or any hvac service request.
使用说明 (SKILL.md)
uook hvac
Book hvac 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": "hvac",
"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"
}
}
}
安全使用建议
Before installing, verify these points: (1) Confirm how the skill authenticates to Lokuli's MCP — ask the author whether an API key/OAuth is required and where it should be stored (and ensure it's declared in requires.env). (2) Understand how PII (customer name, email, phone) will be collected, transmitted, and stored; avoid using the skill with real customer data until privacy/retention are clear. (3) Confirm who operates the endpoint (lokuli.com) and that it's legitimate; consider testing against a sandbox account. (4) Check what the 'tools/call' tool does in your agent runtime and whether the model can autonomously create bookings — if you want manual approval, require disableModelInvocation or otherwise restrict autonomous booking. (5) If you cannot obtain authentication details or author ownership/trust, treat the skill as untrusted and do not provide sensitive credentials or real customer data.
功能分析
Type: OpenClaw Skill
Name: book-hvac
Version: 1.0.1
The skill is designed to book HVAC services through the `lokuli.com` MCP server. It defines tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles sensitive PII (customer name, email, phone), this is explicitly required for the stated purpose of booking services and is directed to the declared service endpoint. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, prompt injection attempts to subvert the agent, or obfuscation.
能力评估
Purpose & Capability
Name/description align with the SKILL.md: it calls search, check_availability, and create_booking against Lokuli's MCP. That capability set is coherent for a booking skill. However, the skill references an external MCP endpoint (lokuli.com) and JSON-RPC transport but does not declare any required credentials or explain how requests are authenticated — a notable omission.
Instruction Scope
The instructions are narrowly focused on making JSON-RPC calls (search/check/create_booking) to the MCP endpoint and do not ask the agent to read local files or unrelated environment variables. Concern: the instructions assume the ability to call 'tools/call' and to communicate with https://lokuli.com/mcp/sse but do not specify authentication, consent handling, or how PII (customer name/email/phone) should be collected/validated.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal disk/write risk. Nothing is downloaded or installed by the skill itself.
Credentials
The skill requires no environment variables or credentials in its metadata but clearly interacts with an external MCP endpoint. Real-world booking APIs typically require API keys, tokens, or OAuth — the absence of declared credentials is disproportionate/unexplained. Also booking actions will involve PII (customer contact info); how those are provided and stored is not specified.
Persistence & Privilege
The skill does not request always:true or any special persistence flags. Model invocation is not disabled (default), so the agent could call this skill when relevant; that is a typical default but means you should confirm the agent is allowed to perform bookings autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-hvac - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-hvac触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book HVAC 是什么?
Book hvac services through Lokuli MCP. Use when user needs to find and book hvac. Triggers on requests like "book a hvac", "find hvac near me", or any hvac service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1405 次。
如何安装 Book HVAC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-hvac」即可一键安装,无需额外配置。
Book HVAC 是免费的吗?
是的,Book HVAC 完全免费(开源免费),可自由下载、安装和使用。
Book HVAC 支持哪些平台?
Book HVAC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book HVAC?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills