keyword-clusterer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseKeyword Clusterer
关键词聚类工具
Group keywords by semantic similarity using embeddings - turn a keyword list into an organized content strategy.
利用嵌入技术通过语义相似度对关键词进行分组——将关键词列表转化为有条理的内容策略。
When to Use This Skill
何时使用该工具
- Content planning - Group keywords into topic clusters
- Site structure - Map keywords to pages
- Intent analysis - Categorize by search intent
- Gap analysis - Find missing keyword themes
- PPC organization - Group keywords for ad groups
- 内容规划 - 将关键词分组为主题集群
- 网站结构搭建 - 将关键词映射到对应页面
- 意图分析 - 按搜索意图对关键词进行分类
- 空白分析 - 发现缺失的关键词主题
- PPC广告管理 - 为广告组分组关键词
What Claude Does vs What You Decide
Claude 负责的工作 vs 需要你决定的事项
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Strategic priorities |
| Synthesizes market data | Competitive positioning |
| Identifies opportunities | Resource allocation |
| Creates strategic options | Final strategy selection |
| Suggests implementation approaches | Execution decisions |
| Claude 负责 | 由你决定 |
|---|---|
| 构建分析框架 | 战略优先级 |
| 整合市场数据 | 竞争定位 |
| 识别机会 | 资源分配 |
| 创建战略选项 | 最终策略选择 |
| 建议实施方法 | 执行决策 |
Dependencies
依赖项
bash
pip install scikit-learn sentence-transformers pandas clickbash
pip install scikit-learn sentence-transformers pandas clickFor simpler usage without ML:
若无需机器学习,可简化安装:
pip install click pandas
undefinedpip install click pandas
undefinedCommands
命令
Cluster Keywords
聚类关键词
bash
python scripts/main.py cluster keywords.csv --n-clusters 10
python scripts/main.py cluster keywords.csv --column keyword --n-clusters 15bash
python scripts/main.py cluster keywords.csv --n-clusters 10
python scripts/main.py cluster keywords.csv --column keyword --n-clusters 15Find Similar
查找相似关键词
bash
python scripts/main.py similar "content marketing" --count 20bash
python scripts/main.py similar "content marketing" --count 20Analyze Intent
分析搜索意图
bash
python scripts/main.py intent keywords.csv --column keywordbash
python scripts/main.py intent keywords.csv --column keywordExamples
示例
Example 1: Cluster Keyword Research
示例1:聚类关键词研究成果
bash
undefinedbash
undefinedInput: keywords.csv with 500 keywords
输入:包含500个关键词的keywords.csv
python scripts/main.py cluster keywords.csv --n-clusters 12 --output clustered.csv
python scripts/main.py cluster keywords.csv --n-clusters 12 --output clustered.csv
Output:
输出:
Cluster 1 (45 keywords): "content marketing"
Cluster 1 (45个关键词): "content marketing"
- content marketing strategy
- content marketing strategy
- content marketing tips
- content marketing tips
- how to do content marketing
- how to do content marketing
Cluster 2 (38 keywords): "email marketing"
Cluster 2 (38个关键词): "email marketing"
- email marketing tools
- email marketing tools
- best email marketing software
- best email marketing software
- email campaign tips
- email campaign tips
...
...
undefinedundefinedExample 2: Categorize by Intent
示例2:按意图分类
bash
python scripts/main.py intent keywords.csv --column keywordbash
python scripts/main.py intent keywords.csv --column keywordOutput:
输出:
Intent Analysis
意图分析
──────────────────────
──────────────────────
Informational: 234 (47%)
信息型: 234 (47%)
- how to, what is, guide, tips
- how to, what is, guide, tips
Commercial: 156 (31%)
商业型: 156 (31%)
- best, top, review, compare
- best, top, review, compare
Transactional: 78 (16%)
交易型: 78 (16%)
- buy, price, discount, order
- buy, price, discount, order
Navigational: 32 (6%)
导航型: 32 (6%)
- login, contact, brand names
- login, contact, brand names
undefinedundefinedSearch Intent Categories
搜索意图分类
| Intent | Signals | Content Type |
|---|---|---|
| Informational | how, what, why, guide | Blog posts, guides |
| Commercial | best, top, review, vs | Comparisons, reviews |
| Transactional | buy, price, discount | Product pages |
| Navigational | [brand], login, contact | Landing pages |
| 意图类型 | 识别信号 | 对应内容类型 |
|---|---|---|
| 信息型 | how, what, why, guide | 博客文章、指南 |
| 商业型 | best, top, review, vs | 对比内容、评测 |
| 交易型 | buy, price, discount | 产品页面 |
| 导航型 | [品牌名], login, contact | 着陆页 |
Clustering Methods
聚类方法
| Method | Best For | Speed |
|---|---|---|
| semantic | Meaning-based grouping | Slower |
| lexical | Word overlap grouping | Faster |
| intent | Search intent categories | Fast |
| 方法 | 最佳适用场景 | 速度 |
|---|---|---|
| semantic(语义聚类) | 基于含义的分组 | 较慢 |
| lexical(词汇聚类) | 基于词汇重叠的分组 | 较快 |
| intent(意图聚类) | 按搜索意图分类 | 快速 |
Skill Boundaries
工具边界
What This Skill Does Well
该工具擅长的工作
- Structuring strategic analysis
- Identifying market opportunities
- Creating strategic frameworks
- Synthesizing competitive data
- 构建战略分析框架
- 识别市场机会
- 创建战略框架
- 整合竞争数据
What This Skill Cannot Do
该工具无法完成的工作
- Replace market research
- Guarantee strategic success
- Know proprietary competitor info
- Make executive decisions
- 替代市场研究
- 保证战略成功
- 知晓竞争对手的专有信息
- 做出高管决策
Related Skills
相关工具
- content-repurposer - Create content for clusters
- lighthouse-audit - Optimize cluster pages
- content-repurposer - 为聚类内容创建衍生内容
- lighthouse-audit - 优化聚类页面
Skill Metadata
工具元数据
- Mode: centaur
yaml
category: seo-tools
subcategory: keyword-research
dependencies: [scikit-learn, sentence-transformers, pandas]
difficulty: intermediate
time_saved: 5+ hours/week- 模式: centaur
yaml
category: seo-tools
subcategory: keyword-research
dependencies: [scikit-learn, sentence-transformers, pandas]
difficulty: intermediate
time_saved: 5+ hours/week