← 返回 Skills 市场
1319
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-nails
功能描述
Book nails services through Lokuli MCP. Use when user needs to find and book nails. Triggers on requests like "book a nails", "find nails near me", or any nails service request.
使用说明 (SKILL.md)
uook nails
Book nails 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": "nails",
"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 be what it says: it prepares JSON-RPC calls to Lokuli's MCP to search and create nail-service bookings. Before installing or enabling it, confirm: (1) whether your platform will supply any needed Lokuli credentials (the SKILL.md does not mention API keys or auth), (2) that you trust the external endpoint https://lokuli.com (bookings will send customer name, email, and phone to that domain), and (3) that the agent will prompt you for or confirm customer details before creating a booking (the examples contain placeholders). Also note small issues in the doc (typo in header, example zipCode/time values) — you may want to validate behavior in a test environment first.
功能分析
Type: OpenClaw Skill
Name: book-nails
Version: 1.0.1
The skill transparently declares its purpose to book nail services through the external endpoint `https://lokuli.com/mcp/sse`. It defines tools for searching, checking availability, and creating bookings, which align with its stated function. While it involves external network calls and handling of PII (customer name, email, phone), these actions are explicitly declared and necessary for the skill's stated purpose, without any evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The minor typo 'uook' in SKILL.md is not indicative of malicious intent or obfuscation.
能力评估
Purpose & Capability
The name/description (book nails via Lokuli MCP) align with the instructions: search, check_availability, and create_booking RPC calls against an MCP endpoint. Example parameters (providerId/serviceId/time/customer contact) are appropriate for booking functionality.
Instruction Scope
SKILL.md only defines JSON-RPC/SSE calls and example payloads to the Lokuli MCP endpoint; it does not instruct the agent to read local files, arbitrary env vars, or exfiltrate unrelated data. The instructions are narrowly scoped to searching and creating bookings.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk or downloaded during install.
Credentials
No env vars or credentials are declared. That can be fine if the MCP endpoint is public or the platform supplies auth, but the SKILL.md does not document authentication or required tokens. Also, booking actions will transmit customer contact info (email, phone) to an external domain — expected for a booking skill but worth confirming.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not modify other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-nails - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-nails触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Nails 是什么?
Book nails services through Lokuli MCP. Use when user needs to find and book nails. Triggers on requests like "book a nails", "find nails near me", or any nails service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1319 次。
如何安装 Book Nails?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-nails」即可一键安装,无需额外配置。
Book Nails 是免费的吗?
是的,Book Nails 完全免费(开源免费),可自由下载、安装和使用。
Book Nails 支持哪些平台?
Book Nails 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Nails?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills