Ai Intelligent Content Generation

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a simple content-generation skill description, but its setup instructions point to an external GitHub project that users should verify before running.

This skill appears benign as submitted. Before following the installation commands, verify the linked GitHub repository, check its dependencies, and run it in an isolated Python environment if you choose to install it.

Findings (2)

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 instructions, they would be trusting code and dependencies from an external repository.

Why it was flagged

The installation text directs the user to fetch and run a remote Python project whose files are not included in the reviewed skill package. This appears to be user-directed setup, not automatic execution, but users should verify that repository before running it.

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

Verify the GitHub repository and inspect its requirements and app code before installing or running it, preferably in a virtual environment.

What this means

A user might assume the skill or linked repository is official without verifying the publisher.

Why it was flagged

The skill uses an official-sounding author attribution, while the provided package metadata lists a different author and the registry source/homepage are not provided. This is a provenance ambiguity rather than evidence of malicious behavior.

Skill content
作者:OpenClaw Skills Team
Recommendation

Confirm the publisher and repository ownership before relying on the skill or running its setup commands.