← Back to Skills Marketplace
edwardrodriguez703-design

Book Makeup

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

uook makeup

Book makeup 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": "makeup",
      "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
Before installing or enabling this skill: 1) Confirm who operates the Lokuli endpoint (lokuli.com) and whether the platform will supply authentication — the SKILL.md provides no auth or privacy details. 2) Ask how and when the agent will collect and transmit your personal data (name, email, phone) and ensure you want it sent to this external service. 3) Prefer to require explicit user confirmation before any booking is created (don’t let the agent auto-send create_booking). 4) Test in a low-risk way (use dummy contact info) to observe behavior and network targets. 5) If you need stronger assurance, request a skill with documented API keys / OAuth steps or a verifiable homepage/source. Because provenance and auth handling are unclear, treat this skill with caution.
Capability Analysis
Type: OpenClaw Skill Name: book-makeup Version: 1.0.1 The skill is designed to book makeup services through the `lokuli.com/mcp/sse` endpoint. It defines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the specified external service. All actions and network calls are explicitly stated and directly align with the skill's described purpose. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior beyond its stated function.
Capability Assessment
Purpose & Capability
Name/description claim to book makeup via Lokuli MCP and the SKILL.md contains JSON-RPC calls and an MCP endpoint (lokuli.com). That is coherent with the stated purpose, but the skill provides no provenance (source/homepage unknown) and uses placeholder data (hardcoded zip, date, sample customer fields). No information is given about required auth or who operates the endpoint — plausible if the platform mediates auth, but this is not stated.
Instruction Scope
SKILL.md instructs the agent to call an external SSE/JSON-RPC endpoint and gives example JSON-RPC payloads for search, check_availability, and create_booking. The instructions do not instruct reading local files or unrelated environment variables, which is good, but they also do not instruct the agent to prompt the user for or to validate required customer data (name, email, phone) or to obtain consent before sending personal data to the external endpoint. Placeholders (providerId/serviceId/timeSlot) are present without guidance on how to obtain/replace them.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface. Nothing is written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or credentials, yet it instructs calls to an external service (lokuli.com). Booking APIs commonly require authentication and data-handling guarantees; the lack of any declared auth or explanation of how requests will be authorized or how user PII is protected is disproportionate to the sensitive nature of booking operations.
Persistence & Privilege
The skill does not request always:true or any special persistent privileges. It is user-invocable and allows autonomous invocation (platform default) but does not demand elevated system presence or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-makeup
  3. After installation, invoke the skill by name or use /book-makeup
  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-makeup
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Makeup?

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

How do I install Book Makeup?

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

Is Book Makeup free?

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

Which platforms does Book Makeup support?

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

Who created Book Makeup?

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

💬 Comments