← 返回 Skills 市场
1425
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-alignment
功能描述
Book alignment services through Lokuli MCP. Use when user needs to find and book alignment. Triggers on requests like "book a alignment", "find alignment near me", or any alignment service request.
使用说明 (SKILL.md)
uook alignment
Book alignment 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": "alignment",
"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 claims (find and book alignment services) and does not request system credentials or install code, but note that: 1) it will send personal contact details (name, email, phone) to https://lokuli.com — verify you trust that endpoint before creating bookings; 2) the package has no homepage or provenance information (owner ID only), so if you need higher assurance ask for more source/author details; 3) make sure the agent asks you to confirm any booking and the exact time/location before it submits PII or creates a reservation; and 4) if you want to be cautious, disable autonomous invocation for this skill or require explicit user approval for each outbound request.
功能分析
Type: OpenClaw Skill
Name: book-alignment
Version: 1.0.1
The skill is classified as suspicious due to its inherent privacy risks. It instructs the AI agent to make external network calls to `https://lokuli.com/mcp/sse` and to collect and transmit personally identifiable information (PII) such as `customerName`, `customerEmail`, and `customerPhone` via the `create_booking` tool, as defined in `SKILL.md`. While these actions are aligned with the stated purpose of booking alignment services, the handling and transmission of sensitive user data to an external third-party service, without further context on data security or user consent mechanisms, constitutes a meaningful high-risk behavior that is not explicitly malicious but also not entirely benign.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md describes searching providers, checking availability, and creating bookings against an external Lokuli MCP endpoint. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to booking flows (search, check_availability, create_booking). They include examples that contain personal data fields (customerName, email, phone) which are reasonable for making bookings but mean the agent will transmit PII to the listed endpoint. The SKILL.md also exposes the external endpoint URL (https://lokuli.com/mcp/sse) — expected for this purpose, but users should know calls go off-platform.
Install Mechanism
No install spec and no code files are present (instruction-only). This is lowest-risk from an install perspective because nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables or credentials. The only data it needs to operate are booking-specific (location/date/customer contact) which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request elevated/persistent system privileges. It being invocable/autonomous is the platform default; there are no added persistence concerns in the manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-alignment - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-alignment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Alignment 是什么?
Book alignment services through Lokuli MCP. Use when user needs to find and book alignment. Triggers on requests like "book a alignment", "find alignment near me", or any alignment service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1425 次。
如何安装 Book Alignment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-alignment」即可一键安装,无需额外配置。
Book Alignment 是免费的吗?
是的,Book Alignment 完全免费(开源免费),可自由下载、安装和使用。
Book Alignment 支持哪些平台?
Book Alignment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Alignment?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills