← Back to Skills Marketplace
edwardrodriguez703-design

Book Lawyer

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

uook lawyer

Book lawyer 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": "lawyer",
      "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 implement booking calls to Lokuli's MCP endpoint, which aligns with its stated purpose, but there are important unknowns. Before installing: verify the Lokuli endpoint and the publisher (no homepage or trusted source listed); confirm how authentication is provided (the skill declares no API key or token but will need one to call an external service); understand how the skill will handle user PII (names, emails, phone numbers are part of the payloads shown)—ask for a privacy policy or data handling statement; and consider testing in a limited, revocable environment. If you cannot confirm the endpoint and authentication mechanism, treat the skill as untrusted and avoid sending real personal data through it.
Capability Analysis
Type: OpenClaw Skill Name: book-lawyer Version: 1.0.1 The skill bundle is classified as benign. All defined tools (`search`, `check_availability`, `create_booking`) and the external endpoint (`https://lokuli.com/mcp/sse`) are directly aligned with the stated purpose of booking lawyer services. While the `create_booking` tool handles personally identifiable information (PII) like customer name, email, and phone, this is a necessary function for the skill's stated purpose and is directed to the intended service provider. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` file.
Capability Assessment
Purpose & Capability
Name/description match the instructions (calls to Lokuli MCP search/check_availability/create_booking). However, the skill declares no credentials or config while referencing an external MCP endpoint that in practice typically requires authentication — this gap reduces coherence.
Instruction Scope
SKILL.md shows concrete JSON-RPC payloads for searching and creating bookings (including customer name/email/phone). That is appropriate for booking functionality, but the doc does not describe how to obtain user consent, handle or store PII, or how to authenticate to the Lokuli endpoint. The presence of hard-coded example fields (zipCode, dates) may be only examples but could lead to misuse if not handled carefully.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables or credentials despite instructing the agent to call an external MCP endpoint. Realistic integration usually needs an API key or auth token; absence of declared auth is either incomplete documentation or implies the platform must supply credentials implicitly — this mismatch is a red flag.
Persistence & Privilege
always is false and the skill is user-invocable with normal model invocation. It does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-lawyer
  3. After installation, invoke the skill by name or use /book-lawyer
  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-lawyer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Lawyer?

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

How do I install Book Lawyer?

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

Is Book Lawyer free?

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

Which platforms does Book Lawyer support?

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

Who created Book Lawyer?

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

💬 Comments