← 返回 Skills 市场
1335
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-dj
功能描述
Book dj services through Lokuli MCP. Use when user needs to find and book dj. Triggers on requests like "book a dj", "find dj near me", or any dj service request.
使用说明 (SKILL.md)
uook dj
Book dj 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": "dj",
"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 claims (search and create DJ bookings through Lokuli), but before installing you should: (1) verify who operates https://lokuli.com and whether their MCP endpoint requires authentication and has a privacy policy, (2) require the skill to explicitly prompt for and obtain user consent before sending any personal contact info, (3) confirm how/where booking data is stored and who can access it, and (4) prefer an implementation that declares required auth tokens or explains how platform-level auth is provided. If you expect the agent to act autonomously, lock in an explicit confirmation step for any booking operation so it cannot send PII or finalize bookings without your approval.
功能分析
Type: OpenClaw Skill
Name: book-dj
Version: 1.0.1
The skill bundle defines a 'book-dj' service that interacts with an external endpoint 'https://lokuli.com/mcp/sse' to search for, check availability of, and create bookings for DJ services. All defined tools and their arguments (e.g., customer name, email, phone for booking) are directly aligned with the stated purpose of booking DJ services. There is no evidence of prompt injection attempts, unauthorized data access, malicious execution, or data exfiltration beyond the scope of the skill's intended functionality in SKILL.md.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md shows how to query Lokuli's MCP endpoint and create bookings. There are no unrelated environment variables, binaries, or installs requested, so required capabilities generally align with the stated purpose.
Instruction Scope
The instructions include example JSON-RPC calls that submit customerName, customerEmail, and customerPhone to an external endpoint (https://lokuli.com/mcp/sse). The SKILL.md does not instruct the agent to: obtain explicit user confirmation before creating bookings, prompt the user for their PII, or explain how PII is stored/used. That omission creates a privacy/authorization risk: the agent could send user data externally without clarified consent or validation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are fetched — lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials, yet it targets a remote MCP endpoint which in many real deployments would require authentication. The absence of any declared auth token or explanation is a gap (could be legitimate if the platform provides the auth or the endpoint is public), but it should be clarified before trusting it with bookings.
Persistence & Privilege
always is false (good). disable-model-invocation is false (normal), so the agent may invoke the skill autonomously — combined with the ability to create bookings (including sending PII), this increases the impact of the missing consent/auth steps. The skill does not request persistent system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-dj - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-dj触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book DJ 是什么?
Book dj services through Lokuli MCP. Use when user needs to find and book dj. Triggers on requests like "book a dj", "find dj near me", or any dj service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1335 次。
如何安装 Book DJ?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-dj」即可一键安装,无需额外配置。
Book DJ 是免费的吗?
是的,Book DJ 完全免费(开源免费),可自由下载、安装和使用。
Book DJ 支持哪些平台?
Book DJ 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book DJ?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills