← Back to Skills Marketplace
edwardrodriguez703-design

Book Videographer

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

uook videographer

Book videographer 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": "videographer",
      "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: call Lokuli's MCP to search and book videographers. Before installing/use: (1) confirm you trust the external domain (lokuli.com) and its privacy/terms because booking requires sending personal contact details; (2) ask how authentication to the MCP endpoint is handled — the SKILL.md gives no auth instructions; (3) avoid providing sensitive PII unless you explicitly trust the service; (4) remember this is instruction-only so it won't install code locally, but it will cause network requests when invoked. If you need stronger guarantees, request documentation or an official homepage/source for Lokuli and verify the integration details.
Capability Analysis
Type: OpenClaw Skill Name: book-videographer Version: 1.0.1 The skill bundle defines a set of tools to book videographer services through the `lokuli.com` MCP server. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose. There is no evidence of prompt injection attempts, arbitrary code execution, data exfiltration beyond the functional requirements of booking, or other malicious behaviors in `_meta.json` or `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md defines search, availability check, and booking JSON-RPC calls for finding and booking videographers. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
Instructions focus on booking workflow (search, check_availability, create_booking). They reference an external MCP endpoint (https://lokuli.com/mcp/sse) and include example customer data and placeholders. The skill does not instruct reading local files or unrelated system state. It also does not document authentication/authorization for the MCP endpoint (how requests are permitted/trusted is unspecified).
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is proportional. However, it will send (or instruct sending) user contact/booking information to an external domain (lokuli.com). That transmission is expected for a booking service but is a privacy consideration — the SKILL.md doesn't document authentication or where user data will be stored or how it's protected.
Persistence & Privilege
always:false (no forced inclusion). The skill does not request persistent system privileges or modify other skills/config. Autonomous invocation is allowed by default, which is normal for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-videographer
  3. After installation, invoke the skill by name or use /book-videographer
  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-videographer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Videographer?

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

How do I install Book Videographer?

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

Is Book Videographer free?

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

Which platforms does Book Videographer support?

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

Who created Book Videographer?

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

💬 Comments