Ai Intelligent After Sales Service

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is broadly coherent, but its manual setup asks users to clone and run an external Python project that was not included in the reviewed artifacts.

This appears benign as an instruction-only listing, but do not blindly run the GitHub clone, pip install, or app.py commands. Review the external repository and dependencies first, especially because the reviewed package itself does not include that code.

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

If the user follows the setup instructions, they would be running external Python code and dependencies that were not part of this artifact review.

Why it was flagged

The skill provides user-directed setup commands that fetch dependencies and execute code from an external repository, but the reviewed artifact set contains no install spec or code files for that project.

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

Before running the setup commands, verify the repository owner, inspect the code and requirements, and use an isolated environment if possible.