← 返回 Skills 市场
1346
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-towing
功能描述
Book towing services through Lokuli MCP. Use when user needs to find and book towing. Triggers on requests like "book a towing", "find towing near me", or any towing service request.
使用说明 (SKILL.md)
uook towing
Book towing 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": "towing",
"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"
}
}
}
安全使用建议
Before installing or enabling this skill: 1) Verify the skill's provenance — there is no homepage and the source is unknown. 2) Confirm whether Lokuli's MCP endpoint requires API keys or other credentials; the SKILL.md does not declare any auth, which is unusual. 3) Ensure the skill will prompt you for location, contact details, and explicit confirmation before calling create_booking (avoid hard-coded placeholders). 4) Prefer to disable autonomous model invocation or require user confirmation for any booking action. 5) Test in a safe/sandbox environment (no real payments or live bookings) until you can confirm behavior and privacy practices.
功能分析
Type: OpenClaw Skill
Name: book-towing
Version: 1.0.1
The skill is designed to book towing services through the `lokuli.com` MCP server. It defines tools for searching, checking availability, and creating bookings, which involve sending customer PII (name, email, phone) to the specified external endpoint. While handling PII and interacting with external services carries inherent risks, the skill's instructions in SKILL.md are clearly aligned with its stated purpose and do not exhibit any signs of malicious intent, unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent beyond its legitimate function.
能力评估
Purpose & Capability
Name/description, MCP endpoint (lokuli.com/mcp/sse), and the JSON-RPC 'search'/'check_availability'/'create_booking' examples are coherent with a towing-booking integration. However the package has no homepage/source details and does not declare any credential or auth requirement for the external MCP endpoint, which is unexpected for a third‑party booking API.
Instruction Scope
SKILL.md only contains example JSON-RPC payloads and a target endpoint; it uses hard-coded example values (zip code 90640, 'John Doe', [email protected], phone) and lacks runtime instructions to prompt the user for location, contact details, payment info, or explicit confirmation before creating bookings. This increases risk of accidental or misattributed bookings and unintended transmission of user data to an external service.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest installation risk (nothing written to disk).
Credentials
Skill declares no required environment variables or credentials. In practice an external MCP/booking API commonly requires authentication; the absence of declared credentials or guidance on auth is a mismatch that may indicate the SKILL.md is incomplete or assumes external configuration not described.
Persistence & Privilege
No 'always: true' set (good). Model invocation is not disabled, so the agent could autonomously call these booking actions — because the instructions lack explicit confirmation steps, autonomous invocation could lead to unwanted bookings. Consider requiring explicit user consent before create_booking calls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-towing - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-towing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Towing 是什么?
Book towing services through Lokuli MCP. Use when user needs to find and book towing. Triggers on requests like "book a towing", "find towing near me", or any towing service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1346 次。
如何安装 Book Towing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-towing」即可一键安装,无需额外配置。
Book Towing 是免费的吗?
是的,Book Towing 完全免费(开源免费),可自由下载、安装和使用。
Book Towing 支持哪些平台?
Book Towing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Towing?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills