← 返回 Skills 市场
1369
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-tattoo
功能描述
Book tattoo services through Lokuli MCP. Use when user needs to find and book tattoo. Triggers on requests like "book a tattoo", "find tattoo near me", or any tattoo service request.
使用说明 (SKILL.md)
uook tattoo
Book tattoo 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": "tattoo",
"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 tattoos via Lokuli), but you should verify a few things before installing or using it: 1) Source trust: there is no homepage or author information—confirm you trust lokuli.com and the skill author. 2) Authentication: ask how the MCP endpoint is authorized; the skill declares no API keys or tokens — installing without knowing how auth is handled could leak your booking data if misconfigured. 3) Privacy: SKILL.md includes example personal data and a hard-coded zip code; ensure the agent will never send your real name, email, or phone to the endpoint without explicit consent. 4) Behavior: require the agent to ask you for confirmation of provider, date/time, and your contact details before calling create_booking. If you need assurance, request the author to: (a) document the auth mechanism, (b) remove hard-coded PII and zip code from examples, and (c) add explicit user-consent steps in SKILL.md. Given the unknown origin and missing auth details, proceed cautiously or seek a version with clearer provenance and authentication.
功能分析
Type: OpenClaw Skill
Name: book-tattoo
Version: 1.0.1
The skill bundle defines a 'book-tattoo' skill that interacts with an external MCP endpoint at `https://lokuli.com/mcp/sse` to search for, check availability, and create bookings for tattoo services. All defined tools and instructions in `SKILL.md` are directly aligned with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or harmful prompt injection attempts. The handling of customer PII (name, email, phone) is part of the legitimate booking process, not unauthorized exfiltration. The minor typo '# uook tattoo' in `SKILL.md` does not indicate malicious intent.
能力评估
Purpose & Capability
The name and description (book tattoo via Lokuli MCP) align with the instructions (search, check_availability, create_booking RPC calls). However the skill references an external MCP endpoint (https://lokuli.com/mcp/sse) but declares no credentials or auth mechanism; that omission is unexpected for a third-party booking API.
Instruction Scope
SKILL.md is instruction-only and limits actions to JSON-RPC calls to the MCP endpoint via platform tools. It does not ask to read files or environment state. Concerns: it contains hard-coded example customer data (John Doe, [email protected], +13105551234) and a hard-coded zipCode (90640) which could accidentally be used if not replaced; the file does not require explicit user confirmation before creating bookings.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk and there is low install risk.
Credentials
The skill requests no environment variables or credentials. That is coherent if the platform supplies the tools and authentication, but incoherent if the MCP endpoint actually requires API keys or tokens. The lack of declared auth is an information gap that should be clarified.
Persistence & Privilege
always:false and the skill is user-invocable — normal and appropriately scoped. It does not request persistent system-level presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-tattoo - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-tattoo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Tattoo 是什么?
Book tattoo services through Lokuli MCP. Use when user needs to find and book tattoo. Triggers on requests like "book a tattoo", "find tattoo near me", or any tattoo service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1369 次。
如何安装 Book Tattoo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-tattoo」即可一键安装,无需额外配置。
Book Tattoo 是免费的吗?
是的,Book Tattoo 完全免费(开源免费),可自由下载、安装和使用。
Book Tattoo 支持哪些平台?
Book Tattoo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Tattoo?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills