抖音爆款脚本创作工作流。从竞品视频拆解到脚本生成的完整流程:下载抖音视频→Gemini视频分析→爆款公式提炼→脚本+分镜生成→AI味审校。 当用户提到"抖音脚本"、"爆款拆解"、"竞品分析"、"带货脚本"、"千川素材"、"种草脚本"、"视频拆解"、"抖音视频分析"时使用此技能。
71
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
These URLs include direct links to remote install scripts (raw.githubusercontent and astral.sh) that are fetched/executed and therefore represent a high-risk source for distributing malicious code.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Skill 的 Step 3 在脚本 `scripts/analyze_video.py` 中把用户/运行时提供的 `--prompt`(以及视频文件/URL的内容)拼入 Gemini 输入并调用 `client.models.generate_content`,其中 `--prompt` 为外部自由文本,属于 LLM 运行时直接可读的间接注入面。
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The install script includes a command to fetch-and-execute the installer via curl from https://raw.githubusercontent.com/alchaincyf/Write-Prompt/master/.claude/skills/douyin-viral-script/install.sh and the script itself performs a git pull from "https://github.com/$REPO.git", which are remote code fetches used during installation that would execute or install code from external repositories.
49a55ba
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.