← 返回 Skills 市场
edwardrodriguez703-design

Book Fence

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

uook fence

Book fence 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": "fence",
      "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"
    }
  }
}
安全使用建议
Before installing or enabling this skill, ask the publisher how authentication to https://lokuli.com/mcp/sse is performed (API key, OAuth, platform-managed token). Confirm whether the skill will prompt you for and require explicit user confirmation before creating bookings and before sending personal customer info. Ask the author to fix or clarify the transport details (SSE vs POST/JSON-RPC) and remove hard-coded example data so the agent uses the user's location and contact info. If bookings may incur charges or expose personal data, test in a sandbox account or staging endpoint first and avoid providing real payment/PII until the integration and auth are validated.
功能分析
Type: OpenClaw Skill Name: book-fence Version: 1.0.1 The skill bundle defines a service for booking fence services through `lokuli.com`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose. While the `create_booking` tool handles customer PII (name, email, phone), this is a necessary function for a booking service and is not indicative of unauthorized data exfiltration. No evidence of malicious execution, persistence, prompt injection, or obfuscation was found in `SKILL.md` or `_meta.json`.
能力评估
Purpose & Capability
Name and description match the included JSON-RPC examples (search, check_availability, create_booking) against an MCP endpoint, so the capability is coherent in concept. However the SKILL.md provides no explanation of how the agent authenticates or which credentials (if any) are required to call the Lokuli MCP API — a booking API would normally require authentication.
Instruction Scope
Instructions show example JSON-RPC payloads and an MCP endpoint but are underspecified: they do not explain auth headers/tokens, do not instruct the agent to prompt for and confirm customer details before creating a booking, and include hard-coded example data (zipCode, customer info, dates). The transport description mixes SSE and POST/JSON-RPC in a way that is technically inconsistent (SSE is usually a GET event stream). This vagueness could lead the agent to make incorrect or unintended requests.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from install mechanism perspective. Nothing will be written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials, yet it targets a remote booking API where authentication would typically be required. Absence of any declared primary credential is suspicious (either the API is publicly open — unusual for bookings — or the SKILL.md omitted necessary auth requirements).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-fence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-fence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-fence
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Fence 是什么?

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

如何安装 Book Fence?

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

Book Fence 是免费的吗?

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

Book Fence 支持哪些平台?

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

谁开发了 Book Fence?

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

💬 留言讨论