← Back to Skills Marketplace
edwardrodriguez703-design

Book Phone Repair

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1408
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-phone-repair
Description
Book 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.
README (SKILL.md)

uook phone repair

Book phone-repair 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": "phone-repair",
      "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 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.
Capability Analysis
Type: OpenClaw Skill Name: book-phone-repair Version: 1.0.1 The skill bundle is benign. It defines a clear purpose to book phone repair services through a specific external endpoint (lokuli.com/mcp/sse). The provided tools (search, check_availability, create_booking) are directly aligned with this stated purpose, including the handling of customer PII for booking. There is no evidence of prompt injection against the agent, unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation techniques. The minor typo in the SKILL.md title ('uook' instead of 'book') does not indicate malicious intent.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-phone-repair
  3. After installation, invoke the skill by name or use /book-phone-repair
  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-phone-repair
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Phone Repair?

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

How do I install Book Phone Repair?

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

Is Book Phone Repair free?

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

Which platforms does Book Phone Repair support?

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

Who created Book Phone Repair?

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

💬 Comments