← Back to Skills Marketplace
edwardrodriguez703-design

Book Braids

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

uook uraids

Book braids 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": "braids",
      "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 is coherent for booking braids, but it will transmit user PII (name, email, phone) to an external service (lokuli.com). Before installing/using it: 1) Verify the provider (owner slug, homepage, or vendor documentation) so you know who receives your data. 2) Make sure you (or the user) consent to sending contact details and confirm what data is required. 3) Prefer using known, official integrations; if unsure, test with non-sensitive/dummy data first. 4) Ask the platform what the 'tools/call' mechanism does and whether network calls use TLS and enforce endpoint verification. 5) If you need stronger assurance, request a skill with documented privacy/retention policies or install only from a trusted source.
Capability Analysis
Type: OpenClaw Skill Name: book-braids Version: 1.0.1 The skill bundle defines a service to book braids through the `lokuli.com` MCP server. It includes tools for searching, checking availability, and creating bookings, which involve handling customer PII (name, email, phone) as expected for a booking service. There is no evidence of malicious intent, such as unauthorized data exfiltration, remote code execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function or access unrelated sensitive data. The external network calls are to the explicitly stated service provider, `https://lokuli.com/mcp/sse`, which is consistent with the skill's purpose.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md describes calling Lokuli's MCP (search, check_availability, create_booking) which is exactly what a booking helper should do. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to booking flows (search, check availability, create booking). They include sending customerName, customerEmail, and customerPhone to an external endpoint, which is expected for booking but is a privacy-sensitive operation; SKILL.md does not explicitly require user consent or describe data handling/retention.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes filesystem/installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill relies on an external MCP endpoint (lokuli.com) and platform-provided 'tools/call' facilities; nothing disproportionate is declared.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide config changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-braids
  3. After installation, invoke the skill by name or use /book-braids
  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-braids
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Braids?

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

How do I install Book Braids?

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

Is Book Braids free?

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

Which platforms does Book Braids support?

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

Who created Book Braids?

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

💬 Comments