← 返回 Skills 市场
edwardrodriguez703-design

Book Landscaper

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

uook landscaper

Book landscaper 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": "landscaper",
      "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 to implement search/check/create booking flows, but it has gaps you should resolve before installing: 1) Verify the lokuli.com endpoint and the publisher (no homepage or trusted owner metadata provided). 2) Ask whether Lokuli MCP requires API keys or authentication — the SKILL.md provides no auth guidance. 3) Ensure the agent will always prompt the user to supply and confirm personal details (name, phone, email, zip code) rather than using the hard-coded examples; otherwise you risk accidental data submission. 4) Confirm what data is sent to lokuli.com and whether you are comfortable with that external transmission. 5) Prefer a skill that documents required authorization, error handling, and an explicit user confirmation step before creating bookings. If these questions are unanswered, treat the skill as untrusted and avoid enabling autonomous booking actions.
功能分析
Type: OpenClaw Skill Name: book-landscaper Version: 1.0.1 The skill bundle is benign. It clearly defines its purpose to book landscaper services through a specified external endpoint (lokuli.com/mcp/sse) and provides three tools (search, check_availability, create_booking) with arguments consistent with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The minor typo in the SKILL.md heading ('uook' instead of 'book') does not indicate malicious intent.
能力评估
Purpose & Capability
The name/description match the documented operations (search, check_availability, create_booking). The skill does not request unrelated credentials or system access, which is proportionate. However, the SKILL.md includes a hard-coded zip code (90640) and example customer data (John Doe, [email protected], +1...) that are test artifacts and not justified by the description.
Instruction Scope
The instructions reference an MCP endpoint (https://lokuli.com/mcp/sse) and describe JSON-RPC/SSE transport but provide no authentication or authorization guidance. The 'Tools' section shows JSON payloads (via a 'tools/call' wrapper) with sample values — there are no explicit runtime steps telling the agent to prompt the user for their real name, email, phone, zip code, or to confirm substitutions. This omission could lead to it sending default/test personal data or submitting bookings without explicit user-provided details/consent.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk. This is the lowest install risk.
Credentials
The skill declares no environment variables or credentials. That is reasonable if Lokuli MCP accepts unauthenticated requests, but unusual for a booking service which commonly requires auth. The lack of declared credentials or guidance on required API keys/tokens is an ambiguity worth clarifying.
Persistence & Privilege
Skill is not always-enabled, does not request config paths, and does not declare elevated privileges. Autonomous invocation is allowed (platform default) but not combined here with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-landscaper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-landscaper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-landscaper
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Landscaper 是什么?

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

如何安装 Book Landscaper?

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

Book Landscaper 是免费的吗?

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

Book Landscaper 支持哪些平台?

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

谁开发了 Book Landscaper?

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

💬 留言讨论