Ai Intelligent Content Generation

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is mostly a descriptive content-generation prompt, with one user-directed setup snippet that points to an external GitHub project users should review before running.

This appears safe as an instruction-only content-generation skill. Do not blindly run the optional GitHub clone, pip install, or app startup commands unless you have reviewed the external repository and are comfortable executing 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 a user follows the setup commands, they would be trusting external code and dependencies that were not reviewed here.

Why it was flagged

The skill provides a manual setup path that downloads and runs code from an external repository, but that repository's files are not part of the reviewed artifact set.

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

Before running the commands, inspect the GitHub repository, requirements.txt, and app.py, and install dependencies in an isolated environment.