Ai Intelligent Call Center
PassAudited by ClawScan on May 1, 2026.
Overview
The visible skill is a basic call-center description, but its setup instructions point to external code that should be verified before running.
Before installing, verify the external GitHub repository and its dependencies, especially because a real call-center system may later handle customer calls, recordings, and reports.
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.
If followed, the user would run code and install packages from outside the reviewed skill package.
The skill is packaged as instruction-only, but its setup guidance points to an external repository and dependencies that are not included in the reviewed artifacts.
git clone https://github.com/openclaw-skills/ai-intelligent-call-center cd ai-intelligent-call-center pip install -r requirements.txt python app.py
Inspect the referenced repository and requirements file, use a trusted source, and run it in an isolated environment before connecting real call-center data.
