← 返回 Skills 市场
johnnywang2001

SEO Audit Report

作者 John Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
312
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-audit-report
功能描述
Run comprehensive SEO audits on any website and generate actionable reports. Use when the user asks to audit a website's SEO, check technical SEO issues, ana...
使用说明 (SKILL.md)

SEO Audit Report

Run full SEO audits from your agent and get actionable, scored reports.

Quick Start

python3 scripts/seo_audit.py --url https://example.com

Commands

Full Audit

python3 scripts/seo_audit.py --url https://example.com --depth 3

Crawls up to --depth pages from the starting URL.

Quick Check (single page)

python3 scripts/seo_audit.py --url https://example.com/page --quick

Generate Report

python3 scripts/seo_audit.py --url https://example.com --output report.md

What Gets Audited

Technical SEO

  • HTTPS enforcement and redirect chains
  • Robots.txt presence and configuration
  • Sitemap.xml detection and validation
  • Canonical tag usage
  • Mobile viewport meta tag
  • Page load indicators (response time, content size)
  • HTTP status codes across crawled pages

On-Page SEO

  • Title tag (presence, length, keyword usage)
  • Meta description (presence, length, uniqueness)
  • Heading hierarchy (H1-H6 structure)
  • Image alt text coverage
  • Internal/external link ratio
  • Content length analysis
  • Open Graph and Twitter Card tags

Content Quality Signals

  • Word count per page
  • Heading-to-content ratio
  • Duplicate title/description detection
  • Thin content pages (\x3C300 words)

Link Health

  • Broken internal links (4xx/5xx)
  • Orphan pages (no internal links pointing to them)
  • External link count and diversity

Scoring

Each audit category is scored 0-100:

Score Rating Meaning
90-100 Excellent No significant issues
70-89 Good Minor improvements possible
50-69 Fair Notable issues to address
0-49 Poor Critical issues found

Overall score is a weighted average:

  • Technical: 35%
  • On-Page: 35%
  • Content: 15%
  • Links: 15%

Report Format

Reports are markdown with:

  • Executive summary with overall score
  • Category breakdowns with individual scores
  • Prioritized issue list (Critical → Low)
  • Specific fix recommendations per issue
  • Comparison benchmarks

Advanced

See references/seo-checklist.md for the complete 50+ point checklist used in audits.

安全使用建议
This skill appears coherent and implements a local SEO crawler and reporter. Before installing, remember: (1) it will make HTTP requests to any URL you give it and can crawl multiple pages — do not audit private/internal sites unless you want that traffic generated; (2) review the remainder of the script if you require absolute assurance there is no hidden telemetry (the provided code shows only stdlib network calls and local report generation); (3) run it in a sandbox or isolated environment if you are uncertain about network access or want to limit outbound requests.
功能分析
Type: OpenClaw Skill Name: seo-audit-report Version: 1.0.0 The skill bundle is a legitimate SEO auditing tool that crawls websites to analyze technical and on-page SEO factors. The core logic in `scripts/seo_audit.py` uses standard Python libraries (urllib, html.parser) to fetch and parse HTML, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the contained script and checklist. The included Python crawler/parser and scoring functions are exactly what you'd expect for an SEO audit tool; no unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md directs running scripts/seo_audit.py with URL arguments and saving reports to local files. The runtime instructions stay within the audit purpose. Note: the script performs HTTP requests and recursive crawling (depth option), which means it can scan any reachable URL you provide — avoid pointing it at private/internal endpoints unless you intend to.
Install Mechanism
No install spec; this is instruction-only plus a Python script that relies on stdlib only. Nothing is downloaded from third-party URLs or added to disk by an installer beyond the provided script.
Credentials
The skill requests no environment variables or credentials. The code uses only standard HTTP requests to target sites and does not reference other env vars or secret names.
Persistence & Privilege
always is false and the skill does not request elevated/system-wide persistence. It's an on-demand, user-invoked tool that writes reports locally per SKILL.md commands.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-audit-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-audit-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Comprehensive scored SEO audits. Technical SEO, on-page, content quality, link health analysis with prioritized recommendations.
元数据
Slug seo-audit-report
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

SEO Audit Report 是什么?

Run comprehensive SEO audits on any website and generate actionable reports. Use when the user asks to audit a website's SEO, check technical SEO issues, ana... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。

如何安装 SEO Audit Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seo-audit-report」即可一键安装,无需额外配置。

SEO Audit Report 是免费的吗?

是的,SEO Audit Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SEO Audit Report 支持哪些平台?

SEO Audit Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SEO Audit Report?

由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。

💬 留言讨论