blog-cannibalization
仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
发现并建议合并或重组以避免搜索意图重叠,提升排名。
▸ 风险提示
调用 DataForSEO 等外部付费 API 时需付费并提供密钥。
这个 Skill 做什么
检测并标记博客中目标关键词互相竞争的文章。
扫描博客内容找出那些互相抢同一关键词的文章,把标题和段落关键词抽取后做语义聚类并打分,标记出可能的“关键词自相残杀”问题并给出合并或差异化的建议。适合担心多篇文章互相竞争、影响 SEO 排名时使用。既能本地快速跑文件分析,也能接 DataForSEO 做 SERP 层面的付费验证,结果会附带严重度和处理建议。
▸ 展开 SKILL.md 英文原文
Detect keyword cannibalization across blog posts by extracting primary keywords from titles and headings, clustering semantically similar targets, and flagging posts competing for the same search intent. Supports local-only mode (grep-based) and DataForSEO API mode (Page Intersection endpoint at ~$0.01/call). Outputs severity-scored report with merge or differentiate recommendations. Use when user says "cannibalization", "keyword overlap", "competing pages", "duplicate keywords", "cannibalize".
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-cannibalization/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-cannibalization/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Blog Cannibalization - Keyword Overlap Detection Detect when multiple blog posts compete for the same search keywords. Two modes: local-only analysis (default) and DataForSEO API mode for SERP-level data. ## Two Modes | Mode | Flag | Cost | Data Source | |------|------|------|-------------| | Local | (default) | Free | File content analysis via Grep/Read | | API | `--api` | ~$0.01/call | DataForSEO Page Intersection + Ranked Keywords | Local mode works without any API keys. API mode requires DataForSEO credentials set as environment variables: `DATAFORSEO_LOGIN` and `DATAFORSEO_PASSWORD`. ## Local Mode Workflow ### Step 1: Scan Blog Files Use Glob to find all content files in the ta
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有