Book IT Support

v1.0.1

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.

1· 1.4k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk973q8stgs1sdtzrn9k7yhc1c180mmfg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments