Book Computer Repair
v1.0.1Book computer-repair services through Lokuli MCP. Use when user needs to find and book computer-repair. Triggers on requests like "book a computer-repair", "find computer-repair near me", or any computer-repair service request.
0· 1,404·0 当前·0 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's claims match its instructions (it calls a Lokuli MCP endpoint to search/check/create bookings); nothing here requests unrelated credentials or installs code, but the SKILL.md omits authentication details and includes example personal data and a hard-coded ZIP/date which make it incomplete and worth caution.
评估建议
This skill appears internally consistent for booking via Lokuli's MCP, but exercise caution before enabling it: 1) Confirm who operates 'lokuli.com' and whether you trust that external endpoint. 2) The SKILL.md does not describe how to authenticate to Lokuli — verify whether an API key or account is required and, if so, how credentials are provided and stored. 3) The example includes personal customer data; ensure the agent will not send real PII without explicit user consent. 4) Test with safe/...详细分析 ▾
✓ 用途与能力
Name/description (booking computer repair via Lokuli MCP) align with the runtime instructions: the SKILL.md shows search, check_availability, and create_booking RPC calls against Lokuli's MCP SSE endpoint. The required capabilities are proportional to the stated purpose.
ℹ 指令范围
Instructions are narrowly scoped to interacting with Lokuli's MCP endpoint using JSON-RPC/SSE and a platform tool call interface. They do not instruct reading local files or unrelated environment variables. Note: SKILL.md contains hard-coded example inputs (zipCode 90640, sample dates, and example PII like 'John Doe' / 'john@example.com' / phone) and does not describe authentication/authorization for the MCP endpoint—this makes the instructions incomplete for real use and raises a privacy/consent consideration before sending real customer data.
✓ 安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third-party packages are pulled. Low install risk.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the provided instructions. (If the MCP endpoint requires an API key in practice, the skill should declare it — omission likely means the skill is incomplete rather than requesting excessive privileges.)
✓ 持久化与权限
always is false and there is no request for persistent system presence or modification of other skills/config. Autonomous invocation is allowed (platform default) but not combined with other privilege red flags.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/2/6
Fixed display name
● 可疑
安装命令 点击复制
官方npx clawhub@latest install book-computer-repair
镜像加速npx clawhub@latest install book-computer-repair --registry https://cn.clawhub-mirror.com
技能文档
Book computer-repair 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": "computer-repair",
"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 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制