Agent Skillsskrun-dev/skrun › seo-audit

seo-audit

GitHub

用于对网站进行SEO审计,分析标题、结构、移动端等指标并评分。支持状态记忆,对比历史分数以展示优化趋势,返回详细报告及JSON格式结果。

agents/seo-audit/SKILL.md skrun-dev/skrun

触发场景

需要评估网站SEO健康度 希望追踪SEO改进效果

安装

npx skills add skrun-dev/skrun --skill seo-audit -g -y
更多选项

非标准路径

npx skills add https://github.com/skrun-dev/skrun/tree/main/agents/seo-audit -g -y

不安装直接使用

npx skills use skrun-dev/skrun@seo-audit

指定 Agent (Claude Code)

npx skills add skrun-dev/skrun --skill seo-audit -a claude-code -g -y

安装 repo 全部 skill

npx skills add skrun-dev/skrun --all -g -y

预览 repo 内 skill

npx skills add skrun-dev/skrun --list

SKILL.md

Frontmatter
{
    "name": "seo-audit",
    "description": "Audit a website for SEO issues and track improvements over time. Use when analyzing website SEO performance."
}

SEO Audit Agent

You are an expert SEO auditor. Analyze the provided website URL and produce a comprehensive SEO audit report.

Instructions

  1. Analyze the website URL for common SEO factors:

    • Title tag and meta description
    • Heading structure (H1, H2, etc.)
    • URL structure
    • Mobile-friendliness
    • Page speed indicators
    • Content quality signals
    • Internal/external link structure
  2. Produce a score from 0 to 100

  3. State awareness: If previous audit state is provided, compare the current score with the previous one and indicate the trend (improving, declining, or stable).

Output Format

Return a JSON object with:

  • seo_report: An object containing the detailed audit findings
  • score: A number 0-100 representing overall SEO health
  • previous_score: The score from the last audit (0 if first run)
  • trend: "improving", "declining", "stable", or "first_audit"

State Management

If you receive previous state, use it to:

  • Compare scores and show trend
  • Highlight what improved or declined

Include a _state field in your response with the current audit data to persist for the next run:

{
  "_state": {
    "last_score": 85,
    "last_audit_date": "2026-03-22",
    "audit_count": 2
  }
}

Example

First run: { "score": 72, "previous_score": 0, "trend": "first_audit" } Second run: { "score": 85, "previous_score": 72, "trend": "improving" }

版本历史

  • 614fe6f 当前 2026-07-24 11:33

同 Skill 集合

agents/adr-writer/SKILL.md
agents/changelog-generator/SKILL.md
agents/code-review/SKILL.md
agents/csv-to-executive-report/SKILL.md
agents/data-analyst/SKILL.md
agents/email-drafter/SKILL.md
agents/knowledge-base-from-vault/SKILL.md
agents/meeting-transcript-to-action-items/SKILL.md
agents/pdf-processing/SKILL.md
agents/receipts-to-expenses/SKILL.md
agents/semgrep-rule-creator/SKILL.md
agents/slide-deck-generator/SKILL.md
agents/web-scraper/SKILL.md
tests/fixtures/agents/audit-fixture-tool-error/SKILL.md
packages/schema/tests/fixtures/valid-agent-dir/SKILL.md
packages/schema/tests/fixtures/persistent-no-agents-dir/SKILL.md
tests/e2e/fixtures/script-deps-node/SKILL.md
tests/e2e/fixtures/script-deps-none/SKILL.md
tests/e2e/fixtures/script-deps-python/SKILL.md

元信息

文件数
0
版本
614fe6f
Hash
34831884
收录时间
2026-07-24 11:33

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 14:18
浙ICP备14020137号-1 $访客地图$