← Back to Skills Marketplace
edwardrodriguez703-design

Book Smog

by Lokuli · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1315
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install book-smog
Description
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.
README (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

  1. Understand — Smog check type? Where (ZIP)?
  2. Search — Find smog stations nearby
  3. Present — Show top results with pricing
  4. Check availability — Get open time slots
  5. Confirm — Get explicit user approval
  6. Create booking — Generate checkout link
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-smog
  3. After installation, invoke the skill by name or use /book-smog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Book smog check
Metadata
Slug book-smog
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1315 downloads so far.

How do I install Book Smog?

Run "/install book-smog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Smog free?

Yes, Book Smog is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Smog support?

Book Smog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Smog?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.0.

💬 Comments