首页龙虾技能列表 › Book Dance Lessons

Book Dance Lessons

v1.0.1

Book dance-lessons services through Lokuli MCP. Use when user needs to find and book dance-lessons. Triggers on requests like "book a dance-lessons", "find dance-lessons near me", or any dance-lessons service request.

1· 1,335·0 当前·0 累计
by @edwardrodriguez703-design (Lokuli)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/28
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (booking dance lessons via Lokuli MCP) is plausible, but the runtime instructions omit how authentication is handled, contain hard-coded example data, and would send user PII to an external endpoint without declaring any credentials — these gaps make the intent and safety unclear.
评估建议
This skill appears to do what it says (search and create bookings) but the SKILL.md is incomplete and could cause your agent to send user personal data to https://lokuli.com without explaining authentication or consent. Before installing: 1) ask the publisher for details on how the MCP endpoint is authenticated and where credentials are stored; 2) confirm the legitimacy of lokuli.com and ask for a privacy/data-flow statement (what data is sent, stored, retention); 3) request that example hard-co...
详细分析 ▾
用途与能力
Name and description match the instructions (calls to a Lokuli MCP endpoint using JSON-RPC to search, check availability, and create bookings). However, the skill declares no credentials or auth method while pointing to an external booking endpoint, which is unusual for a service that performs bookings on behalf of users.
指令范围
SKILL.md shows JSON-RPC tool calls that would transmit customer PII (name, email, phone) and fixed parameters (zipCode=90640, sample dates) to https://lokuli.com/mcp/sse. The document provides no guidance on authentication, consent, or what data is required vs. optional. The presence of hard-coded example values and a stray typo ('uook dance lessons') suggests sloppy or incomplete instructions.
安装机制
Instruction-only skill with no install spec and no code files. That minimizes disk-write risk; there is no package download or local install activity.
凭证需求
The skill requests no environment variables or credentials, yet the runtime instructions call an external MCP endpoint that would normally require authentication. Absence of declared credentials is disproportionate and leaves unclear how bookings would be authorized. Also, the skill will involve sending user PII to an external domain — that should be explicitly justified and protected.
持久化与权限
Defaults are used (not always:true). The skill does not request persistent or elevated platform privileges in the manifest.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/2/6

Fixed display name

● 无害

安装命令 点击复制

官方npx clawhub@latest install book-dance-lessons
镜像加速npx clawhub@latest install book-dance-lessons --registry https://cn.clawhub-mirror.com

技能文档

Book dance-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": "dance-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 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务