← Back to Skills Marketplace
edwardrodriguez703-design

Book Web Developer

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

uook weu developer

Book web-developer 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": "web-developer",
      "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 flows against an external Lokuli MCP endpoint and is otherwise reasonably scoped, but it has several red flags you should resolve before using it with real data: 1) Confirm who runs lokuli.com and whether you trust that service; 2) Ask the author or maintainer how authentication is handled (this SKILL.md provides no API key/token instructions); 3) Verify the host is official and that your agent platform supplies any needed credentials securely (do not paste secrets into the skill text); 4) Test with dummy/pseudonymous customer data first (the examples contain real-looking placeholders); 5) Request a clearer SKILL.md that removes hard-coded zip/dates and explains error handling and consent for transmitting personal info. If you cannot get answers about authentication and the endpoint’s trustworthiness, treat this skill as unsafe for real bookings.
Capability Analysis
Type: OpenClaw Skill Name: book-web-developer Version: 1.0.1 The skill is classified as suspicious primarily due to its handling of Personally Identifiable Information (PII). It is designed to collect customer name, email, and phone number via the `create_booking` tool and transmit this data to an external endpoint, `https://lokuli.com/mcp/sse`. While this PII collection is plausibly needed for the stated purpose of booking services, it represents a significant risky capability without clear malicious intent. Additionally, a minor typo in the main title of `SKILL.md` (`# uook weu developer` instead of 'book web developer') adds a subtle, secondary suspicious element.
Capability Assessment
Purpose & Capability
Name and description align with the instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) to a Lokuli MCP endpoint for booking developers. This is coherent for a booking skill, but examples include hard-coded zip code, dates, and placeholder customer data which suggests the document is incomplete or not production-ready.
Instruction Scope
The runtime instructions are narrowly scoped to searching providers, checking availability, and creating bookings via the declared MCP endpoint and tool calls; they do not instruct reading local files, system credentials, or unrelated data sources.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so there is no install-time code being downloaded or written to disk.
Credentials
No environment variables or credentials are declared, yet the MCP endpoint is external and likely requires authentication or API keys in practice. The SKILL.md provides no guidance on auth, error handling, or where credentials would come from; that omission is suspicious because a booking API typically needs some form of auth and/or user consent before transmitting personal data (name, email, phone).
Persistence & Privilege
Skill does not request persistent installation privileges (always is false) and does not attempt to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-web-developer
  3. After installation, invoke the skill by name or use /book-web-developer
  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-web-developer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Web Developer?

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

How do I install Book Web Developer?

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

Is Book Web Developer free?

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

Which platforms does Book Web Developer support?

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

Who created Book Web Developer?

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

💬 Comments