← 返回 Skills 市场
edwardrodriguez703-design

Book Dog Walker

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

uook dog walker

Book dog-walker 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": "dog-walker",
      "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 do what it says and doesn't request unusual permissions, but the runtime instructions are incomplete. Before installing or using it: 1) Confirm the lokuli.com endpoint is legitimate (verify domain and privacy policy). 2) Determine how authentication/authorization should be provided (API key, user OAuth, headers) — the SKILL.md does not describe this. 3) Expect to provide personal data (name, email, phone) when creating bookings; ensure you have user consent and understand where that data is sent. 4) Verify the agent's 'tools/call' mappings and any headers the agent will attach so bookings or payments are not sent anonymously. 5) Test with dummy data first (no real payment or private info). The minor SSE/POST wording inconsistency suggests the author may have left implementation details unspecified — treat this skill as functional but incomplete rather than malicious.
功能分析
Type: OpenClaw Skill Name: book-dog-walker Version: 1.0.1 The skill bundle defines a 'book-dog-walker' service that interacts with the `https://lokuli.com/mcp/sse` endpoint. It provides tools for searching, checking availability, and creating bookings, which includes handling customer PII (name, email, phone). All defined actions and network communications are explicitly aligned with the stated purpose of booking a dog-walker service, and there is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, or other harmful behaviors.
能力评估
Purpose & Capability
Name/description describe booking dog-walkers and the instructions provide RPC-style search, availability check, and booking calls against a Lokuli MCP endpoint. There are no unrelated binaries, environment variables, or installs requested.
Instruction Scope
Instructions narrowly describe sending JSON-RPC-style calls (search, check_availability, create_booking) to a Lokuli MCP SSE endpoint and include example parameters. They do not instruct reading local files or unrelated environment variables. However, the SKILL.md omits any authentication/authorization or header requirements and contains a minor transport inconsistency (labels endpoint as SSE but says POST requests), so the runtime behavior is underspecified.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. That is proportionate to the declared metadata, but may be unrealistic in practice—booking endpoints commonly require API keys or user authentication, and the SKILL.md provides no guidance for that.
Persistence & Privilege
always:false and no install/persistence actions. The skill does not request elevated or persistent privileges or attempt to modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-dog-walker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-dog-walker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-dog-walker
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Dog Walker 是什么?

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

如何安装 Book Dog Walker?

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

Book Dog Walker 是免费的吗?

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

Book Dog Walker 支持哪些平台?

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

谁开发了 Book Dog Walker?

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

💬 留言讨论