Ai Intelligent Live Streaming Assistant

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a simple live-stream assistant description with no included code, but users should review the external code it tells them to install and carefully configure any automated public chat behavior.

This skill does not show artifact-backed malicious behavior. If you install it, first inspect the external GitHub repository and dependency list, and make sure any live-stream automation is limited, tested, and approved before it can post or interact with viewers.

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 the user follows these commands, they would run code and dependencies that were not covered by this artifact review.

Why it was flagged

The skill package itself contains no code or install spec, but the README-style instructions direct the user to clone, install dependencies for, and run an external project that was not part of the supplied artifacts.

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

Review the referenced repository and requirements file before running the commands, and prefer pinned dependencies from a trusted source.

What this means

Misconfigured automation could post unwanted responses or run audience interactions during a live stream.

Why it was flagged

The stated purpose includes automated responses and interactive games in a live-stream context, which are purpose-aligned but can affect public chat or audience interactions if enabled without clear limits.

Skill content
- 弹幕管理(自动回复)
- 礼物感谢(自动感谢)
- 互动游戏(抽奖/问答)
Recommendation

Before use, set clear rules for auto-replies, moderation, giveaways, and approvals, especially on public or commercial streams.