seo-aeo-diagnostics

seo-aeo-diagnostics is a skill for Claude Code, Codex from jrr996shujin-png/openclaw-seo-aeo-skills. It costs 138 tokens per session (1,122 once invoked), scanned A, original, MIT.

A monitor for how each page on a brand website performs in search and with visitors. It combines search visibility, visitor behavior, keyword, traffic, and backlink data.

In plain words
What is it for?
Use it to build a page inventory, track weekly performance, compare trends, identify declining articles or pages, and generate update reminders.
Why use it?
It helps reveal which pages are losing traffic or search visibility, so declining content can be reviewed and updated.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to build a page inventory, track weekly performance, compare trends, identify declining articles or pages, and generate update reminders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jrr996shujin-png/openclaw-seo-aeo-skills --skill seo-aeo-diagnostics
Clone the repo
git clone --depth 1 https://github.com/jrr996shujin-png/openclaw-seo-aeo-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-aeo-diagnostics

README.md
[![agentmods](https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics/github.svg)](https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics)
Your own site
<a href="https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics"><img src="https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-aeo-diagnostics

Your own site · 80×15
<a href="https://agentmods.dev/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics"><img src="https://agentmods.dev/badge/skills/jrr996shujin-png/openclaw-seo-aeo-skills/seo-aeo-diagnostics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,122 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00138 $0.01122
Opus 5 $0.00069 $0.00561
Sonnet 5 $0.00028 $0.00224
Haiku 4.5 $0.00014 $0.00112

Measured 12d ago against content hash 61318de205b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-aeo-diagnostics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

seo-aeo-diagnostics/SKILL.md · 82 lines

What it actually says

SEO/AEO 基础诊断 — 主编排器

概述

这是一个 composition skill,由 7 个独立的诊断子模块组成。每个子模块负责一个检查类别,可以独立运行,也可以按顺序执行完整诊断。

子技能清单

序号 子技能 路径 检查项
1 技术基础 {baseDir}/technical-foundation/SKILL.md 死链扫描、页面加载速度、移动端适配、HTTPS 安全
2 搜索引擎可访问性 {baseDir}/search-accessibility/SKILL.md Robots.txt、XML Sitemap、HTML vs JS 渲染、Canonical 标签
3 结构化数据 {baseDir}/structured-data/SKILL.md Schema Markup、Open Graph、Twitter Card、hreflang
4 内容结构 {baseDir}/content-structure/SKILL.md Meta 标签、H1-H4 层级、列表独立性、结构化表格、FAQ 格式
5 多媒体可访问性 {baseDir}/multimedia-accessibility/SKILL.md 图片 alt 文本、视频转录文字
6 内容质量信号 {baseDir}/content-quality-signals/SKILL.md 作者信息、发布/更新日期、页面内容字数和可读性
7 站内架构 {baseDir}/site-architecture/SKILL.md 内部链接健康度、核心页面点击深度

执行流程

第一步:收集输入

向用户确认以下信息:

  • 目标 URL:要诊断的网站首页或具体页面
  • 诊断范围:完整诊断(全部 7 个模块)还是选择性诊断
  • 优先级:如果用户有特定关注点(如"我主要想优化 AI 搜索可见性"),可以调整模块的执行顺序和深度

第二步:按顺序执行子技能

按照上表顺序依次读取并执行每个子技能的 SKILL.md。每个子技能会:

  1. 使用 web_fetch 或 browser 工具获取目标页面内容
  2. 运行该模块的所有检查项
  3. 为每个检查项产出:状态(✅ 通过 / ⚠️ 警告 / ❌ 失败)+ 发现描述 + 修复建议

第三步:汇总诊断报告

所有模块完成后,生成一份结构化的诊断报告,包含:

# [网站名称] SEO/AEO 基础诊断报告
## 总览评分
- 整体健康度:X/100
- 各模块评分

## 按模块详情
### 1. 技术基础 — 得分 X/20
| 检查项 | 状态 | 发现 | 建议 |
...

### 2. 搜索引擎可访问性 — 得分 X/20
...

(依次类推)

## 优先修复清单
按影响程度排序的 Top 10 修复建议,标注:
- 紧急程度(高/中/低)
- 预期影响
- 实施难度

评分体系

模块 权重 满分
技术基础 20% 20
搜索引擎可访问性 20% 20
结构化数据 15% 15
内容结构 15% 15
多媒体可访问性 10% 10
内容质量信号 10% 10
站内架构 10% 10

注意事项

  • 诊断依赖 browser 或 web_fetch 工具获取页面源码
  • 对于 SPA 网站,browser 工具能获取 JS 渲染后的内容,web_fetch 只能获取原始 HTML,需在报告中注明
  • 每个子技能可独立触发——用户只问"检查一下我的 robots.txt"时,直接调用搜索引擎可访问性子技能即可
Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 82 lines · 138 tokens per session scan A 61318de205b2

Subscribe to this mod's changes

seo-aeo-diagnostics is a skill published in the GitHub repository jrr996shujin-png/openclaw-seo-aeo-skills (11 stars, last pushed 6mo ago), licensed MIT. It adds 138 tokens to every session and 1,122 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

seo-vertical-detect

Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.

Hainrixz/claude-seo-ai · 71 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

seo-fix-apply

Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…

Hainrixz/claude-seo-ai · 91 tokens

audit

Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report persisted on disk. Read-only; never writes to the project. Use when the user asks to audit, analyze, check, or score a site's SEO, structured…

Hainrixz/claude-seo-ai · 127 tokens

orangeo-ai-visibility-skill

Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens