← Back to Skills Marketplace
edwardrodriguez703-design

Book Moving

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

uook moving

Book moving 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": "moving",
      "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 is instruction-only and matches its stated purpose, but before installing: (1) verify the external endpoint (https://lokuli.com) is the legitimate provider and review its privacy/security policy; (2) confirm how authentication is supposed to work — if Lokuli requires an API key or account credentials, ask how those are supplied and whether the agent would reuse any existing/global secrets; (3) be aware that bookings will send personal data (name, email, phone) to a third party — avoid sending sensitive data until you trust the endpoint; (4) test with dummy data first and confirm the agent is not sending extra context or local files; (5) if you need stronger assurance, request the skill author include explicit auth handling and a privacy note in SKILL.md.
Capability Analysis
Type: OpenClaw Skill Name: book-moving Version: 1.0.1 The skill is designed to book moving services through Lokuli's MCP server. It defines tools for searching, checking availability, and creating bookings, which involve collecting customer PII (name, email, phone) and sending it to the `lokuli.com` endpoint. This behavior is explicitly aligned with the stated purpose of the skill. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended function in `SKILL.md`.
Capability Assessment
Purpose & Capability
Skill name/description match the instructions: JSON-RPC calls to Lokuli's MCP for searching, checking availability, and creating bookings. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the specified MCP endpoint with JSON-RPC. They show fields that include user PII (customerName, customerEmail, customerPhone) which will be sent to https://lokuli.com. The SKILL.md does not instruct the agent to read local files or system credentials.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk-write risk.
Credentials
The skill declares no required credentials or env vars. That is coherent only if the MCP endpoint is public or uses some other implicit auth. If Lokuli requires an API key or token, the omission is an operational gap (not necessarily malicious) and could lead the agent to use other ambient credentials unexpectedly. Also, the skill transmits PII as part of normal booking flow — this is expected but worth noting.
Persistence & Privilege
always is false, no install, and no modifications to other skills or agent-wide settings indicated. The skill does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-moving
  3. After installation, invoke the skill by name or use /book-moving
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed name
v1.0.0
Initial release
Metadata
Slug book-moving
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Moving?

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

How do I install Book Moving?

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

Is Book Moving free?

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

Which platforms does Book Moving support?

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

Who created Book Moving?

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

💬 Comments