← 返回 Skills 市场
rabierr

SEO Audit Pro

作者 RabiErr · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install seo-audit-pro-rabie
功能描述
Full SEO audit and content brief generator for any website URL. Use when users ask to audit a website's SEO, check technical SEO issues, analyze on-page SEO,...
使用说明 (SKILL.md)

SEO Audit Pro

Generate a comprehensive SEO audit + content brief for any website or URL.

Workflow

  1. Run the audit script to collect technical + on-page signals:

    python3 scripts/seo_audit.py \x3Curl> [--keyword "target keyword"]
    

    The script outputs a JSON report. Read it fully before writing the report.

  2. Generate the audit report using the structure in references/report-template.md.

  3. If a keyword was provided, append a Content Brief section using references/content-brief-template.md.

  4. Score the site using the scoring rubric in references/scoring.md and include a summary score card at the top.

Output Format

  • Lead with a Score Card (Overall /100, broken into 4 categories)
  • Use clear headers: Technical SEO, On-Page SEO, Content Analysis, Recommendations
  • End with a Priority Action List (top 5 fixes, ordered by impact)
  • If keyword provided: append a full Content Brief
  • Deliver as markdown — format for readability

Key Principles

  • Be specific: cite exact URLs, status codes, missing tags, file sizes
  • Prioritize by impact: critical issues first
  • Be actionable: every finding must have a fix recommendation
  • Content briefs must include: search intent, outline, word count, internal link suggestions, meta title/description drafts
安全使用建议
This skill appears coherent for an SEO audit: it fetches the target URL(s), parses HTML, checks robots/sitemap, measures TTFB, and generates a markdown report using bundled templates. Before installing or running it, consider: - Source trust: the skill author and homepage are unknown — review the full script yourself. The included script fragment appears reasonable, but the manifest shows the script was truncated in the provided view; full-file review reduces risk. - Network risks: the script will make arbitrary HTTP requests to whatever URL you pass. Do not point it at internal network addresses, cloud metadata endpoints, or other systems you don't want probed by the agent environment. If the agent environment has access to internal services, an attacker could abuse an arbitrary-URL fetch to probe internal infrastructure. - Legal/ethical: only audit sites you own or have permission to scan; repeated automated requests can trigger rate-limiting or blocks. - Output handling: the script returns parsed HTML and headers. If an audited site contains sensitive content (e.g., private pages accidentally exposed), the report will include that content — treat outputs as potentially sensitive. If you trust the author and host this skill in a restricted agent environment (no access to internal-only hosts), it is reasonable to use. If you have doubts, request the full script for review or run it in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: seo-audit-pro-rabie Version: 1.0.1 The skill bundle is a legitimate SEO auditing tool that analyzes website URLs for technical and on-page SEO factors. The core logic in `scripts/seo_audit.py` uses standard Python libraries to fetch page content, check security headers, and evaluate metadata without any evidence of data exfiltration, unauthorized command execution, or malicious intent.
能力评估
Purpose & Capability
Name/description match the included artifacts: SKILL.md instructs running scripts/seo_audit.py which performs HTTP requests, HTML parsing, robots/sitemap checks, and scoring. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped: run the included Python script with a URL/optional keyword and format output using the provided templates. The runtime will perform network fetches of the supplied URL, robots.txt, and sitemap; this is expected for an SEO audit but means the agent will make arbitrary outbound HTTP requests to targets you provide (including redirects and final URLs).
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded from external, untrusted URLs during install.
Credentials
The skill declares no environment variables, credentials, or config paths. The included code does not read secrets or environment variables in the manifest portion reviewed.
Persistence & Privilege
always:false and normal invocation settings. The skill does not request persistent system-wide privileges or modify other skills' configs in the reviewed materials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-audit-pro-rabie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-audit-pro-rabie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: use proper SSL certificate validation instead of disabled verification
v1.0.0
Initial release — full technical SEO audit + content brief generator
元数据
Slug seo-audit-pro-rabie
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

SEO Audit Pro 是什么?

Full SEO audit and content brief generator for any website URL. Use when users ask to audit a website's SEO, check technical SEO issues, analyze on-page SEO,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 SEO Audit Pro?

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

SEO Audit Pro 是免费的吗?

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

SEO Audit Pro 支持哪些平台?

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

谁开发了 SEO Audit Pro?

由 RabiErr(@rabierr)开发并维护,当前版本 v1.0.1。

💬 留言讨论