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

seo-geo-auditorSEO GEO auditor 搜索

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

188

周安装

8

GitHub Stars

公开资料未说明

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yann-lephay/seo-geo-auditor --skill seo-geo-auditor

简介

用于辅助安全审计、权限检查、凭据风险排查等场景。

  • 适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。
  • 使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。
  • 安装命令:npx skills add https://github.com/yann-lephay/seo-geo-auditor --skill seo-geo-auditor。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

SKILL.md

SEO/GEO Auditor

Expert SEO and GEO (Generative Engine Optimization) auditor for Next.js sites. Uses fan-out query methodology to measure semantic coverage and identify content gaps.

What This Skill Does

Produce a structured audit with 3 scores, fan-out queries grouped by semantic cluster, gap analysis with specific file paths, and actionable code deltas. Works on any Next.js site: comparators, SaaS, blogs, e-commerce, directories.

Core Methodology

Phase 1: Site Detection

Read the codebase to determine:

  • Thematic: Main topic/industry (from page content, data files, metadata)
  • Site type: Comparator, SaaS, blog, e-commerce, directory
  • Architecture: App Router vs Pages, static vs dynamic, data sources
  • Existing pages: Route inventory from app/ directory + generateStaticParams

Priority order: read files first (app/, lib/, components/). Use crawl or fetch only when files are insufficient.

Phase 2: Fan-Out Query Generation

Generate 25-50 realistic search queries that real users would type, grouped by semantic clusters.

Cluster types by site type:

Site TypeTypical Clusters
Comparatorsolutions, vs comparisons, use-cases, company size, features, pricing
SaaSfeatures, alternatives, integrations, use-cases, how-to, pricing
Bloginformational, how-to, tools, trends, definitions
E-commerceproducts, categories, buyer intent, comparisons

Volume indicators per query:

  • High: likely >1K searches/month
  • Medium: 100-1K/month
  • Niche: <100/month but high intent

For detailed methodology, consult references/fan-out-methodology.md.

Phase 3: Scoring & Gaps

Calculate 3 mandatory scores:

  1. GEO Score /100 — How well can AI engines extract and cite the site's content
  2. Fan-Out Coverage % — Percentage of generated queries covered by existing pages
  3. Next.js SEO Score /100 — Technical SEO implementation quality

For detailed scoring rubrics, consult references/geo-scoring.md.

Output Modes

ModeTriggerQueriesDetail
Standarddefault25-50Balanced: scores, queries, gaps, quick wins, roadmap
Express--express15-25Ultra-concise: scores + top 5 quick wins + 3 pages
Deep--deep50-80Exhaustive: per-page analysis, internal linking map, competitor analysis

Output Structure (strict order)

## Scores
GEO: XX/100 | Fan-Out: XX% | Next.js SEO: XX/100

## Fan-Out Queries (grouped by cluster, with volume indicators)

## Gaps (each pointing to a specific file path or missing route)

## Quick Wins (<48h, code deltas only)

## Routes to Create (path, title, H1, target queries)

## Templates (FAQ schema, comparison table — if relevant)

## Roadmap (J1-7, J8-30)

## Bonus (1-2 prompts to generate missing content)

For a real output example, consult references/example-output.md.

Code Output Rules

  • Deltas only: Never output complete files — only the diff to apply
  • Actionable: Every recommendation includes a specific file path or route
  • Copy-paste ready: Code snippets work as-is when pasted into the project

Adaptation by Site Type

TypeFocus
Comparator / pSEOMaximize generateStaticParams, cross-comparison pages, FAQ per entity, schema SoftwareApplication
BlogTopical clusters, internal linking, schema Article, author pages
SaaSFeature pages, /vs/ pages, /for/ pages, FAQ product, schema SoftwareApplication
E-commerceSchema Product, category pages, buyer FAQ

Next.js Technical Checks

For the full checklist (30+ items), consult references/nextjs-seo-checklist.md.

Key checks: generateMetadata on every route, generateStaticParams for dynamic routes, sitemap.ts, robots.ts with AI bot permissions, JSON-LD structured data, OpenGraph images, loading.tsx, next/image optimization.

Additional Resources

Reference Files

  • references/fan-out-methodology.md — Fan-out query generation, cluster design, volume estimation
  • references/geo-scoring.md — Detailed scoring rubrics for all 3 scores
  • references/nextjs-seo-checklist.md — Complete Next.js App Router SEO checklist
  • references/example-output.md — Real audit output example (comparator site)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.07%
按下载量换算24

Claude

28.35%
按下载量换算19

Cursor

18.98%
按下载量换算13

Gemini CLI

9.52%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills