Seedance 2.0 prompt-engineering skill

PassAudited by ClawScan on May 1, 2026.

Overview

The artifacts describe a coherent Seedance prompt-writing helper, with only optional local helper scripts and a minor version metadata mismatch worth noticing.

This appears safe to install for Seedance prompt drafting. Review the optional shell scripts before running them, use a dedicated workspace directory, and avoid placing private media in external video-generation workflows unless you are comfortable sharing it with that service.

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

It may be slightly harder to confirm exactly which package version is installed or reviewed.

Why it was flagged

The supplied registry metadata lists version 2.0.0, while the packaged _meta.json lists 1.0.0. This is a provenance/version clarity issue, not unsafe behavior by itself.

Skill content
"version": "1.0.0"
Recommendation

Verify the package version and source before relying on updates or sharing it in a production workflow.

What this means

Running the helper will modify the local filesystem under the chosen directory and may overwrite an existing README.txt there.

Why it was flagged

If intentionally run, this Bash helper creates local workspace folders and writes a README.txt file in the selected output directory. The behavior is visible and purpose-aligned, but it is still a local file write.

Skill content
OUT_DIR="${1:-seedance2-workspace}"
mkdir -p "$OUT_DIR"/{prompts,assets,outputs}
cat > "$OUT_DIR/README.txt" <<'EOF'
Recommendation

Run the script only if you want the workspace scaffold, and choose a dedicated non-sensitive directory.