← 返回 Skills 市场
1394
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-pet-grooming
功能描述
Book pet-grooming services through Lokuli MCP. Use when user needs to find and book pet-grooming. Triggers on requests like "book a pet-grooming", "find pet-grooming near me", or any pet-grooming service request.
使用说明 (SKILL.md)
uook pet grooming
Book pet-grooming 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": "pet-grooming",
"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 using this skill, confirm these points with the publisher: (1) Does the Lokuli MCP endpoint require an API key or other authentication? If so, why isn't it declared and how will keys be provided securely? (2) How will the agent collect and confirm user location (zip code) and contact details — will it always prompt the user before sending personal data? (3) What data does Lokuli store, what is the privacy policy, and where is booking data transmitted/stored? (4) Is the endpoint properly served over TLS and is the domain legitimate? If you can't get clear answers, avoid enabling the skill or test it first with dummy data (no real names, emails, or phone numbers).
功能分析
Type: OpenClaw Skill
Name: book-pet-grooming
Version: 1.0.1
The skill bundle is designed to book pet-grooming services through Lokuli's MCP server. It defines tools for searching, checking availability, and creating bookings, which involve making network calls to `https://lokuli.com/mcp/sse` and handling customer PII (name, email, phone) as arguments for the `create_booking` tool. All actions and data handling are directly aligned with the stated purpose of booking services and do not show any evidence of intentional malicious behavior, unauthorized data exfiltration, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The name/description and the SKILL.md consistently describe booking pet-grooming via Lokuli's MCP endpoint and provide JSON-RPC 'search', 'check_availability', and 'create_booking' call templates — this is coherent with the stated purpose. However, the skill references an external MCP endpoint but declares no credentials or auth mechanism, which is an omission that reduces clarity.
Instruction Scope
The SKILL.md provides JSON-RPC payload templates and an explicit external endpoint (https://lokuli.com/mcp/sse). It does not instruct how to obtain or confirm user location/zip code, how to collect/confirm customer contact details, nor how to authenticate to the MCP. The instructions are vague (granting the agent discretion) and include hardcoded example data, increasing the risk that the agent could send real personal data to the endpoint without explicit user confirmation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — it does not write anything to disk or install external packages, which is low risk from an install standpoint.
Credentials
The skill requests no environment variables or credentials. That can be fine if the MCP is public, but the explicit external endpoint strongly suggests an API that often requires auth; the absence of any declared credential requirements or guidance about authentication is unexpected and should be clarified.
Persistence & Privilege
The skill does not request persistent/always-on capability and does not modify system-wide config. It uses normal autonomous invocation defaults but does not request elevated persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-pet-grooming - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-pet-grooming触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Pet Grooming 是什么?
Book pet-grooming services through Lokuli MCP. Use when user needs to find and book pet-grooming. Triggers on requests like "book a pet-grooming", "find pet-grooming near me", or any pet-grooming service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1394 次。
如何安装 Book Pet Grooming?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-pet-grooming」即可一键安装,无需额外配置。
Book Pet Grooming 是免费的吗?
是的,Book Pet Grooming 完全免费(开源免费),可自由下载、安装和使用。
Book Pet Grooming 支持哪些平台?
Book Pet Grooming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Pet Grooming?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills