← Back to Skills Marketplace
edwardrodriguez703-design

Book Photographer

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

uook photographer

Book photographer 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": "photographer",
      "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 endpoints to find and book photographers. Before installing, consider: (1) it will send personal booking details (name, email, phone, date/time, location) to an external domain (lokuli.com) — confirm you are comfortable sharing that PII and review Lokuli's privacy/security if possible; (2) there is no declared authentication in the SKILL.md — check how your platform will provide any needed API keys or whether bookings will be unauthenticated; (3) the skill has no source/homepage and an opaque owner ID — prefer skills from verified or documented publishers when possible; (4) test with non-sensitive/dummy data first and review the agent's tool/network permissions for outbound calls.
Capability Analysis
Type: OpenClaw Skill Name: book-photographer Version: 1.0.1 The skill bundle defines a 'book-photographer' skill that interacts with an external endpoint `https://lokuli.com/mcp/sse` to search, check availability, and create bookings for photographer services. All defined tools and their arguments are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The minor typo 'uook' in the title is not indicative of malicious intent.
Capability Assessment
Purpose & Capability
Name/description (book a photographer) align with the runtime instructions: the SKILL.md defines search, check_availability, and create_booking JSON-RPC calls against Lokuli's MCP endpoint. Nothing requested (no env vars, no binaries, no config paths) appears unrelated to booking photographers.
Instruction Scope
Instructions are narrowly scoped to performing searches and creating bookings via the specified MCP endpoint. They include placeholders for customer name/email/phone and booking times — meaning PII will be sent to the external endpoint. There are no instructions to read local files, system env, or unrelated resources.
Install Mechanism
This is an instruction‑only skill with no install spec or code files, so nothing is written to disk. Lowest install risk.
Credentials
The skill declares no environment variables or credentials, which is proportionate to the simple instruction set. One caveat: the SKILL.md does not describe authentication for Lokuli; either the hosting platform provides the necessary auth tokens/tools or the integration is unauthenticated. The lack of declared credentials is not contradictory but is worth confirming.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. It does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-photographer
  3. After installation, invoke the skill by name or use /book-photographer
  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-photographer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Photographer?

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

How do I install Book Photographer?

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

Is Book Photographer free?

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

Which platforms does Book Photographer support?

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

Who created Book Photographer?

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

💬 Comments