← 返回 Skills 市场
1374
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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"
}
}
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-photographer - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-photographer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1374 次。
如何安装 Book Photographer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-photographer」即可一键安装,无需额外配置。
Book Photographer 是免费的吗?
是的,Book Photographer 完全免费(开源免费),可自由下载、安装和使用。
Book Photographer 支持哪些平台?
Book Photographer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Photographer?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills