Keywords Everywhere:SEO 与竞争对手分析 - Openclaw Skills
作者:互联网
2026-04-13
什么是 Keywords Everywhere SEO 研究?
Keywords Everywhere 技能是一个强大的命令行界面,旨在简化搜索引擎优化和市场研究。作为 Openclaw Skills 生态系统的核心组件,它允许开发人员和营销人员以编程方式检索高价值的 SEO 数据,包括月搜索量、每次点击费用 (CPC) 和竞争指标。通过利用此工具,用户可以超越手动搜索,自动发现排名机会。
除了基础关键词查询,该技能还提供对域名表现和特定 URL 排名的深入见解。它充当 Keywords Everywhere API 与本地开发环境之间的桥梁,使集成有机流量估算和反向链接配置文件到现有数据管道或自动化报告工作流程中变得更加容易。
下载入口:https://github.com/openclaw/skills/tree/main/skills/sanky369/keywords-everywhere
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install keywords-everywhere
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 keywords-everywhere。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Keywords Everywhere SEO 研究 应用场景
- 为内容策略和博客规划识别高流量、低竞争的关键词。
- 通过提取特定域名排名的所有关键词进行竞争对手差距分析。
- 通过“相关关键词”和“人们还在搜索”(PASF) 数据发现长尾关键词机会。
- 审计特定页面或整个域名的反向链接配置文件,以改进外链建设工作。
- 通过直接将研究数据导出为 JSON 或 CSV 格式,实现 SEO 报告自动化。
- 用户提供 Keywords Everywhere API 密钥,通过环境变量或配置文件验证请求。
- 通过基于 Python 的 CLI 包装器 (
kwe.py) 执行命令,以针对特定的 SEO 端点。 - 该技能处理用户定义的参数,如国家代码、货币类型和结果限制。
- 从 Keywords Everywhere API 获取实时数据,涵盖关键词指标、域名排名或反向链接数据。
- 结果被格式化为易读的表格或结构化数据 (JSON/CSV),以便立即进行分析或集成。
Keywords Everywhere SEO 研究 配置指南
要使用 Openclaw Skills 集合中的此项,必须先配置您的 API 密钥。您可以在终端中将其设置为环境变量:
export KEYWORDS_EVERYWHERE_API_KEY="your_api_key"
使用提供的 Python 脚本运行工具。建议创建一个别名以便访问:
alias kwe="python3 /path/to/skills/keywords-everywhere/scripts/kwe.py"
验证设置并使用以下命令检查剩余额度:
kwe credits
Keywords Everywhere SEO 研究 数据架构与分类体系
该技能根据所使用的命令将 SEO 数据组织成几个不同的结构:
| 数据类别 | 核心指标 | 描述 |
|---|---|---|
| 关键词数据 | vol, cpc, competition, trend | 核心 SEO 指标,包括 12 个月的搜索趋势。 |
| 排名数据 | keyword, traffic, serp_position | 域名或 URL 排名关键词的详细信息。 |
| 反向链接数据 | domain_source, anchor_text, url_target | 关于推荐域名和链接目标的信息。 |
| 地理信息 | country, currency | 用于特定市场分析的受支持本地化数据。 |
name: keywords-everywhere
description: SEO keyword research and competitor analysis via Keywords Everywhere API. Use when you need to get search volume, CPC, competition data for keywords, find related keywords (PASF), analyze what keywords a domain/URL ranks for, or retrieve backlink data.
Keywords Everywhere API
CLI tool for SEO keyword research, competitor analysis, and backlink metrics.
Setup
Requires API key. Configure in clawdbot config under skills.entries.keywords-everywhere.apiKey or set environment:
export KEYWORDS_EVERYWHERE_API_KEY="your_api_key"
Usage
python3 scripts/kwe.py [arguments] [options]
Or add an alias:
alias kwe="python3 /path/to/skills/keywords-everywhere/scripts/kwe.py"
Commands
Keyword Research
Get keyword data (volume, CPC, competition, trends):
kwe keywords "seo tools" "keyword research" --country us --currency usd
Related keywords (discover related terms):
kwe related "content marketing" --num 20
People Also Search For:
kwe pasf "best crm software" --num 15
Domain/URL Analysis
Keywords a domain ranks for (with traffic estimates):
kwe domain-keywords example.com --country us --num 100
Keywords a specific URL ranks for:
kwe url-keywords "https://example.com/blog/post" --num 50
Backlink Analysis
Domain backlinks:
kwe domain-backlinks example.com --num 50
Unique domain backlinks (one per referring domain):
kwe unique-domain-backlinks example.com --num 30
Page backlinks (specific URL):
kwe page-backlinks "https://example.com/page" --num 20
Unique page backlinks:
kwe unique-page-backlinks "https://example.com/page"
Account
Check credit balance:
kwe credits
List supported countries:
kwe countries
List supported currencies:
kwe currencies
Options
| Option | Description | Default |
|---|---|---|
--country |
Country code (empty for global, us, uk, in, etc.) |
global |
--currency |
Currency code (usd, gbp, inr, etc.) |
usd |
--num |
Number of results (max 2000 for Silver plan) | 10 |
--output |
Output format: table, json, csv |
table |
Output Data
Keyword Data (keywords command)
vol: Monthly search volumecpc: Cost per click (advertiser bid)competition: Competition score (0-1)trend: 12-month search trend data
Domain/URL Keywords
keyword: Ranking keywordestimated_monthly_traffic: Estimated monthly organic trafficserp_position: Current SERP position
Backlink Data
domain_source: Referring domainanchor_text: Link anchor texturl_source/url_target: Source/target URLs
Credit Usage
1 credit = 1 keyword. Silver plan: 400,000 credits/year, top 2,000 keywords/backlinks per site.
Examples
Competitor keyword research:
# What keywords does competitor rank for?
kwe domain-keywords competitor.com --num 200 --output json > keywords.json
# Get detailed metrics for specific keywords
kwe keywords "keyword1" "keyword2" "keyword3" --country us
Content gap analysis:
# Find keywords competitor ranks for
kwe domain-keywords competitor.com --num 500
# Get related keywords for your topic
kwe related "your topic" --num 100
kwe pasf "your topic" --num 100
Backlink prospecting:
# Find who links to competitor
kwe unique-domain-backlinks competitor.com --num 100 --output json
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
Mista Sovereign:自主数字主权智能体 - Openclaw 技能库
Ralph Tools:文件管理与文档检索 - Openclaw Skills
pdd:AI 智能体提示词驱动开发技能 - Openclaw Skills
结构化数据:CSV 解析与 SVG 图表生成 - Openclaw Skills
console-agent:用于无缝代理工作流的 AI 代理 jQuery - Openclaw Skills
信心评分守门员:Openclaw Skills 的 AI 数据完整性保障
EdgeHDF5 Memory:持久化 HDF5 认知存储 - Openclaw Skills
Agentic Compass: 客观的 AI 自我反思工具 - Openclaw Skills
WED:AI 供应链安全研究演示 - Openclaw Skills
问候技能:个性化 AI 智能体欢迎词 - Openclaw Skills
AI精选
