← Back to Skills Marketplace
edwardrodriguez703-design

Book Fence

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

uook fence

Book fence 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": "fence",
      "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, ask the publisher how authentication to https://lokuli.com/mcp/sse is performed (API key, OAuth, platform-managed token). Confirm whether the skill will prompt you for and require explicit user confirmation before creating bookings and before sending personal customer info. Ask the author to fix or clarify the transport details (SSE vs POST/JSON-RPC) and remove hard-coded example data so the agent uses the user's location and contact info. If bookings may incur charges or expose personal data, test in a sandbox account or staging endpoint first and avoid providing real payment/PII until the integration and auth are validated.
Capability Analysis
Type: OpenClaw Skill Name: book-fence Version: 1.0.1 The skill bundle defines a service for booking fence services through `lokuli.com`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose. While the `create_booking` tool handles customer PII (name, email, phone), this is a necessary function for a booking service and is not indicative of unauthorized data exfiltration. No evidence of malicious execution, persistence, prompt injection, or obfuscation was found in `SKILL.md` or `_meta.json`.
Capability Assessment
Purpose & Capability
Name and description match the included JSON-RPC examples (search, check_availability, create_booking) against an MCP endpoint, so the capability is coherent in concept. However the SKILL.md provides no explanation of how the agent authenticates or which credentials (if any) are required to call the Lokuli MCP API — a booking API would normally require authentication.
Instruction Scope
Instructions show example JSON-RPC payloads and an MCP endpoint but are underspecified: they do not explain auth headers/tokens, do not instruct the agent to prompt for and confirm customer details before creating a booking, and include hard-coded example data (zipCode, customer info, dates). The transport description mixes SSE and POST/JSON-RPC in a way that is technically inconsistent (SSE is usually a GET event stream). This vagueness could lead the agent to make incorrect or unintended requests.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from install mechanism perspective. Nothing will be written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials, yet it targets a remote booking API where authentication would typically be required. Absence of any declared primary credential is suspicious (either the API is publicly open — unusual for bookings — or the SKILL.md omitted necessary auth requirements).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-fence
  3. After installation, invoke the skill by name or use /book-fence
  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-fence
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Fence?

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

How do I install Book Fence?

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

Is Book Fence free?

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

Which platforms does Book Fence support?

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

Who created Book Fence?

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

💬 Comments