Agent Skills
› winstonkoh87/Athena-Public
› seo-auditor
seo-auditor
GitHub该技能用于对指定域名进行全面的SEO和技术结构扫描,识别内容缺口与架构缺陷。通过抓取DOM、评估标签层级及链接深度,生成以“Barnacle SEO”机会为重点的优先修复计划。
Trigger Scenarios
audit website
seo check
why isn't this ranking
Install
npx skills add winstonkoh87/Athena-Public --skill seo-auditor -g -y
SKILL.md
Frontmatter
{
"name": "seo-auditor",
"model": "default",
"auto-invoke": false,
"description": "Scrapes a URL, runs Lighthouse equivalent checks, and outputs a strategic content\/architecture plan.",
"allowed-tools": [
"WebFetch",
"Bash"
],
"argument-hint": "scan <url>",
"context_trigger": "SEO, audit website, why isn't this ranking, lighthouse, technical SEO, site audit, search performance"
}
Technical SEO & Content Auditor
Performs a comprehensive technical and structural scan of a targeted domain, identifying immediate content gaps and architecture failures.
Triggers
"audit website", "seo check", "why isn't this ranking"
Core Mechanics
- Pulls raw DOM structure.
- Evaluates H1-H6 hierarchy, semantic tags, and internal link depth.
- Outputs a prioritized
seo_triage_plan.mdfocusing on "Barnacle SEO" opportunities.
Reference Paths
.context/memories/protocols/marketing/279-seo-channel-strategy.md
Version History
- e624e2d Current 2026-07-19 08:46


