← 返回 Skills 市场
1361
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-waxing
功能描述
Book waxing services through Lokuli MCP. Use when user needs to find and book waxing. Triggers on requests like "book a waxing", "find waxing near me", or any waxing service request.
使用说明 (SKILL.md)
uook waxing
Book waxing 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": "waxing",
"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: call Lokuli's MCP to search and create waxing bookings. Before installing or using it, consider: (1) the skill will send personal data (name, email, phone, location/time) to https://lokuli.com — only proceed if you trust that domain and service; (2) the SKILL.md contains example/hard-coded values — ensure the agent asks you for your actual zip code, date/time, and contact details before sending; (3) there is no source or homepage listed, so if you need higher assurance, verify the endpoint (lokuli.com) independently or test with dummy contact info first; (4) if you do not want your contact info transmitted automatically, refuse or require a confirm step in the agent flow.
功能分析
Type: OpenClaw Skill
Name: book-waxing
Version: 1.0.1
The provided skill bundle defines a service for booking waxing appointments through a specified external endpoint (`https://lokuli.com/mcp/sse`). The `SKILL.md` file outlines three tools (`search`, `check_availability`, `create_booking`) with arguments consistent with the stated purpose. There is no evidence of prompt injection, data exfiltration, malicious execution, or other high-risk behaviors; all actions align with the described functionality.
能力评估
Purpose & Capability
Name/description align with the SKILL.md: it targets Lokuli's MCP and defines search, availability check, and booking RPC calls. The required capabilities (network calls to Lokuli) are consistent with the stated purpose.
Instruction Scope
Instructions contain JSON-RPC examples that include customerName, customerEmail, and customerPhone fields; this is expected for a booking skill but means the agent will collect/transmit PII. Examples include hard-coded sample values (zipCode 90640, dates in 2025) which should be replaced with user-supplied data; the instructions do not tell the agent to read unrelated files or secrets.
Install Mechanism
Instruction-only skill with no install steps, no code files, and no binaries to install — minimal filesystem/installation risk.
Credentials
No environment variables or credentials are requested (proportionate). However, the skill will send user-provided PII to https://lokuli.com/mcp/sse; absence of declared auth means requests may be unauthenticated or rely on platform tooling — the external endpoint and data transmission are the main privacy consideration.
Persistence & Privilege
Default privileges (always: false, agent-invocable allowed). The skill does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-waxing - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-waxing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Waxing 是什么?
Book waxing services through Lokuli MCP. Use when user needs to find and book waxing. Triggers on requests like "book a waxing", "find waxing near me", or any waxing service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1361 次。
如何安装 Book Waxing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-waxing」即可一键安装,无需额外配置。
Book Waxing 是免费的吗?
是的,Book Waxing 完全免费(开源免费),可自由下载、安装和使用。
Book Waxing 支持哪些平台?
Book Waxing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Waxing?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills