Book Driving Lessons
v1.0.1Book driving-lessons services through Lokuli MCP. Use when user needs to find and book driving-lessons. Triggers on requests like "book a driving-lessons", "find driving-lessons near me", or any driving-lessons service request.
1· 1,340·0 当前·0 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's manifest and runtime instructions are internally consistent with a booking helper (no unrelated privileges requested), but it omits authentication details and comes from an unknown source so proceed with caution.
评估建议
This skill appears to do what it says (search, check availability, create bookings) and does not request unrelated access, but it is from an unknown source and the SKILL.md does not describe how to authenticate to the Lokuli MCP endpoint. Before installing or invoking: 1) Verify the endpoint (https://lokuli.com/mcp/sse) and the publisher — confirm it is a legitimate service you trust. 2) Determine how authentication is performed (API key, OAuth, platform-managed credentials) and whether the skil...详细分析 ▾
✓ 用途与能力
Name and description match the instructions: SKILL.md contains JSON-RPC/SSE calls and example tool payloads for searching, checking availability, and creating bookings for driving lessons. It does not request unrelated binaries, env vars, or config paths.
ℹ 指令范围
Instructions are narrowly scoped to the Lokuli MCP endpoint and show example JSON-RPC payloads. They do not instruct reading local files or unrelated system state. However, the document does not describe authentication/authorization for the MCP endpoint nor error-handling, and includes placeholder personal data (customerName/email/phone) — the agent or platform will need to supply auth and real user data.
✓ 安装机制
Instruction-only skill with no install steps and no code files — lowest disk-execution risk.
ℹ 凭证需求
No environment variables or credentials are declared, which is proportionate only if the platform provides the required auth. If the MCP endpoint requires API keys/tokens, the skill's lack of declared credentials is a gap and should be clarified.
✓ 持久化与权限
always:false and default invocation settings — the skill does not request permanent or elevated presence and does not modify other skills or system configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/2/6
Fixed display name
● 无害
安装命令 点击复制
官方npx clawhub@latest install book-driving-lessons
镜像加速npx clawhub@latest install book-driving-lessons --registry https://cn.clawhub-mirror.com
技能文档
Book driving-lessons 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": "driving-lessons",
"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": "john@example.com",
"customerPhone": "+13105551234"
}
}
}
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制