← 返回 Skills 市场
hyjaixiao

SEO优化检查器

作者 Hyjaixiao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-fast-checker
功能描述
输入网址一键输出SEO诊断报告,检查标题/描述/Headers/关键词密度/图片alt/页面速度/移动端适配/Meta标签,输出可执行优化建议
使用说明 (SKILL.md)

SEO优化检查器

功能概述

输入网址一键输出SEO诊断报告。检查网页的标题、描述、Headers、关键词密度、图片alt、页面速度、移动端适配、Meta标签,输出可执行的优化建议。

使用方法

# 基础SEO检查
python3 seo_checker.py https://example.com

# 保存报告到文件
python3 seo_checker.py https://example.com --output report.md

# 启用AI增强分析(需OPENAI_API_KEY)
python3 seo_checker.py https://example.com --ai

# 检查多个页面
python3 seo_checker.py https://example.com/page1 https://example.com/page2

环境变量

变量名 必填 说明
OPENAI_API_KEY AI模式必填 OpenAI API 密钥
OPENAI_MODEL 模型名,默认 gpt-4o-mini

检查项

  • 标题标签(Title Tag)
  • Meta Description
  • Headings 层级(H1-H6)
  • 关键词密度
  • 图片 Alt 属性
  • Canonical URL
  • Open Graph / Twitter Card
  • 页面大小与加载速度
  • 移动端 meta viewport
  • robots / noindex 指令
  • 链接检查(断链/外部链接)
  • 结构化数据(JSON-LD)

依赖

pip install requests beautifulsoup4
安全使用建议
This skill appears to do what it claims: fetch a URL, analyze HTML, and generate SEO suggestions. Before installing/using: (1) Review the full seo_checker.py yourself (the provided snippet appears truncated) to confirm there is no unexpected behavior. (2) If you enable --ai, know that the tool will transmit the page HTML to OpenAI — do NOT run AI mode against internal, private, password-protected, or sensitive pages. (3) Use a dedicated OpenAI key with limited scope/quota if possible, and do not reuse high-privilege keys. (4) Install dependencies from PyPI in a virtualenv. (5) If you need auditing of single-page-apps or JS-rendered content, understand the tool only fetches server-returned HTML unless extended. If you want me to inspect the rest of seo_checker.py (the truncated part) paste it and I will re-check for any hidden endpoints or unexpected behavior.
功能分析
Type: OpenClaw Skill Name: seo-fast-checker Version: 1.0.0 The SEO Optimization Checker is a legitimate utility designed to analyze webpages for search engine optimization. The Python script (seo_checker.py) uses standard libraries like requests and BeautifulSoup to inspect HTML elements (titles, meta tags, headings, etc.) and provides an optional AI-driven analysis via the OpenAI API. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code strictly follows its stated purpose.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (SEO audit) match the included code and SKILL.md: the tool fetches pages, inspects title/meta/headings/images/links/json-ld and reports results. Required binaries/env/configs are minimal and proportionate.
Instruction Scope
Runtime instructions are scoped to fetching public URLs and producing reports. Important caveat: the optional --ai mode requires OPENAI_API_KEY and (per code) will send page HTML to OpenAI for analysis — this legitimately supports the stated feature but raises data-leakage considerations if used on private, internal, or sensitive pages.
Install Mechanism
No install spec in the registry; README/SKILL.md recommend installing standard Python packages (requests, beautifulsoup4, and openai for AI mode). This is proportional to the task and uses public PyPI packages.
Credentials
No registry-required env vars. SKILL.md documents optional OPENAI_API_KEY and OPENAI_MODEL for AI mode — this is expected. Users should ensure the API key is not a high-privilege secret for other systems, and avoid using it for analysis of sensitive pages because the HTML/content will be transmitted to OpenAI.
Persistence & Privilege
Skill is not always-on and does not request elevated/persistent privileges. It does network fetches of user-supplied URLs and (optionally) calls OpenAI, which is normal for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-fast-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-fast-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布:输入URL一键输出SEO诊断报告
元数据
Slug seo-fast-checker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SEO优化检查器 是什么?

输入网址一键输出SEO诊断报告,检查标题/描述/Headers/关键词密度/图片alt/页面速度/移动端适配/Meta标签,输出可执行优化建议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 SEO优化检查器?

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

SEO优化检查器 是免费的吗?

是的,SEO优化检查器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SEO优化检查器 支持哪些平台?

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

谁开发了 SEO优化检查器?

由 Hyjaixiao(@hyjaixiao)开发并维护,当前版本 v1.0.0。

💬 留言讨论