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.
It may be slightly harder to confirm exactly which package version is installed or reviewed.
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.
"version": "1.0.0"
Verify the package version and source before relying on updates or sharing it in a production workflow.
Running the helper will modify the local filesystem under the chosen directory and may overwrite an existing README.txt there.
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.
OUT_DIR="${1:-seedance2-workspace}"
mkdir -p "$OUT_DIR"/{prompts,assets,outputs}
cat > "$OUT_DIR/README.txt" <<'EOF'Run the script only if you want the workspace scaffold, and choose a dedicated non-sensitive directory.
