Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

seo-keyword-researchSEO keyword 研究

Agent Skill

seo-keyword-research 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,060

周安装

85

GitHub Stars

公开资料未说明

下载量

673
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seo-keyword-research(SEO keyword 研究)
来源仓库:https://github.com/meikidd/seo-keyword-research
安装命令:
openclaw skills install seo-keyword-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seo-keyword-research

简介

SEO Keyword Research 执行系统性的关键词发现与竞争差距分析。

  • 适用于任何网站的意图分类与难度评分。seo-keyword-research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 输出结构化关键词矩阵与内容映射建议。
  • 安装前需确认是否调用付费 API 或受限数据库。
  • 建议使用种子词扩展策略以提高覆盖率。

SKILL.md

name
keyword-research
description
Keyword research and analysis skill for any website. Performs systematic keyword discovery, competitive gap analysis, intent classification, difficulty scoring, and priority ranking. Use when the user wants to find new keyword opportunities, analyze which keywords competitors rank for, audit existing keyword coverage, build a keyword map, or plan content around search demand. Works for any domain, language, or niche.
version
1.0.1

Keyword Research Skill

Must load the web-access skill and follow its instructions.

Startup workflow

Step 1: Load the domain profile

Extract the domain from the URL the user provides (e.g. example.com), then read the profile file:

~/.claude/skills/keyword-research/data/{domain}.json
  • Profile exists → Load it directly; skip questions for fields already known; only ask for "focus of this analysis"
  • Profile missing → Create one; ask for all required fields in order, then save

If the user did not provide a URL, ask for the target site URL first, extract the domain, then check for a profile.

Step 2: Fill in missing fields

Only ask for fields not yet stored in the profile:

FieldDescriptionFirst runLater runs
urlFull site URLRequiredSkip if known
businessOne-line business descriptionRequiredSkip if known
regionTarget region (e.g. Singapore)RequiredSkip if known
languageTarget language(s) (e.g. English, Chinese)RequiredSkip if known
competitorsCompetitor site listOptionalSkip if known; user can update anytime
tools.gscGSC accessAsk first time GSC is neededSkip if known
tools.ahrefsAhrefs account tierAsk first timeSkip if known; "none" skips all Ahrefs steps
tools.semrushSemrush account tierAsk first timeSkip if known; "none" skips all Semrush steps
tools.gkpHas Google Ads account (GKP)Ask first timeIf false, use Ahrefs free keyword tools instead
focusFocus of this analysisAsk every time (tasks vary)Ask every time

Step 3: Save or update the profile

After each run (or whenever new info is added), write back to the profile file immediately so the next session starts with complete data.

Profile format (JSON):

{
  "url": "https://www.sunriselink.sg",
  "business": "MOM-licensed domestic helper agency in Singapore, helping families hire maids from Indonesia, Myanmar, Philippines",
  "region": "Singapore",
  "language": ["English", "Chinese"],
  "competitors": ["nationmaid.com.sg", "universal.com.sg", "firstmaid.com.sg"],
  "tools": {
    "gsc": true,
    "ahrefs": "none",
    "semrush": "free",
    "gkp": true
  },
  "updated": "2026-04-15 10:05:23"
}

Valid values for tools.ahrefs and tools.semrush:

  • "paid" — Paid account; full feature access
  • "free" — Free account; limited features (see skip rules)
  • "none" — No account; skip all steps for that tool

If the profile directory does not exist, create it first: mkdir -p ~/.claude/skills/keyword-research/data/

Tool skip rules

Ahrefs:

Account tierStep 2B behaviorStep 3 behavior
"paid"Use Site Explorer + Content Gap (full competitor gap analysis)Use Keywords Explorer
"free"Skip Site Explorer/Content Gap; use site: search to infer competitor content structureUse ahrefs.com/keyword-generator (no login)
"none"Skip all Ahrefs; do not open any Ahrefs pageSame as left

Semrush:

Account tierStep 2B behaviorStep 3 behavior
"paid"Use Keyword Gap (full competitor gap analysis)Use Keyword Magic Tool (unlimited queries)
"free"Skip Keyword Gap; use Keyword Magic Tool (10 queries/day cap—watch usage)Use Keyword Magic Tool (mind the cap)
"none"Skip all Semrush; do not open any Semrush pageSame as left

Other tools:

  • tools.gkp: false → In Step 3D use Ahrefs free keyword tools instead; do not push signing up for Ads
  • tools.gsc: false → Skip Step 1 entirely; start from Step 2

The user may say at any time e.g. "I upgraded Ahrefs to paid" — update tools.ahrefs from "free" to "paid" and save.


Four-step analysis framework

Step 1 — Baseline from existing queries (GSC)

Goal: Find queries that already get impressions but are underutilized—the fastest wins.

Actions (via CDP automation):

Navigate directly to this URL (replace domain) to enable the 28-day window and Position column in one step:

https://search.google.com/search-console/performance/search-analytics?resource_id=sc-domain%3A{domain}&num_of_days=28&metrics=CLICKS%2CIMPRESSIONS%2CCTR%2CPOSITION
⚠️ Use 28 days, not the default 3 months: If the site has not been SEO-optimized for long, a 3-month average mixes in a lot of pre-optimization low-rank data and skews conclusions badly (in practice ~4× difference).

Then set rows-per-page to 500 and extract all data in one pass (steps in references/gsc-operations.md).

Priority filters:

  • Impressions ≥ 30 and CTR 0% → Meta fix opportunity (good rank but no clicks—title/description issue)
  • Average position 11–20 → Page-one push opportunity (page two—close enough to optimize into the top 10)
  • Impressions ≥ 30 and position > 20 → Needs new page or deeper content
  • Queries absent from GSC → Not covered at all; see Step 2

Hit a login wall: Tell the user to log into GSC in Chrome with a property-verified account, then continue. If there is no GSC data (new site), skip to Step 2.

Note: GSC only shows queries the site has already appeared for. Fully uncovered queries are invisible here; discover them in Steps 2–3.

CDP playbook: See references/gsc-operations.md.


Step 2 — Competitor keyword gap

Goal: Find queries competitors rank for where the target site has no presence—the highest-value uncovered opportunities.

A. Identify competitors (if the user did not provide any):

  • Google 2–3 core business terms for the target site
  • Record domains in the top 5 organic SERP results → these are real SEO competitors (not necessarily who the user *thinks* competes)

B. Competitor analysis (paid Ahrefs/Semrush):

  • Ahrefs: https://ahrefs.com/site-explorer → enter competitor domain → Organic Keywords
  • Semrush: https://www.semrush.com/analytics/organic/overview → enter competitor domain
  • Use Content Gap / Keyword Gap: competitor vs target site → queries competitors have and the target lacks

B. Competitor analysis (free alternatives):

  • Ahrefs free keyword tool: https://ahrefs.com/keyword-generator (no signup, 100 keywords per run)
  • Semrush free tier: https://www.semrush.com/features/keyword-magic-tool/ (10/day)
  • For each competitor domain search site:competitor.com → infer content structure and topic coverage
  • Google competitor brand terms; read SERP titles and descriptions → infer keyword strategy

Hit a paywall: Ask if the user has an account; if not, use the free path or ask for screenshots/copied data.


Step 3 — Keyword expansion and discovery

Goal: From seed terms, systematically mine long-tail, question, and local variants.

A. Google Autocomplete (free, closest to real search behavior):

  • For each core term, type these patterns in Google and capture all suggestions:

- [term], [term] how, [term] what, [term] why - best [term], [term] vs, [term] cost, [term] near me - Mid-query suggestions: add a space mid-phrase, e.g. maid _ singapore

B. AnswerThePublic (3 free searches/day):

  • Open https://answerthepublic.com
  • Enter a core term; pick language/region
  • Export Questions and Prepositions → use for FAQ and blog ideas

C. AlsoAsked (3 free runs):

  • Open https://alsoasked.com
  • Enter a core term → Google PAA question tree
  • PAA queries are SERP-feature opportunities (People Also Ask box)

D. Google Keyword Planner (free; needs Google Ads):

  • Open https://ads.google.com/home/tools/keyword-planner/
  • "Discover new keywords" → enter seeds or target URL
  • Filter by region; review volume bands and competition
  • Note: Without active ads, volume shows as wide bands (e.g. 1K–10K); accounts with spend history get tighter numbers

Google Ads login required: Ads accounts are free to create; no need to run ads. Guide signup if needed, then use Planner.


Step 4 — Intent classification and prioritization

Classify collected queries by intent; rank by difficulty and conversion potential.

Intent taxonomy (every query gets one code):

CodeIntent typeTypical signalsContent angle
IInformationalhow/what/why/guide/tipsBlog posts, FAQ
CCommercial investigationbest/vs/compare/review/topComparison pages, listicles
TTransactionalbuy/hire/contact/book/priceService pages, landing pages
NNavigationalbrand, site nameBrand defense, homepage

Priority score:

Priority score = intent fit (1–5) × conversion potential (1–5) ÷ competition difficulty (1–5)
  • Intent fit: How well the query intent matches the business (perfect = 5, weak = 1)
  • Conversion potential: T=5, C=4, I=2–3, N=1
  • Competition (KD): 0–20=1, 21–40=2, 41–60=3, 61–80=4, 81–100=5

Prioritize: queries with score ≥ 10.

Methodology and sources: references/methodology.md. Full tool playbook: references/tools.md. GSC CDP guide (including pitfalls): references/gsc-operations.md.


Output format

## Keyword research report — [Site name]
Date: YYYY-MM-DD | Region: XX | Language(s): XX

### 1. GSC optimization opportunities (existing queries)
| Keyword | Current rank | Impressions | CTR | Recommendation |
|--------|---------|-------|-------|---------|

### 2. Competitor gap keywords (highest value)
| Keyword | Intent | Monthly volume | KD | Competitor has / we lack | Priority score |
|--------|-----|---------|-----|--------------|---------|

### 3. Uncovered long-tail keywords
| Keyword | Intent | Monthly volume | KD | Content recommendation |
|--------|-----|---------|-----|-----------|

### 4. Priority action list (Top 10)
Sort by priority score descending; each row: suggested action (new page / optimize existing / blog) + suggested target URL

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.84%
按下载量换算652

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills