← 返回 Skills 市场
edwardrodriguez703-design

Book IT Support

作者 Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1429
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install book-it-support
功能描述
Book it-support services through Lokuli MCP. Use when user needs to find and book it-support. Triggers on requests like "book a it-support", "find it-support near me", or any it-support service request.
使用说明 (SKILL.md)

uook it support

Book it-support 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": "it-support",
      "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 says (search and book IT support through Lokuli), but before installing: confirm how the runtime authenticates to lokuli.com (an API key/token is likely needed), verify lokuli.com is the correct/trusted service, and ensure the skill or runtime will require explicit user confirmation before creating bookings or transmitting personal contact details. If you need stronger guarantees, ask the publisher to document authentication, consent/confirmation steps, and data-retention/privacy practices; consider disabling autonomous model invocation for this skill unless you trust it completely.
功能分析
Type: OpenClaw Skill Name: book-it-support Version: 1.0.1 The skill bundle is benign. The `SKILL.md` clearly defines the purpose as booking IT support services through Lokuli's MCP server, specifying the `https://lokuli.com/mcp/sse` endpoint. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with this stated purpose. There is no evidence of prompt injection attempts against the agent, malicious execution, data exfiltration beyond the stated booking data, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description and SKILL.md consistently target booking IT-support through Lokuli's MCP with three logical operations (search, check_availability, create_booking). There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are narrowly scoped to calling Lokuli MCP (search/check/create). They include example customer PII in create_booking but do not prescribe asking for explicit user confirmation or how to collect user data. The SKILL.md lists an MCP endpoint and transport type but is sparse on authentication and consent handling; this vagueness could allow the agent to transmit user PII without explicit safeguards.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and there is no package download risk.
Credentials
The skill declares no environment variables or credentials, yet it calls a remote booking API. Typically booking APIs require authentication; the absence of declared credentials is plausible if the runtime supplies auth, but it is a noteworthy omission. Also, the examples include customer email/phone — transmitting PII to lokuli.com is expected for bookings but should be explicitly authorized by the user.
Persistence & Privilege
Defaults leave model invocation enabled and the skill is not marked always:false explicitly; the agent could autonomously trigger bookings per the instructions. Because create_booking is a state-changing operation that can transmit PII and create appointments, the lack of an explicit confirmation step or disablement of autonomous invocation is a meaningful risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-it-support
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-it-support 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed display name
v1.0.0
Initial release
元数据
Slug book-it-support
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Book IT Support 是什么?

Book it-support services through Lokuli MCP. Use when user needs to find and book it-support. Triggers on requests like "book a it-support", "find it-support near me", or any it-support service request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1429 次。

如何安装 Book IT Support?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-it-support」即可一键安装,无需额外配置。

Book IT Support 是免费的吗?

是的,Book IT Support 完全免费(开源免费),可自由下载、安装和使用。

Book IT Support 支持哪些平台?

Book IT Support 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Book IT Support?

由 Lokuli(@edwardrodriguez703-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论