← 返回 Skills 市场
1398
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install book-art-lessons
功能描述
Book art-lessons services through Lokuli MCP. Use when user needs to find and book art-lessons. Triggers on requests like "book a art-lessons", "find art-lessons near me", or any art-lessons service request.
使用说明 (SKILL.md)
uook art lessons
Book art-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": "art-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": "[email protected]",
"customerPhone": "+13105551234"
}
}
}
安全使用建议
This skill appears to do what it claims, but before installing verify who runs the 'lokuli.com' MCP endpoint and how authentication is handled. Ask the publisher (or your platform) whether API keys or OAuth tokens are required and how the platform protects/obtains them. Be aware booking calls will send personal data (name, email, phone) to that external service — confirm privacy/consent. Also note the SKILL.md contains hard-coded example zip code and dates (likely placeholders); ensure the skill will use the user's real inputs rather than those static values. If you can't validate the endpoint/operator or the auth/data-handling model, avoid installing or using the skill with real personal information.
功能分析
Type: OpenClaw Skill
Name: book-art-lessons
Version: 1.0.1
The skill bundle is classified as benign. Its `SKILL.md` clearly outlines the purpose of booking art lessons through the `lokuli.com` MCP endpoint, detailing tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles personally identifiable information (customer name, email, phone), this is explicitly required and aligned with the skill's stated purpose. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent beyond its described function.
能力评估
Purpose & Capability
Name/description align with the instructions (search, check_availability, create_booking). However the SKILL.md references an external MCP endpoint (https://lokuli.com/mcp/sse) while providing no explanation of how authentication, authorization, or tenancy are handled — unusual for a service that performs bookings.
Instruction Scope
Instructions are narrowly scoped to searching and booking via JSON-RPC 'tools/call' methods and do not ask the agent to access arbitrary local files or unrelated credentials. Concerns: the SKILL.md hard-codes sample values (zipCode 90640, specific dates, and example customer details) instead of showing how to use user-provided inputs, and it explicitly names an external endpoint which implies transmitting user PII (customerName/email/phone) but does not document consent or data handling.
Install Mechanism
No install spec and no code files — instruction-only skill — so there is no code being downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it targets an external booking endpoint. Either the platform supplies credentials transparently or the skill is expected to work unauthenticated; the SKILL.md provides no guidance. This mismatch (external API but no declared auth) is disproportionate and worth verifying.
Persistence & Privilege
Skill is not marked 'always:true' and does not request persistent system-wide privileges. It appears to be a standard, user-invocable instruction-only skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-art-lessons - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-art-lessons触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
常见问题
Book Art Lessons 是什么?
Book art-lessons services through Lokuli MCP. Use when user needs to find and book art-lessons. Triggers on requests like "book a art-lessons", "find art-lessons near me", or any art-lessons service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1398 次。
如何安装 Book Art Lessons?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-art-lessons」即可一键安装,无需额外配置。
Book Art Lessons 是免费的吗?
是的,Book Art Lessons 完全免费(开源免费),可自由下载、安装和使用。
Book Art Lessons 支持哪些平台?
Book Art Lessons 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Art Lessons?
由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。
推荐 Skills