← Back to Skills Marketplace
edwardrodriguez703-design

Book Electrician

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1356
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-electrician
Description
Book electrician services through Lokuli MCP. Use when user needs to find and book electrician. Triggers on requests like "book a electrician", "find electrician near me", or any electrician service request.
README (SKILL.md)

uook electrician

Book electrician 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": "electrician",
      "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"
    }
  }
}
Usage Guidance
This skill generally does what it says (book electricians via Lokuli) but several things are unclear or risky — ask the author or verify before enabling: - Authentication: The SKILL.md calls an external endpoint but lists no required API key/token. Confirm how the agent will authenticate to lokuli.com and whether credentials will be stored or requested at runtime. - Data handling: The examples include personal contact info (name, email, phone) and a hard-coded zip code. Make sure the skill will prompt you for your location and contact details and will explicitly ask for confirmation before creating a booking. - Privacy & destination: Verify lokuli.com is the intended service and review its privacy/terms. Confirm where booking data is sent and whether logs/requests will store your personal info. - Testing: Test with non-production/sample data (or a confirmation step) before sending real bookings or payment details. - If you need guarantees: request the skill be updated to remove hard-coded examples, to document required auth/environment variables, and to include explicit user prompts/consent steps before create_booking calls. If the author cannot explain where authentication comes from and how user data is requested/consented, treat the skill as risky and avoid giving it access to real contact details or auto-confirming bookings.
Capability Analysis
Type: OpenClaw Skill Name: book-electrician Version: 1.0.1 The skill bundle defines a clear purpose: booking electrician services through a specified external endpoint (lokuli.com/mcp/sse). It outlines three tools (search, check_availability, create_booking) with arguments directly relevant to this purpose. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent to perform unauthorized actions. The handling of customer PII is within the stated scope of a booking service.
Capability Assessment
Purpose & Capability
The name/description (book electrician via Lokuli MCP) align with the SKILL.md which shows JSON-RPC calls to an MCP endpoint. However the SKILL.md contains hard-coded example values (zipCode: 90640, sample customer info, fixed dates) rather than describing how to obtain the user's location, contact details, or credentials — a mild mismatch between expected user-facing behavior and the provided runtime examples.
Instruction Scope
Instructions are instruction-only JSON-RPC examples and do not instruct reading arbitrary local files or secrets. Concern: they include sample personal data (customerName/email/phone) but do not direct the agent to explicitly collect consent, to prompt the user for these fields, or to confirm before creating bookings. They also assume use of the MCP endpoint but provide no guidance on authentication or which tool provides network access.
Install Mechanism
No install spec and no code files — lowest-risk distribution. Nothing will be written to disk by an installer because this is instruction-only.
Credentials
The skill declares no required env vars or credentials, yet references an external MCP endpoint (https://lokuli.com/mcp/sse) and JSON-RPC 'tools/call' operations that will likely require authentication in practice. The absence of any declared auth or primary credential is disproportionate and unexplained — how will the agent authenticate to Lokuli, and who provides customer contact/location data?
Persistence & Privilege
always:false and no special permissions requested. The skill does not request to modify other skills or system settings and does not request permanent inclusion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-electrician
  3. After installation, invoke the skill by name or use /book-electrician
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-electrician
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Electrician?

Book electrician services through Lokuli MCP. Use when user needs to find and book electrician. Triggers on requests like "book a electrician", "find electrician near me", or any electrician service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1356 downloads so far.

How do I install Book Electrician?

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

Is Book Electrician free?

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

Which platforms does Book Electrician support?

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

Who created Book Electrician?

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

💬 Comments