AI IT Helpdesk
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: ai-intelligent-helpdesk Version: 1.0.0 The provided files (_meta.json, SKILL.md, and skill.json) contain metadata and documentation for an AI-based helpdesk system. While SKILL.md includes installation instructions that involve cloning a GitHub repository and executing Python code, this is a standard software distribution pattern and there is no evidence of malicious intent, obfuscation, or data exfiltration within the provided text. The bundle appears to be a descriptive stub for an external project.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the skill as documented may execute code from a remote repository rather than only the reviewed instruction-only package.
The documented setup relies on cloning and running an external Python project and dependencies that are not included in the submitted artifact package. This is purpose-aligned for an app-style helpdesk tool, but users should verify the external source before running it.
git clone https://github.com/openclaw-skills/ai-intelligent-helpdesk cd ai-intelligent-helpdesk pip install -r requirements.txt python app.py
Inspect the GitHub repository and requirements before installation, pin a trusted commit or release when possible, and run it in an isolated Python environment.
