Book Laundry
v1.0.1Book 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.
1· 1,390·0 当前·0 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's instructions, required artifacts, and external endpoint are consistent with a simple laundry-booking integration, but missing provenance and authentication details mean you should verify how the platform will actually call Lokuli and handle your personal data before installing.
评估建议
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 ca...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
ℹ 凭证需求
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.
✓ 持久化与权限
Defaults are used (not always: true). The skill does not request persistent privileges or modify other skills or system settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/2/6
Fixed display name
● 无害
安装命令 点击复制
官方npx clawhub@latest install book-laundry
镜像加速npx clawhub@latest install book-laundry --registry https://cn.clawhub-mirror.com
技能文档
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": "john@example.com",
"customerPhone": "+13105551234"
}
}
}
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制