← 返回 Skills 市场
1329
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-pedicure
功能描述
Book pedicure services through Lokuli MCP. Use when user needs to find and book pedicure. Triggers on requests like "book a pedicure", "find pedicure near me", or any pedicure service request.
使用说明 (SKILL.md)
uook pedicure
Book pedicure 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": "pedicure",
"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 (search and book pedicure services via Lokuli), but before installing consider: 1) It will send personal contact details to https://lokuli.com — only proceed if you trust that domain and understand Lokuli's data handling. 2) The SKILL.md does not mention authentication or account linkage — confirm whether Lokuli requires an API key or user account and how those credentials would be provided and stored. 3) Ensure the agent asks for explicit user confirmation before transmitting PII or making bookings on your behalf. 4) Because the source and homepage are unknown, prefer to verify the skill publisher or test in a restricted environment first. If you need higher assurance, ask the publisher for documentation or an implementation that shows how authentication and consent are handled.
功能分析
Type: OpenClaw Skill
Name: book-pedicure
Version: 1.0.1
The skill bundle defines a 'book-pedicure' skill that interacts with `https://lokuli.com/mcp/sse` to search, check availability, and create bookings for pedicure services. The `SKILL.md` content is descriptive and defines standard tool calls for its stated purpose, including sending customer booking details (name, email, phone) to the external service. There is no evidence of malicious execution, unauthorized data exfiltration beyond the skill's stated purpose, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name and description match the instructions: SKILL.md describes searching, checking availability, and creating bookings via Lokuli's MCP. There are no unrelated binaries, environment variables, or config paths requested.
Instruction Scope
Instructions show JSON-RPC/SSE calls to an external endpoint (https://lokuli.com/mcp/sse) and example payloads containing customer PII (name, email, phone). This is expected for a booking skill, but it means the agent will transmit user personal data to an external service; the SKILL.md does not detail consent prompts, data handling, or what the MCP returns.
Install Mechanism
No install spec and no code files — instruction-only skills have low disk/write risk.
Credentials
The skill requires no environment variables or credentials, which is coherent if the MCP accepts unauthenticated requests or if the platform mediates auth. However, the SKILL.md does not mention authentication tokens or account linkage; if Lokuli requires auth, the spec is incomplete and the agent may need to collect credentials at runtime.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent privileges or to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-pedicure - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-pedicure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Pedicure 是什么?
Book pedicure services through Lokuli MCP. Use when user needs to find and book pedicure. Triggers on requests like "book a pedicure", "find pedicure near me", or any pedicure service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1329 次。
如何安装 Book Pedicure?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-pedicure」即可一键安装,无需额外配置。
Book Pedicure 是免费的吗?
是的,Book Pedicure 完全免费(开源免费),可自由下载、安装和使用。
Book Pedicure 支持哪些平台?
Book Pedicure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Pedicure?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills