← 返回 Skills 市场
edwardrodriguez703-design

Book Flooring

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1281
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-flooring
功能描述
Book flooring services through Lokuli MCP. Use when user needs to find and book flooring. Triggers on requests like "book a flooring", "find flooring near me", or any flooring service request.
使用说明 (SKILL.md)

uook flooring

Book flooring 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": "flooring",
      "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 flooring via Lokuli's MCP, but take these precautions before installing or using it: - Source check: the skill’s source and homepage are unknown — verify the vendor (lokuli.com) and that you trust it. - Data privacy: booking calls will send customer name, email, phone, and address/zip to the external endpoint. Avoid sending sensitive PII until you confirm how Lokuli handles data. - Missing credentials: no API key is requested; if the service actually requires authentication this SKILL.md is incomplete — that could cause failures or unexpected behavior. - Test safely: try with dummy data first to confirm what is transmitted and the booking flow. If you’re uncomfortable, don’t provide real contact details. - If you need higher assurance, ask the skill author for a homepage, documentation, or a publisher identity before enabling it.
功能分析
Type: OpenClaw Skill Name: book-flooring Version: 1.0.1 The skill is designed to book flooring services through the Lokuli MCP server. All defined tools (`search`, `check_availability`, `create_booking`) in `SKILL.md` are consistent with this stated purpose, interacting with the `https://lokuli.com/mcp/sse` endpoint. While the `create_booking` tool handles sensitive customer information (name, email, phone), this is directly required for the skill's explicit function of creating a booking. There is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, or other harmful behaviors beyond the stated purpose.
能力评估
Purpose & Capability
The name/description (book flooring via Lokuli MCP) matches the SKILL.md: the runtime instructions show JSON-RPC calls (search, check_availability, create_booking) to an MCP endpoint. There are no unrelated environment variables, binaries, or installers requested.
Instruction Scope
The SKILL.md confines actions to calling the Lokuli MCP SSE endpoint using the declared tool calls. It does not instruct the agent to read local files, other environment variables, or system state. Note: booking calls will send customer data (name, email, phone) to the external endpoint — that is expected for this purpose.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only so nothing will be written to disk by an installer.
Credentials
The skill declares no required credentials or environment variables. That is proportionate if Lokuli's MCP accepts unauthenticated requests, but if the service requires API keys/tokens the SKILL.md is incomplete. Also, the skill will transmit user PII (name, email, phone) to https://lokuli.com — users should expect that and verify the service's privacy/trustworthiness before sending real personal data.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request system-wide config changes or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-flooring
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-flooring 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-flooring
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Flooring 是什么?

Book flooring services through Lokuli MCP. Use when user needs to find and book flooring. Triggers on requests like "book a flooring", "find flooring near me", or any flooring service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1281 次。

如何安装 Book Flooring?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-flooring」即可一键安装,无需额外配置。

Book Flooring 是免费的吗?

是的,Book Flooring 完全免费(开源免费),可自由下载、安装和使用。

Book Flooring 支持哪些平台?

Book Flooring 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book Flooring?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论