故事音乐技能

PassAudited by ClawScan on May 1, 2026.

Overview

The provided artifacts look like a benign story and music helper, but some documented TTS/audio helpers are not included or declared.

This skill appears safe to review as an instruction/demo package. Before relying on real TTS or music playback, confirm what code or dependencies will implement those features, since the provided artifacts do not include them.

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

Some advertised audio or narration examples may not work as provided, and users may need to choose a trusted TTS/audio implementation themselves.

Why it was flagged

The documentation references a TTS helper module, but the manifest only includes SKILL.md and demo.py and no install spec declares such a dependency. This appears to be illustrative and purpose-aligned, but users should avoid installing arbitrary packages to fill the gap without verification.

Skill content
from tts import text_to_speech
Recommendation

Verify any TTS, audio playback, or asset-management code before adding it; prefer pinned, trusted dependencies and avoid automatic ad-hoc package installation.