← Back to Skills Marketplace
edwardrodriguez703-design

Book Eyebrows

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

uook eyeurows

Book eyebrows 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": "eyebrows",
      "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 coherent for booking eyebrow services, but before installing: 1) Verify the Lokuli domain/service is legitimate and you trust it; 2) Confirm how authentication is handled — SKILL.md does not describe any credentials or consent flow, so ask whether bookings will require an account or API key; 3) Be aware the agent will send personal contact details (name, email, phone) to an external endpoint — only provide information you consent to share; 4) Confirm the agent will always ask for your approval before creating bookings to avoid unwanted reservations and charges; 5) If you need stricter privacy, request an explicit mention of auth, data retention, and what the service will do with booking data.
Capability Analysis
Type: OpenClaw Skill Name: book-eyebrows Version: 1.0.1 The skill defines tools for booking eyebrow services through an external endpoint (lokuli.com). All defined tools (search, check_availability, create_booking) have parameters directly related to their stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform actions outside the skill's described functionality. The content is clearly aligned with its stated purpose.
Capability Assessment
Purpose & Capability
The name/description (book eyebrows via Lokuli MCP) matches the SKILL.md: it provides an MCP endpoint and JSON-RPC templates for search, check_availability, and create_booking. There are no unrelated dependencies or bizarre requirements.
Instruction Scope
Instructions only include calling the Lokuli MCP endpoint with JSON-RPC payloads for searching and creating bookings. They do not ask the agent to read local files or unrelated environment variables. One omission: the doc does not mention any authentication or consent flow for sending customer contact details to the endpoint, which should be clarified.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials (consistent with the SKILL.md). However, the MCP endpoint may realistically require authentication in production; the absence of any declared auth/credential requirements could indicate an incomplete spec rather than malicious intent.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent or elevated privileges and does not modify other skills or system-wide config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-eyebrows
  3. After installation, invoke the skill by name or use /book-eyebrows
  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-eyebrows
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Eyebrows?

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

How do I install Book Eyebrows?

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

Is Book Eyebrows free?

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

Which platforms does Book Eyebrows support?

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

Who created Book Eyebrows?

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

💬 Comments