Book Phone Repair
v1.0.1Book phone-repair services through Lokuli MCP. Use when user needs to find and book phone-repair. Triggers on requests like "book a phone-repair", "find phone-repair near me", or any phone-repair service request.
⭐ 1· 1.4k·0 current·0 all-time
byLokuli@edwardrodriguez703-design
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (book phone repair via Lokuli MCP) matches the SKILL.md examples (search, check_availability, create_booking). No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
Instructions are narrowly scoped to calling tools (search, check_availability, create_booking) and reference a Lokuli MCP endpoint. The SKILL.md does not instruct reading unrelated files or environment variables. Note: the file contains hard-coded example fields (zipCode 90640, example customer info, example dates) — these are examples but could cause incorrect behavior if not replaced with user-provided data. Also verify how the agent implements tools/call so user PII (name, email, phone) is handled appropriately.
Install Mechanism
No install spec and no code files — instruction-only skill with minimal on-disk footprint, which reduces install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a simple booking helper.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configurations. Autonomous invocation is enabled (default) but not combined with other concerning privileges.
Assessment
This skill appears to do what it says and asks for nothing unusual, but check a few practical things before installing: 1) Confirm your agent/runtime implements the referenced tools/call safely — booking will require collecting personal data (name, email, phone) so ensure that data isn't leaked to unexpected destinations. 2) Verify the Lokuli endpoint (https://lokuli.com/mcp/sse) is the intended service for your bookings; if you don’t recognize Lokuli, test with dummy data first. 3) The SKILL.md contains example values (zip code, dates, example contact info) — ensure the skill will prompt for or use the correct user-provided values rather than those examples. 4) If you expect the skill to use your location or calendar, confirm it requests explicit access to those sources rather than silently using defaults.Like a lobster shell, security has layers — review code before you run it.
latestvk971ej3z14d79cc79a12mk9d4580n00a
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
