← 返回 Skills 市场
1315
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install book-smog
功能描述
Book smog check appointments through Lokuli MCP. Use when user needs a smog check, emissions test, or vehicle inspection. Triggers on requests like "I need a smog check", "book smog test", "emissions inspection", "DMV smog requirement", or any smog-related request.
使用说明 (SKILL.md)
Book Smog Check
Book smog check appointments through Lokuli's MCP server.
MCP Endpoint
https://lokuli.com/mcp/sse
Transport: SSE | JSON-RPC 2.0 | POST requests
Smog Services Available
- Smog Check
- Smog Test Only
- Star Certified Smog
- Diesel Smog Check
- Gross Polluter Certification
- Change of Ownership Smog
Tools
search
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "smog check",
"zipCode": "90640",
"category": "Auto Services",
"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"
}
}
}
Workflow
- Understand — Smog check type? Where (ZIP)?
- Search — Find smog stations nearby
- Present — Show top results with pricing
- Check availability — Get open time slots
- Confirm — Get explicit user approval
- Create booking — Generate checkout link
安全使用建议
Before installing or invoking this skill: (1) Verify lokuli.com is the legitimate service you expect and find official API docs or a homepage that describe the MCP endpoint and required auth. (2) Confirm how authentication is supposed to work — the SKILL.md does not declare any API key/token requirement, which is unusual for booking APIs. (3) Be aware the skill will transmit personal data (name, email, phone) to an external endpoint — ensure you have user consent and are comfortable with the service's privacy practices. (4) If possible, test using non-sensitive/dummy data to observe behavior and error handling. (5) If you cannot validate the endpoint's provenance or required credentials, avoid giving the skill real user PII or enabling it for autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: book-smog
Version: 1.0.0
The skill bundle is designed to book smog check appointments through the Lokuli MCP server. It defines specific tools (`search`, `check_availability`, `create_booking`) that align with this purpose. While it interacts with an external endpoint (https://lokuli.com/mcp/sse) and handles customer PII (name, email, phone) via the `create_booking` tool, this behavior is explicitly stated and necessary for its intended function. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts to subvert the agent's intended operation found in SKILL.md.
能力评估
Purpose & Capability
Name/description, workflow steps (search → check availability → create booking) and the listed tools align with a booking/appointment skill for smog checks. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
The SKILL.md explicitly instructs using Lokuli's MCP endpoint and provides JSON-RPC examples for search, check_availability, and create_booking. It does not instruct reading local files or unrelated environment variables. However, it instructs transmitting customer PII (name, email, phone) to an external endpoint and provides no guidance on consent, data minimization, or error handling — this is noteworthy and should be validated with the service owner.
Install Mechanism
This is instruction-only (no install spec, no code files). That minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required credentials or environment variables, yet it points to an external MCP API for creating bookings. Most booking APIs require authentication (API keys, tokens) or some verification; the absence of any declared credential requirement is an omission that could mean the instructions are incomplete or that the skill would attempt unauthenticated calls. Also, transmitting PII without specifying privacy or auth is a proportionality/privacy concern.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent system privileges, and does not modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with other privileged requests.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-smog - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-smog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Book smog check
元数据
常见问题
Book Smog 是什么?
Book smog check appointments through Lokuli MCP. Use when user needs a smog check, emissions test, or vehicle inspection. Triggers on requests like "I need a smog check", "book smog test", "emissions inspection", "DMV smog requirement", or any smog-related request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1315 次。
如何安装 Book Smog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-smog」即可一键安装,无需额外配置。
Book Smog 是免费的吗?
是的,Book Smog 完全免费(开源免费),可自由下载、安装和使用。
Book Smog 支持哪些平台?
Book Smog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Smog?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.0。
推荐 Skills