← Back to Skills Marketplace
edwardrodriguez703-design

Book IT Support

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

uook it support

Book it-support 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": "it-support",
      "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 says (search and book IT support through Lokuli), but before installing: confirm how the runtime authenticates to lokuli.com (an API key/token is likely needed), verify lokuli.com is the correct/trusted service, and ensure the skill or runtime will require explicit user confirmation before creating bookings or transmitting personal contact details. If you need stronger guarantees, ask the publisher to document authentication, consent/confirmation steps, and data-retention/privacy practices; consider disabling autonomous model invocation for this skill unless you trust it completely.
Capability Analysis
Type: OpenClaw Skill Name: book-it-support Version: 1.0.1 The skill bundle is benign. The `SKILL.md` clearly defines the purpose as booking IT support services through Lokuli's MCP server, specifying the `https://lokuli.com/mcp/sse` endpoint. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with this stated purpose. There is no evidence of prompt injection attempts against the agent, malicious execution, data exfiltration beyond the stated booking data, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description and SKILL.md consistently target booking IT-support through Lokuli's MCP with three logical operations (search, check_availability, create_booking). There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli MCP (search/check/create). They include example customer PII in create_booking but do not prescribe asking for explicit user confirmation or how to collect user data. The SKILL.md lists an MCP endpoint and transport type but is sparse on authentication and consent handling; this vagueness could allow the agent to transmit user PII without explicit safeguards.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and there is no package download risk.
Credentials
The skill declares no environment variables or credentials, yet it calls a remote booking API. Typically booking APIs require authentication; the absence of declared credentials is plausible if the runtime supplies auth, but it is a noteworthy omission. Also, the examples include customer email/phone — transmitting PII to lokuli.com is expected for bookings but should be explicitly authorized by the user.
Persistence & Privilege
Defaults leave model invocation enabled and the skill is not marked always:false explicitly; the agent could autonomously trigger bookings per the instructions. Because create_booking is a state-changing operation that can transmit PII and create appointments, the lack of an explicit confirmation step or disablement of autonomous invocation is a meaningful risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-it-support
  3. After installation, invoke the skill by name or use /book-it-support
  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-it-support
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Book IT Support?

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

How do I install Book IT Support?

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

Is Book IT Support free?

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

Which platforms does Book IT Support support?

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

Who created Book IT Support?

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

💬 Comments