Book Electrician

v1.0.1

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.

0· 1.3k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97awzh507ggfg6e3rmgn3qc5580nzpm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments