← 返回 Skills 市场
1448
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-laundry
功能描述
Book laundry services through Lokuli MCP. Use when user needs to find and book laundry. Triggers on requests like "book a laundry", "find laundry near me", or any laundry service request.
使用说明 (SKILL.md)
uook laundry
Book laundry 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": "laundry",
"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 coherent for booking laundry via Lokuli's MCP, but you should verify a few things before installing: 1) Confirm the agent platform's implementation of the tools/call mechanism and where requests to https://lokuli.com/mcp/sse will originate (which service account or IP) and whether TLS/host validation is enforced. 2) Ask how authentication is handled — the SKILL.md contains no API key or OAuth instructions; if Lokuli requires credentials, learn where those are stored and who can access them. 3) Expect the skill to send personal details (name, email, phone, location) to an external service — only proceed if you trust Lokuli and the domain. 4) The SKILL.md uses placeholder sample data; ensure the agent will prompt you for your actual address, preferred times, and contact info rather than sending placeholders. 5) Because the skill has no listed homepage or source, prefer installing only if you can verify the publisher or if the platform enforces vetted network calls for skills.
功能分析
Type: OpenClaw Skill
Name: book-laundry
Version: 1.0.1
The skill defines tools for booking laundry services through the `lokuli.com` endpoint. All described actions, including collecting customer PII (name, email, phone) for booking, are directly aligned with its stated purpose. There is no evidence of malicious execution, unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the agent in the SKILL.md file.
能力评估
Purpose & Capability
Name/description (book laundry via Lokuli MCP) match the SKILL.md: it lists an MCP endpoint and JSON-RPC tooling (search, check_availability, create_booking). Nothing declared (no binaries, env vars, or installs) appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains concrete JSON-RPC tool call templates for searching, checking availability, and creating bookings — these stay within the laundry-booking scope. It includes example, hard-coded sample fields (zipCode 90640, dates in 2025, customer info like John Doe) which are obviously placeholders; the skill does not instruct the agent to read unrelated files or environment variables. The file does not explain authentication/authorization for the MCP endpoint, which is an important operational detail left unspecified.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from installation. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is plausible if the platform provides network access and handles auth. However, because the SKILL.md references an external endpoint but gives no guidance about authentication or required API keys, it's unclear whether credentials are needed and where they would be provided; that gap should be clarified before trusting the skill with bookings or personal data.
Persistence & Privilege
Defaults are used (not always: true). The skill does not request persistent privileges or modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-laundry - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-laundry触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Laundry 是什么?
Book laundry services through Lokuli MCP. Use when user needs to find and book laundry. Triggers on requests like "book a laundry", "find laundry near me", or any laundry service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1448 次。
如何安装 Book Laundry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-laundry」即可一键安装,无需额外配置。
Book Laundry 是免费的吗?
是的,Book Laundry 完全免费(开源免费),可自由下载、安装和使用。
Book Laundry 支持哪些平台?
Book Laundry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Laundry?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills