AI IT Helpdesk

PassAudited by ClawScan on May 1, 2026.

Overview

This helpdesk skill is mostly a coherent product description, with one setup note: it tells users to install and run code from an external GitHub repository that is not included in the submitted artifacts.

Before installing, verify the referenced GitHub repository and dependency file, preferably pin a known-good version, and decide what ticket-system permissions the app should receive if you connect it to real helpdesk data.

Findings (1)

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.

What this means

Installing the skill as documented may execute code from a remote repository rather than only the reviewed instruction-only package.

Why it was flagged

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.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-helpdesk
cd ai-intelligent-helpdesk
pip install -r requirements.txt
python app.py
Recommendation

Inspect the GitHub repository and requirements before installation, pin a trusted commit or release when possible, and run it in an isolated Python environment.