← 返回 Skills 市场
1293
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install book-beauty
功能描述
Book beauty services through Lokuli MCP. Use when user needs haircuts, barbers, hair salons, nails, makeup, spa treatments, or any beauty service. Triggers on requests like "book me a haircut", "find a barber near me", "nail salon appointment", "makeup artist", or any beauty service request.
使用说明 (SKILL.md)
Book Beauty Services
Book beauty services through Lokuli's MCP server.
MCP Endpoint
https://lokuli.com/mcp/sse
Transport: SSE | JSON-RPC 2.0 | POST requests
Beauty Services Available
- Barber
- Hair Salon
- Nails / Manicure / Pedicure
- Makeup Artist
- Spa Treatments
- Waxing
- Facials
- Eyebrow Threading
Tools
search
{
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "haircut",
"zipCode": "90640",
"category": "Beauty Services",
"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"
}
}
}
Workflow
- Understand — What beauty service? Where (ZIP)?
- Search — Find matching providers
- Present — Show top results with pricing
- Check availability — Get open time slots
- Confirm — Get explicit user approval
- Create booking — Generate checkout link
安全使用建议
This skill appears to do what it says (find and book beauty services), but before installing consider: (1) The SKILL.md will send personal data (name, email, phone) to https://lokuli.com — confirm that Lokuli is a trusted service and that the platform will supply any needed API credentials. (2) The skill does not describe authentication or data handling/consent; ask the publisher how customer data and checkout links are protected and where booking links point. (3) If you have privacy concerns, avoid providing real PII during testing, and require explicit user consent before creating bookings. If the source/publisher is unknown or unverifiable, treat the skill cautiously.
功能分析
Type: OpenClaw Skill
Name: book-beauty
Version: 1.0.0
The skill bundle defines a clear purpose: booking beauty services through 'lokuli.com'. It uses predefined tools (`search`, `check_availability`, `create_booking`) to interact with this external endpoint. While the `create_booking` tool handles PII (customer name, email, phone), this is necessary for the skill's stated function and is not indicative of unauthorized data exfiltration. There is no evidence of malicious execution, persistence, prompt injection attempts to subvert the agent's core function, or obfuscation in `SKILL.md` or `_meta.json`.
能力评估
Purpose & Capability
Name/description (book beauty services) match the SKILL.md workflow and the provided JSON-RPC tool calls (search, check_availability, create_booking). The listed service types and steps are coherent with a booking skill.
Instruction Scope
The instructions explicitly direct the agent to interact with an external MCP endpoint (https://lokuli.com/mcp/sse) using SSE/JSON-RPC and to call create_booking with customerName, customerEmail, and customerPhone. This is expected for making bookings, but it means the agent will transmit personal data to an external service; the SKILL.md does not describe authentication, consent handling, or where generated checkout links point.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery method. Nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it calls an external MCP endpoint. Either the platform provides the necessary auth, or the SKILL.md is incomplete. Also, it expects to send personal customer data (name, email, phone) which is proportionate to booking functionality but requires privacy consideration.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request persistent system-level privileges, nor does it attempt to modify other skills or system-wide config in the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-beauty - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-beauty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Book beauty services
元数据
常见问题
Book Beauty 是什么?
Book beauty services through Lokuli MCP. Use when user needs haircuts, barbers, hair salons, nails, makeup, spa treatments, or any beauty service. Triggers on requests like "book me a haircut", "find a barber near me", "nail salon appointment", "makeup artist", or any beauty service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1293 次。
如何安装 Book Beauty?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-beauty」即可一键安装,无需额外配置。
Book Beauty 是免费的吗?
是的,Book Beauty 完全免费(开源免费),可自由下载、安装和使用。
Book Beauty 支持哪些平台?
Book Beauty 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Beauty?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.0。
推荐 Skills