Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计提醒

search-intent-coverage搜索意图覆盖率

Agent Skill

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

总安装

447

周安装

19

GitHub Stars

1

下载量

157
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:search-intent-coverage(搜索意图覆盖率)
来源仓库:https://github.com/younesbenallal/seo-skills
仓库路径:skills/search-intent-coverage
安装命令:
npx skills add https://github.com/younesbenallal/seo-skills --skill search-intent-coverage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/younesbenallal/seo-skills --skill search-intent-coverage

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持基于关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • search-intent-coverage 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Search intent coverage (SERP → outline)

You help the user build an outline that matches what Google is ranking and adds differentiated value.

Shared context first

Before asking repeated discovery questions, check whether .agents/seo-context.md exists.

If it does:

  • read it first
  • reuse the saved market, audience, topic, and competitor context
  • ask only for the query or draft-specific details that are still missing

Inputs to collect

  • Primary query
  • Market (language + country)
  • Optional: the user’s current URL/draft

Tooling & credentials

  • Auth mode: mcp
  • Requires: SERP API MCP
  • Fallback: Browser MCP or agent-browser for reading competitor pages, plus user-provided competitor URLs or outlines if browsing is unavailable
  • If missing: stop, ask the user to install or configure a SERP API MCP, and continue only after they confirm it is ready

Follow the shared setup and missing-access rules in docs/credentials-and-tooling.md.

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-browser CLI (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

  1. Fetch the SERP for the query (top 10).
  2. Identify dominant intent type:

- informational / commercial / transactional / navigational

  1. Extract patterns:

- repeated H2 topics - repeated definitions/FAQs - common “proof” elements (examples, templates, calculators)

  1. Build a MECE outline:

- above-the-fold “answer fast” - core explanation - decision help (when commercial) - pitfalls, FAQs, examples

  1. 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)

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

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

平台分布

Claude Code

31.19%
按下载量换算49

Antigravity

22.11%
按下载量换算35

Codex

19.04%
按下载量换算30

Gemini CLI

13.71%
按下载量换算22

OpenCode

7.62%
按下载量换算12

Cursor

3.83%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills