📦 Book Yoga — 约瑜伽

v1.0.1

通过 Lokuli MCP 一键搜索并预约附近瑜伽课程,支持“book a yoga”“find yoga near me”等自然语言指令,自动匹配时间、地点与教练,完成在线预订。

1· 1.3k·0 当前·0 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: call Lokuli's MCP to search and create yoga bookings. Before installing or using it, verify Lokuli (lokuli.com) is a service you trust, since booking requires sharing personal contact info (name, email, phone) with that external endpoint. Confirm how the MCP authenticates/authorizes requests (the SKILL.md declares no required API key), avoid sending payment or highly sensitive data through the skill until you confirm storage/retention policies, and prefer p...
详细分析 ▾
用途与能力
The name/description (book yoga via Lokuli MCP) aligns with the instructions: the SKILL.md defines search, check_availability, and create_booking JSON-RPC calls to an MCP endpoint. No unrelated binaries, env vars, or config paths are requested.
指令范围
Instructions are narrowly scoped to calling the Lokuli MCP (https://lokuli.com/mcp/sse) with JSON-RPC messages. The create_booking call includes personal contact fields (name, email, phone) — appropriate for booking but it means the skill will transmit PII to the external endpoint. The SKILL.md does not instruct reading local files or other system state.
安装机制
No install spec or code is present (instruction-only), so nothing is written to disk and no third-party packages are fetched.
凭证需求
No environment variables or credentials are required, which is consistent but also means there is no declared authentication for the MCP endpoint. That could be legitimate (public endpoint or platform-mediated auth) but merits verification before sending real user data.
持久化与权限
always is false and the skill does not request persistent system presence or modify other skills; autonomous invocation is allowed by default (normal) but not elevated here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/2/6

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install book-yoga
镜像加速npx clawhub@latest install book-yoga --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库