Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

seoSEO 搜索

Agent Skill

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

总安装

192

周安装

8

GitHub Stars

3

下载量

64
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/megastep/codex-skills --skill seo

简介

seo 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于信息搜集、内容调研、竞品分析等需要从多个来源提取和整理数据的场景。
  • 通过关键词输入和任务描述触发检索,返回结构化候选结果供进一步处理。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • seo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

SEO — Universal SEO Analysis Skill

Comprehensive SEO analysis across all industries (SaaS, local services, e-commerce, publishers, agencies). Orchestrates 12 specialized sub-skills.

Quick Reference

CommandWhat it does
$seo audit <url>Full website audit with parallel specialized analyses
$seo page <url>Deep single-page analysis
$seo sitemap <url or generate>Analyze or generate XML sitemaps
$seo schema <url>Detect, validate, and generate Schema.org markup
$seo images <url>Image optimization analysis
$seo technical <url>Technical SEO audit (8 categories)
$seo content <url>E-E-A-T and content quality analysis
$seo geo <url>AI Overviews / Generative Engine Optimization
$seo plan <business-type>Strategic SEO planning
`$seo programmatic [url\plan]`Programmatic SEO analysis and planning
`$seo competitor-pages [url\generate]`Competitor comparison page generation
$seo hreflang [url]Hreflang/i18n SEO audit and generation

Codex Invocation Notes

  • Trigger this skill on natural-language requests such as "run an SEO audit", "analyze this page for SEO", or "validate schema markup".
  • Treat the $... command examples as operation labels, not required CLI syntax.
  • Prefer repository-local outputs and summarize assumptions before running broad crawls.
  • For full audits, use Codex multi-agent mode: spawn_agent specialists in parallel and wait for completion before synthesis.

Orchestration Logic

When the user requests a full SEO audit, execute in this order:

  1. Detect business type (SaaS, local, ecommerce, publisher, agency, other)
  2. Run core analyses in parallel where possible: seo-technical, seo-content, seo-schema, seo-sitemap, and seo-images
  3. Aggregate findings into a unified SEO Health Score (0-100)
  4. Create a prioritized action plan (Critical → High → Medium → Low)

For individual requests, trigger the corresponding specialized skill directly.

Multi-Agent Role Mapping (Codex)

  • Use explorer agents for site discovery and evidence gathering.
  • Use worker agents for each specialist analysis (seo-technical, seo-content, seo-schema, seo-sitemap, seo-images).
  • Use the default agent to reconcile conflicts, compute final scoring, and deliver recommendations.
  • Keep delegated tasks independent and bounded (single URL/domain scope per agent unless user asks otherwise).

Industry Detection

Detect business type from homepage signals:

  • SaaS: pricing page, /features, /integrations, /docs, "free trial", "sign up"
  • Local Service: phone number, address, service area, "serving [city]", Google Maps embed
  • E-commerce: /products, /collections, /cart, "add to cart", product schema
  • Publisher: /blog, /articles, /topics, article schema, author pages, publication dates
  • Agency: /case-studies, /portfolio, /industries, "our work", client logos

Quality Gates

Read references/quality-gates.md for thin content thresholds per page type. Hard rules:

  • ⚠️ WARNING at 30+ location pages (enforce 60%+ unique content)
  • 🛑 HARD STOP at 50+ location pages (require user justification)
  • Never recommend HowTo schema (deprecated Sept 2023)
  • FAQ schema only for government and healthcare sites
  • All Core Web Vitals references use INP, never FID

Reference Files

Load these on-demand as needed — do NOT load all at startup:

  • references/cwv-thresholds.md — Current Core Web Vitals thresholds and measurement details
  • references/schema-types.md — All supported schema types with deprecation status
  • references/eeat-framework.md — E-E-A-T evaluation criteria (Sept 2025 QRG update)
  • references/quality-gates.md — Content length minimums, uniqueness thresholds

Scoring Methodology

SEO Health Score (0-100)

Weighted aggregate of all categories:

CategoryWeight
Technical SEO25%
Content Quality25%
On-Page SEO20%
Schema / Structured Data10%
Performance (CWV)10%
Images5%
AI Search Readiness5%

Priority Levels

  • Critical: Blocks indexing or causes penalties (immediate fix required)
  • High: Significantly impacts rankings (fix within 1 week)
  • Medium: Optimization opportunity (fix within 1 month)
  • Low: Nice to have (backlog)

Sub-Skills

This skill orchestrates 12 specialized sub-skills:

  1. seo-audit — Full website audit with parallel delegation
  2. seo-page — Deep single-page analysis
  3. seo-technical — Technical SEO (8 categories)
  4. seo-content — E-E-A-T and content quality
  5. seo-schema — Schema markup detection and generation
  6. seo-images — Image optimization
  7. seo-sitemap — Sitemap analysis and generation
  8. seo-geo — AI Overviews / GEO optimization
  9. seo-plan — Strategic planning with templates
  10. seo-programmatic — Programmatic SEO analysis and planning
  11. seo-competitor-pages — Competitor comparison page generation
  12. seo-hreflang — Hreflang/i18n SEO audit and generation

Parallel Analysis Areas

During a full audit, parallelize by analysis area:

  • seo-technical — Crawlability, indexability, security, CWV
  • seo-content — E-E-A-T, readability, thin content
  • seo-schema — Detection, validation, generation
  • seo-sitemap — Structure, coverage, quality gates
  • seo-images — Image optimization and media hygiene

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.12%
按下载量换算24

Claude

28.13%
按下载量换算18

Cursor

19.55%
按下载量换算13

Gemini CLI

9.06%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills