← Back to Skills Marketplace
edwardrodriguez703-design

Book Alignment

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

uook alignment

Book alignment 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": "alignment",
      "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 claims (find and book alignment services) and does not request system credentials or install code, but note that: 1) it will send personal contact details (name, email, phone) to https://lokuli.com — verify you trust that endpoint before creating bookings; 2) the package has no homepage or provenance information (owner ID only), so if you need higher assurance ask for more source/author details; 3) make sure the agent asks you to confirm any booking and the exact time/location before it submits PII or creates a reservation; and 4) if you want to be cautious, disable autonomous invocation for this skill or require explicit user approval for each outbound request.
Capability Analysis
Type: OpenClaw Skill Name: book-alignment Version: 1.0.1 The skill is classified as suspicious due to its inherent privacy risks. It instructs the AI agent to make external network calls to `https://lokuli.com/mcp/sse` and to collect and transmit personally identifiable information (PII) such as `customerName`, `customerEmail`, and `customerPhone` via the `create_booking` tool, as defined in `SKILL.md`. While these actions are aligned with the stated purpose of booking alignment services, the handling and transmission of sensitive user data to an external third-party service, without further context on data security or user consent mechanisms, constitutes a meaningful high-risk behavior that is not explicitly malicious but also not entirely benign.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md describes searching providers, checking availability, and creating bookings against an external Lokuli MCP endpoint. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to booking flows (search, check_availability, create_booking). They include examples that contain personal data fields (customerName, email, phone) which are reasonable for making bookings but mean the agent will transmit PII to the listed endpoint. The SKILL.md also exposes the external endpoint URL (https://lokuli.com/mcp/sse) — expected for this purpose, but users should know calls go off-platform.
Install Mechanism
No install spec and no code files are present (instruction-only). This is lowest-risk from an install perspective because nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables or credentials. The only data it needs to operate are booking-specific (location/date/customer contact) which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request elevated/persistent system privileges. It being invocable/autonomous is the platform default; there are no added persistence concerns in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-alignment
  3. After installation, invoke the skill by name or use /book-alignment
  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-alignment
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Alignment?

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

How do I install Book Alignment?

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

Is Book Alignment free?

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

Which platforms does Book Alignment support?

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

Who created Book Alignment?

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

💬 Comments