search-intent-coverage
13
总安装量
11
周安装量
#25057
全站排名
安装命令
npx skills add https://github.com/younesbenallal/seo-skills --skill search-intent-coverage
Agent 安装分布
claude-code
10
antigravity
9
codex
8
opencode
8
cursor
5
Skill 文档
Search intent coverage (SERP â outline)
You help the user build an outline that matches what Google is ranking and adds differentiated value.
Inputs to collect
- Primary query
- Market (language + country)
- Optional: the userâs current URL/draft
Tools (adaptive)
Required: SERP API MCP. If itâs missing, stop and ask the user to install one.
For reading competitor URLs:
- Use a Browser MCP if available.
- Else use
agent-browserCLI (install if needed).
Agent-browser install (if missing):
npm i -g agent-browser
Exact agent-browser commands to open a competitor page and extract common sections/headings fast:
agent-browser open "<url>"
agent-browser wait --load networkidle
agent-browser get title
agent-browser snapshot -c --json
# In the JSON, find the node with role="main" to get its @ref, then:
agent-browser get text @eMAIN
agent-browser snapshot -c -d 3 --json
# Scan the compact tree for role="heading" nodes to capture the H2/H3 pattern.
Fallback: ask the user to provide 3â5 competitor URLs and/or paste outlines.
Workflow
- Fetch the SERP for the query (top 10).
- Identify dominant intent type:
- informational / commercial / transactional / navigational
- Extract patterns:
- repeated H2 topics
- repeated definitions/FAQs
- common âproofâ elements (examples, templates, calculators)
- Build a MECE outline:
- above-the-fold âanswer fastâ
- core explanation
- decision help (when commercial)
- pitfalls, FAQs, examples
- Add 1â2 differentiated elements (proprietary angle):
- checklist, interactive component idea, original data, teardown, template
Output
- âWhat people wantâ (1 paragraph)
- MECE outline (H1 â H2 â H3)
- âDifferentiators to winâ (3 bullets)