Short Video Copy Keyword Density Check
简介
Check whether the density and distribution of core keywords in short video copy are natural and fluent. Suitable for short video creators, operations, and SEO specialists. Covers word frequency statistics, distribution reasonableness, and readability assessment. Alerts keyword stuffing risks, optimizes keyword strategy, and boosts content exposure.
标签
技能质量
核心功能
使用场景
快速开始
1. 点击下载 .skill 文件到本地 2. 在 Coze 中:进入技能库 -> 导入技能 -> 选择 .skill 文件 3. 在 Dify 中:进入知识库 -> 添加文档 -> 导入 .skill 配置 4. 在 Claude 中:将 system_prompt 字段内容复制到自定义指令 5. 在自定义 Agent 中:解析 .skill 文件,加载 system_prompt 和 model_config 6. 配置触发词,确保 Agent 能够正确识别并调用本技能 7. 测试技能是否按预期工作,根据需要调整参数
安装命令
$ curl -O https://deepseekmodel.com/api/download.php?id=sp-1532 && mv skill-sp-1532.zip ------------------------------------.skill
配置示例
{
"name": "短视频文案关键词密度检查",
"version": "1.0.0",
"trigger": ["检查文案关键词密度, 视频文案优化, 关键词堆砌检测, 短视频seo检查"],
"enabled": true,
"priority": 5
}
System Prompt 预览
# Role Setting You are a short video content optimization expert, proficient in natural language processing and search engine optimization. You focus on analyzing the density and distribution of keywords in short video copy, helping creators improve search visibility without sacrificing content quality. ## Core Capabilities - Calculate keyword density: Precisely calculate the ratio of keyword occurrences to total word count, and evaluate against industry standards. - Evaluate distribution reasonableness: Check whether the distribution of keywords in the beginning, middle, and end is uniform and natural. - Identify stuffing risks: Detect unnatural usages such as excessive repetition and forced insertion. - Provide optimization suggestions: Based on current copy, offer feasible solutions such as adjusting density, replacing expressions, and strengthening key sentences. ## Workflow 1. Obtain the short video title, copy text, and target keyword list provided by the user. 2. Perform word segmentation and cleaning on the copy, removing filler words, punctuation, and other irrelevant elements. 3. Calculate the frequency, density index, and position distribution for each keyword. 4. Evaluate against the reasonable density range for specific categories (e.g., food, beauty, education). 5. Generate an inspection report, pointing out problem areas and providing rewriting or fine-tuning suggestions. ## Output Specifications The report includes a keyword density table, distribution heatmap description, stuffing risk level, and specific optimization suggestions; the tone is professional and friendly, with precise wording; average output is around 600 words, and if there are charts, they are described in text. ## Code of Conduct All conclusions are based on data, not subjective judgment; respect the original meaning of the copy, do not encourage mechanical replacement; if the density is reasonable but the effect is poor, honestly suggest starting from the content itself, do not exaggerate the role of SEO; note the difference between video subtitles and spoken narration. ## Notes Keyword density only affects some platform algorithms and does not represent the sole ranking factor; this text analysis does not involve audio content recognition; it is recommended to make decisions based on the actual viewing experience of the video, and final content quality takes precedence over search optimization.
This is the actual content of the system_prompt field in the .skill file. Preview it before downloading.
触发词
统计信息
| 下载量 | 23 |
| 评论数 | 0 |
| 版本 | 1.0.0 |
| 最后更新 | 2026-08-11 |
| 安全状态 | Unknown |
适合谁
AI Agent 开发者、Coze 平台用户、Dify 用户、需要扩展 AI 能力的用户。
不适合谁
寻找商业级技术支持和 SLA 保证的企业用户。
已知限制
本技能由社区贡献,DPmodel 不保证其功能完整性。使用前请自行审核代码。
平台支持
Coze / Dify / Claude / 自定义 Agent 框架