← 返回 Skills 市场
1367
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-color
功能描述
Book color services through Lokuli MCP. Use when user needs to find and book color. Triggers on requests like "book a color", "find color near me", or any color service request.
使用说明 (SKILL.md)
uook color
Book color 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": "color",
"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 bookings), but before installing consider: (1) the publisher/source is unknown and there is no homepage—verify you trust 'lokuli.com' and the skill owner; (2) the SKILL.md will send user contact details (name, email, phone) to https://lokuli.com/mcp/sse — confirm you are happy transmitting PII to that endpoint; (3) the skill provides no authentication or API-key instructions — if the service requires credentials the skill may prompt you for them or fail; (4) if you enable autonomous invocation, the agent could initiate bookings on your behalf, so prefer manual invocation until you confirm behavior. If you need higher assurance, ask the publisher for an official README, privacy policy, and example of the auth flow before installing.
功能分析
Type: OpenClaw Skill
Name: book-color
Version: 1.0.1
The skill bundle defines a 'book-color' service that interacts with an external endpoint (https://lokuli.com/mcp/sse) via structured tool calls for searching, checking availability, and creating bookings. The SKILL.md content clearly outlines the intended purpose and the parameters for these tools. There is no evidence of prompt injection attempts, instructions for data exfiltration beyond the stated purpose, malicious execution, persistence mechanisms, or obfuscation. The external network interaction is explicitly part of the skill's stated functionality.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md shows JSON-RPC calls to Lokuli's MCP for searching, checking availability, and creating bookings. There are no unrelated binaries, env vars, or paths requested.
Instruction Scope
Instructions are narrowly scoped to calling the Lokuli MCP endpoint and invoking three tool RPCs (search, check_availability, create_booking). However the create_booking example includes personal contact fields (name, email, phone) and the spec does not document consent, data handling, or what data will be transmitted — the agent will be expected to send user PII to https://lokuli.com/mcp/sse when used.
Install Mechanism
No install steps or code files are provided (instruction-only skill), so nothing is downloaded or written to disk by the installer.
Credentials
The skill declares no environment variables or credentials. That is consistent only if Lokuli's MCP accepts unauthenticated requests; the SKILL.md provides no auth or API-key guidance. Absence of auth details is a potential gap (either the service is public, or required credentials are unlisted).
Persistence & Privilege
The skill is not force-included (always:false) and does not request elevated privileges or modify other skills. Autonomous invocation is allowed by platform default, which is expected for a user-invocable tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-color - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-color触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Color 是什么?
Book color services through Lokuli MCP. Use when user needs to find and book color. Triggers on requests like "book a color", "find color near me", or any color service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1367 次。
如何安装 Book Color?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-color」即可一键安装,无需额外配置。
Book Color 是免费的吗?
是的,Book Color 完全免费(开源免费),可自由下载、安装和使用。
Book Color 支持哪些平台?
Book Color 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Color?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills