← 返回 Skills 市场
edwardrodriguez703-design

Book Videographer

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1364
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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"
    }
  }
}
安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-videographer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-videographer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-videographer
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1364 次。

如何安装 Book Videographer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-videographer」即可一键安装,无需额外配置。

Book Videographer 是免费的吗?

是的,Book Videographer 完全免费(开源免费),可自由下载、安装和使用。

Book Videographer 支持哪些平台?

Book Videographer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Videographer?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论