← Back to Skills Marketplace
edwardrodriguez703-design

Book Nails

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

uook nails

Book nails 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": "nails",
      "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 be what it says: it prepares JSON-RPC calls to Lokuli's MCP to search and create nail-service bookings. Before installing or enabling it, confirm: (1) whether your platform will supply any needed Lokuli credentials (the SKILL.md does not mention API keys or auth), (2) that you trust the external endpoint https://lokuli.com (bookings will send customer name, email, and phone to that domain), and (3) that the agent will prompt you for or confirm customer details before creating a booking (the examples contain placeholders). Also note small issues in the doc (typo in header, example zipCode/time values) — you may want to validate behavior in a test environment first.
Capability Analysis
Type: OpenClaw Skill Name: book-nails Version: 1.0.1 The skill transparently declares its purpose to book nail services through the external endpoint `https://lokuli.com/mcp/sse`. It defines tools for searching, checking availability, and creating bookings, which align with its stated function. While it involves external network calls and handling of PII (customer name, email, phone), these actions are explicitly declared and necessary for the skill's stated purpose, without any evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The minor typo 'uook' in SKILL.md is not indicative of malicious intent or obfuscation.
Capability Assessment
Purpose & Capability
The name/description (book nails via Lokuli MCP) align with the instructions: search, check_availability, and create_booking RPC calls against an MCP endpoint. Example parameters (providerId/serviceId/time/customer contact) are appropriate for booking functionality.
Instruction Scope
SKILL.md only defines JSON-RPC/SSE calls and example payloads to the Lokuli MCP endpoint; it does not instruct the agent to read local files, arbitrary env vars, or exfiltrate unrelated data. The instructions are narrowly scoped to searching and creating bookings.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk or downloaded during install.
Credentials
No env vars or credentials are declared. That can be fine if the MCP endpoint is public or the platform supplies auth, but the SKILL.md does not document authentication or required tokens. Also, booking actions will transmit customer contact info (email, phone) to an external domain — expected for a booking skill but worth confirming.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not modify other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-nails
  3. After installation, invoke the skill by name or use /book-nails
  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-nails
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Nails?

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

How do I install Book Nails?

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

Is Book Nails free?

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

Which platforms does Book Nails support?

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

Who created Book Nails?

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

💬 Comments