← 返回 Skills 市场
edwardrodriguez703-design

Book Dog Trainer

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

uook dog trainer

Book dog-trainer 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-trainer",
      "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 broadly matches its stated purpose, but several gaps mean you should be cautious before installing: 1) Verify lokuli.com and the MCP endpoint — there is no homepage or owner info in the registry metadata, so confirm the operator's identity and privacy policy. 2) Ask the publisher how authentication is handled; if the booking API requires an API key or OAuth token the skill should declare that and explain storage. 3) Be aware the skill will send personal contact data (name, email, phone) to an external service — ensure you want that transmitted and that explicit user consent will be requested before creating a real booking. 4) The SKILL.md uses a hard-coded ZIP and sample data; test with dummy data first and confirm the skill will prompt for location and contact info rather than auto-booking. If the publisher cannot explain authentication and data handling, do not install.
功能分析
Type: OpenClaw Skill Name: book-dog-trainer Version: 1.0.1 The skill defines a legitimate purpose: booking dog-trainer services through Lokuli's MCP server. It specifies an external endpoint (https://lokuli.com/mcp/sse) and three tools (search, check_availability, create_booking) with parameters that align directly with this purpose. While the `create_booking` tool handles PII (customer name, email, phone), this is necessary for a booking service and is directed to the stated service provider. There is no evidence of prompt injection, data exfiltration to unauthorized endpoints, malicious execution, or other harmful behaviors. The minor typo 'uook' in SKILL.md is not indicative of malicious intent or obfuscation.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint to find and book dog‑trainer services.
Instruction Scope
Instructions are narrowly scoped to searching and booking via the specified MCP endpoint and provide concrete JSON-RPC payload examples. However, the doc includes hard-coded example parameters (zipCode 90640, sample customerName/email/phone) and does not explain how or when to prompt the user for their actual contact info or consent. It also does not describe any authentication flow or token handling for the remote endpoint.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk; nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it targets an external booking API. Real booking endpoints commonly require API keys, OAuth tokens, or other credentials; the absence of declared credentials or auth guidance is a mismatch that could indicate incomplete documentation or missing security controls. Also, the instructions explicitly send personal contact data (name, email, phone) — appropriate for booking, but users should be warned and consent obtained before transmission.
Persistence & Privilege
Skill does not request persistent or elevated platform privileges (always:false, no config paths). It is user-invocable and does not assert system-wide presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-dog-trainer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-dog-trainer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-dog-trainer
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Book Dog Trainer 是什么?

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

如何安装 Book Dog Trainer?

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

Book Dog Trainer 是免费的吗?

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

Book Dog Trainer 支持哪些平台?

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

谁开发了 Book Dog Trainer?

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

💬 留言讨论