← 返回 Skills 市场
1356
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-electrician
功能描述
Book electrician services through Lokuli MCP. Use when user needs to find and book electrician. Triggers on requests like "book a electrician", "find electrician near me", or any electrician service request.
使用说明 (SKILL.md)
uook electrician
Book electrician 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": "electrician",
"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 generally does what it says (book electricians via Lokuli) but several things are unclear or risky — ask the author or verify before enabling:
- Authentication: The SKILL.md calls an external endpoint but lists no required API key/token. Confirm how the agent will authenticate to lokuli.com and whether credentials will be stored or requested at runtime.
- Data handling: The examples include personal contact info (name, email, phone) and a hard-coded zip code. Make sure the skill will prompt you for your location and contact details and will explicitly ask for confirmation before creating a booking.
- Privacy & destination: Verify lokuli.com is the intended service and review its privacy/terms. Confirm where booking data is sent and whether logs/requests will store your personal info.
- Testing: Test with non-production/sample data (or a confirmation step) before sending real bookings or payment details.
- If you need guarantees: request the skill be updated to remove hard-coded examples, to document required auth/environment variables, and to include explicit user prompts/consent steps before create_booking calls.
If the author cannot explain where authentication comes from and how user data is requested/consented, treat the skill as risky and avoid giving it access to real contact details or auto-confirming bookings.
功能分析
Type: OpenClaw Skill
Name: book-electrician
Version: 1.0.1
The skill bundle defines a clear purpose: booking electrician services through a specified external endpoint (lokuli.com/mcp/sse). It outlines three tools (search, check_availability, create_booking) with arguments directly relevant to this purpose. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent to perform unauthorized actions. The handling of customer PII is within the stated scope of a booking service.
能力评估
Purpose & Capability
The name/description (book electrician via Lokuli MCP) align with the SKILL.md which shows JSON-RPC calls to an MCP endpoint. However the SKILL.md contains hard-coded example values (zipCode: 90640, sample customer info, fixed dates) rather than describing how to obtain the user's location, contact details, or credentials — a mild mismatch between expected user-facing behavior and the provided runtime examples.
Instruction Scope
Instructions are instruction-only JSON-RPC examples and do not instruct reading arbitrary local files or secrets. Concern: they include sample personal data (customerName/email/phone) but do not direct the agent to explicitly collect consent, to prompt the user for these fields, or to confirm before creating bookings. They also assume use of the MCP endpoint but provide no guidance on authentication or which tool provides network access.
Install Mechanism
No install spec and no code files — lowest-risk distribution. Nothing will be written to disk by an installer because this is instruction-only.
Credentials
The skill declares no required env vars or credentials, yet references an external MCP endpoint (https://lokuli.com/mcp/sse) and JSON-RPC 'tools/call' operations that will likely require authentication in practice. The absence of any declared auth or primary credential is disproportionate and unexplained — how will the agent authenticate to Lokuli, and who provides customer contact/location data?
Persistence & Privilege
always:false and no special permissions requested. The skill does not request to modify other skills or system settings and does not request permanent inclusion.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-electrician - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-electrician触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Electrician 是什么?
Book electrician services through Lokuli MCP. Use when user needs to find and book electrician. Triggers on requests like "book a electrician", "find electrician near me", or any electrician service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1356 次。
如何安装 Book Electrician?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-electrician」即可一键安装,无需额外配置。
Book Electrician 是免费的吗?
是的,Book Electrician 完全免费(开源免费),可自由下载、安装和使用。
Book Electrician 支持哪些平台?
Book Electrician 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Electrician?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills