← 返回 Skills 市场
1445
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-battery
功能描述
Book battery services through Lokuli MCP. Use when user needs to find and book battery. Triggers on requests like "book a battery", "find battery near me", or any battery service request.
使用说明 (SKILL.md)
uook uattery
Book battery 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": "battery",
"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"
}
}
}
安全使用建议
What to consider before installing:
- Origin & trust: The skill has no homepage and an unknown source; verify who published it and whether you trust lokuli.com.
- Authentication: The SKILL.md omits any API key or auth details. Confirm whether the Lokuli MCP requires credentials and where those would come from (platform vs skill). Do not assume anonymous access.
- Personal data: The create_booking example includes PII (name, email, phone). Ensure the agent will prompt for and obtain explicit user consent before sending personal info. Ask how data is transmitted (HTTPS, headers) and how long it is stored by Lokuli.
- Behavior clarity: The instructions use hard-coded examples (zip code, dates). Verify that the skill will use the actual user-provided location, date, and contact info rather than silently reusing example values.
- Testing: If you proceed, test in a safe environment with dummy data and observe network requests. Prefer installing only if the publisher is known or after obtaining documentation showing required auth and privacy practices.
- When in doubt: Treat this as potentially capable of sending user data to an external service. If you cannot verify the endpoint or required credentials, avoid enabling the skill for real bookings.
功能分析
Type: OpenClaw Skill
Name: book-battery
Version: 1.0.1
The skill bundle defines tools for booking battery services through an external endpoint at `https://lokuli.com/mcp/sse`. All defined actions (search, check availability, create booking) are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent in `SKILL.md`. The external network interaction is a core part of the skill's functionality.
能力评估
Purpose & Capability
The skill claims to book battery services via Lokuli MCP and the SKILL.md includes an explicit Lokuli MCP endpoint and JSON-RPC tool calls (search, check_availability, create_booking), which is coherent. However sample payloads contain hard-coded values (zipCode: 90640, fixed dates, sample customer details) and there is no explanation why no API key or auth is required; these hard-coded examples suggest sloppy implementation and possible assumptions about context that are not justified by the description.
Instruction Scope
Instructions are instruction-only and confined to calling Lokuli's MCP endpoint via tools/call. They do not instruct reading local files or unrelated environment variables. Concern: the create_booking example includes full customer PII (name, email, phone) but the SKILL.md does not say when/how to prompt for confirmation, sanitize or minimize data, or whether bookings require user consent. The instructions also do not document required authentication/headers or error handling, leaving important runtime behavior unspecified.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, which minimizes filesystem risk. Nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which superficially reduces risk. But a booking API typically requires authentication; the absence of any declared auth or primary credential is suspicious (either the platform injects credentials implicitly or the SKILL.md omits necessary requirements). This mismatch should be clarified before trusting the skill with user data.
Persistence & Privilege
The skill does not request always:true or any special persistence. It makes no claims to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-battery - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-battery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Battery 是什么?
Book battery services through Lokuli MCP. Use when user needs to find and book battery. Triggers on requests like "book a battery", "find battery near me", or any battery service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1445 次。
如何安装 Book Battery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-battery」即可一键安装,无需额外配置。
Book Battery 是免费的吗?
是的,Book Battery 完全免费(开源免费),可自由下载、安装和使用。
Book Battery 支持哪些平台?
Book Battery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Battery?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills