← Back to Skills Marketplace
edwardrodriguez703-design

Book Pedicure

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

uook pedicure

Book pedicure 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": "pedicure",
      "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 (search and book pedicure services via Lokuli), but before installing consider: 1) It will send personal contact details to https://lokuli.com — only proceed if you trust that domain and understand Lokuli's data handling. 2) The SKILL.md does not mention authentication or account linkage — confirm whether Lokuli requires an API key or user account and how those credentials would be provided and stored. 3) Ensure the agent asks for explicit user confirmation before transmitting PII or making bookings on your behalf. 4) Because the source and homepage are unknown, prefer to verify the skill publisher or test in a restricted environment first. If you need higher assurance, ask the publisher for documentation or an implementation that shows how authentication and consent are handled.
Capability Analysis
Type: OpenClaw Skill Name: book-pedicure Version: 1.0.1 The skill bundle defines a 'book-pedicure' skill that interacts with `https://lokuli.com/mcp/sse` to search, check availability, and create bookings for pedicure services. The `SKILL.md` content is descriptive and defines standard tool calls for its stated purpose, including sending customer booking details (name, email, phone) to the external service. There is no evidence of malicious execution, unauthorized data exfiltration beyond the skill's stated purpose, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name and description match the instructions: SKILL.md describes searching, checking availability, and creating bookings via Lokuli's MCP. There are no unrelated binaries, environment variables, or config paths requested.
Instruction Scope
Instructions show JSON-RPC/SSE calls to an external endpoint (https://lokuli.com/mcp/sse) and example payloads containing customer PII (name, email, phone). This is expected for a booking skill, but it means the agent will transmit user personal data to an external service; the SKILL.md does not detail consent prompts, data handling, or what the MCP returns.
Install Mechanism
No install spec and no code files — instruction-only skills have low disk/write risk.
Credentials
The skill requires no environment variables or credentials, which is coherent if the MCP accepts unauthenticated requests or if the platform mediates auth. However, the SKILL.md does not mention authentication tokens or account linkage; if Lokuli requires auth, the spec is incomplete and the agent may need to collect credentials at runtime.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent privileges or to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-pedicure
  3. After installation, invoke the skill by name or use /book-pedicure
  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-pedicure
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Pedicure?

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

How do I install Book Pedicure?

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

Is Book Pedicure free?

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

Which platforms does Book Pedicure support?

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

Who created Book Pedicure?

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

💬 Comments