← 返回 Skills 市场
1442
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-test-prep
功能描述
Book test-prep services through Lokuli MCP. Use when user needs to find and book test-prep. Triggers on requests like "book a test-prep", "find test-prep near me", or any test-prep service request.
使用说明 (SKILL.md)
uook test prep
Book test-prep 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": "test-prep",
"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 will send users' names, emails, and phone numbers to https://lokuli.com when creating bookings. Before installing or using it: (1) confirm you trust Lokuli (the skill has no homepage or publisher details), (2) check whether the agent platform supplies authentication (the skill declares no API key but contacts an external endpoint), (3) ensure you have user consent to transmit personal contact info, and (4) prefer skills with a verifiable homepage or documented privacy policy if you plan to handle PII regularly.
功能分析
Type: OpenClaw Skill
Name: book-test-prep
Version: 1.0.1
The skill bundle defines a service for booking test-prep through an external endpoint `https://lokuli.com/mcp/sse`. The `SKILL.md` outlines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the specified endpoint. This data handling is directly aligned with the stated purpose of 'Book test-prep services'. There is no evidence of prompt injection, malicious execution, data exfiltration beyond the stated purpose, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md shows JSON-RPC calls for searching, checking availability, and creating bookings on Lokuli's MCP. There are no unrelated binaries or environment variables requested.
Instruction Scope
Instructions explicitly call an external MCP endpoint (https://lokuli.com/mcp/sse) and include example JSON that will transmit customer PII (name, email, phone) to that endpoint when creating bookings. That behavior is expected for a booking skill, but it is important to note the transmission of personal data to an external domain and confirm user consent and privacy handling.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself; this is the lowest-risk install profile.
Credentials
The skill declares no environment variables or credentials. However it interacts with an external service (Lokuli MCP) but does not declare any required API key or auth token. This could be legitimate (public endpoint or platform-provided auth), but you should confirm how authentication and authorization are handled before sending bookings or PII.
Persistence & Privilege
always is false and the skill requests no persistent config or system changes. It does not request elevated privileges or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-test-prep - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-test-prep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Test Prep 是什么?
Book test-prep services through Lokuli MCP. Use when user needs to find and book test-prep. Triggers on requests like "book a test-prep", "find test-prep near me", or any test-prep service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1442 次。
如何安装 Book Test Prep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-test-prep」即可一键安装,无需额外配置。
Book Test Prep 是免费的吗?
是的,Book Test Prep 完全免费(开源免费),可自由下载、安装和使用。
Book Test Prep 支持哪些平台?
Book Test Prep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Test Prep?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills