← 返回 Skills 市场
1438
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-carpet-cleaning
功能描述
Book carpet-cleaning services through Lokuli MCP. Use when user needs to find and book carpet-cleaning. Triggers on requests like "book a carpet-cleaning", "find carpet-cleaning near me", or any carpet-cleaning service request.
使用说明 (SKILL.md)
uook carpet cleaning
Book carpet-cleaning 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": "carpet-cleaning",
"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 is internally consistent for booking via Lokuli's MCP and doesn't ask for local files or credentials — a good sign. Before installing, confirm: (1) whether Lokuli's endpoint requires API keys or user credentials (the SKILL.md omits any auth details), (2) that you trust the external domain https://lokuli.com for sending customer data (bookings include PII like name/email/phone), and (3) clarify the transport semantics (SSE vs POST) and how runtime values (zip code, providerId, customer details) are supplied. If the publisher cannot explain the missing authentication or data handling, treat the skill with caution.
功能分析
Type: OpenClaw Skill
Name: book-carpet-cleaning
Version: 1.0.1
The skill is classified as suspicious due to its collection and transmission of Personally Identifiable Information (PII), specifically customer name, email, and phone number, via the `create_booking` tool to an external endpoint `https://lokuli.com/mcp/sse` as described in `SKILL.md`. While this data collection is necessary for the stated purpose of booking a service, it represents a significant data privacy risk and constitutes a high-risk capability without clear malicious intent, thus falling under the 'suspicious' threshold.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md targets Lokuli's MCP endpoint and defines search, availability check, and booking RPC calls — all appropriate for a booking skill.
Instruction Scope
Instructions confine activity to Lokuli's MCP endpoint and agent tool calls (tools/call). They do not instruct reading local files or unrelated env vars. Minor inconsistencies: example payloads include hardcoded placeholders (providerId 'xxx', sample customer data, zipCode '90640') and a date in 2025; SKILL.md also states 'Transport: SSE | JSON-RPC 2.0 | POST requests' which mixes SSE (usually GET/stream) and POST semantics — clarify expected transport and which fields are runtime-provided.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk by an installer, which is low-risk.
Credentials
The skill declares no required environment variables or credentials. That is reasonable if Lokuli's MCP endpoint is intended to be public, but many booking APIs require authentication. The absence of any declared credentials or guidance for auth is an omission that should be validated with the publisher/platform.
Persistence & Privilege
Flags show normal defaults (always:false, model invocation allowed). The skill does not request persistent presence or system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-carpet-cleaning - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-carpet-cleaning触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Carpet Cleaning 是什么?
Book carpet-cleaning services through Lokuli MCP. Use when user needs to find and book carpet-cleaning. Triggers on requests like "book a carpet-cleaning", "find carpet-cleaning near me", or any carpet-cleaning service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1438 次。
如何安装 Book Carpet Cleaning?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-carpet-cleaning」即可一键安装,无需额外配置。
Book Carpet Cleaning 是免费的吗?
是的,Book Carpet Cleaning 完全免费(开源免费),可自由下载、安装和使用。
Book Carpet Cleaning 支持哪些平台?
Book Carpet Cleaning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Carpet Cleaning?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills