← Back to Skills Marketplace
edwardrodriguez703-design

Book Lashes

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

uook lashes

Book lashes 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": "lashes",
      "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: call Lokuli's MCP to search and create lash bookings. Before installing or using it, consider: (1) it will send personal contact data (name, email, phone) to https://lokuli.com — verify you trust that destination and its privacy practices; (2) the SKILL.md doesn't require or show explicit user consent/confirmation steps, so ensure the agent asks the user to confirm any PII and booking details before sending; (3) example payloads include hardcoded zip code/date values — verify the agent will use the user's actual location and desired times; (4) the skill has no listed homepage or source owner info, so if provenance matters to you, seek more information from the publisher before enabling.
Capability Analysis
Type: OpenClaw Skill Name: book-lashes Version: 1.0.1 The skill defines tools for booking lashes services through the `lokuli.com` endpoint. While the `create_booking` tool handles customer PII (name, email, phone), this is a necessary function for a booking service and the data is directed to the stated service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent in `SKILL.md`. The content is aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (book lashes via Lokuli MCP) match the instructions: the SKILL.md points at a Lokuli MCP endpoint and provides JSON-RPC ’tools/call’ payloads for search, availability check, and creating bookings. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP SSE endpoint using JSON-RPC and include example payloads. However, the SKILL.md does not instruct how to gather or confirm the user's customerName/customerEmail/customerPhone (these appear in the booking payloads) or obtain user consent before sending personal data. Some example values (hardcoded zipCode and dates) are present and would need to be replaced with user-provided data.
Install Mechanism
Instruction-only skill with no install spec and no files to write or execute; therefore low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of credential requests is coherent with demonstrated behavior (no auth tokens shown).
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or requires persistent system presence. Autonomous invocation is allowed (platform default) but not combined with other escalation indicators.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-lashes
  3. After installation, invoke the skill by name or use /book-lashes
  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-lashes
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Lashes?

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

How do I install Book Lashes?

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

Is Book Lashes free?

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

Which platforms does Book Lashes support?

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

Who created Book Lashes?

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

💬 Comments