← 返回 Skills 市场
claudiodrusus

SEO Analyzer

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1055
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shelly-seo-analyzer
功能描述
Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image al...
安全使用建议
This skill appears to do exactly what it claims: a local Bash script that fetches and analyzes HTML. Before installing or running it, review the script (already included) and run it locally on sample pages. Note: the script fetches whatever URL you provide (curl -sL), so avoid passing sensitive internal URLs if you don't want the agent/environment making requests to internal hosts. The analyzer is simple and non-malicious, but its checks are heuristic and may miscount some tags/attributes—treat recommendations as guidance, not absolute rules.
功能分析
Type: OpenClaw Skill Name: shelly-seo-analyzer Version: 1.0.0 The `seo-analyze.sh` script is vulnerable to shell injection. The `$URL` variable, which can be directly controlled by user input, is passed unsanitized to the `curl` command. This allows an attacker to inject arbitrary shell commands that would be executed by the system running the skill. While this is a critical vulnerability, there is no clear evidence of intentional malicious behavior (e.g., data exfiltration, persistence, or self-exploitation) within the script itself, classifying it as suspicious rather than malicious.
能力评估
Purpose & Capability
Name/description match the included files: SKILL.md documents running seo-analyze.sh, and the script implements the listed checks (title, meta, headings, images, Open Graph, canonical, word count, keyword density) using standard Unix tools. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs either running the bundled script on a URL or piping HTML into it. The script only reads stdin or fetches the specified URL and analyzes the HTML; it does not reference other files, environment variables, or external endpoints beyond fetching the given URL with curl.
Install Mechanism
There is no install spec and the functionality is provided by a plain Bash script included in the skill. No external downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. It only uses standard CLI tools (curl, grep, sed, awk) which are documented in SKILL.md.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify other skills or system-wide settings, and contains no autonomous installation logic.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shelly-seo-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shelly-seo-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of seo-analyzer. - Analyze any webpage URL for common SEO issues. - Checks include title and meta description tags, heading structure, keyword density, image alt tags, Open Graph/Twitter cards, canonical URL, and word count. - Provides a plain text report with findings and prioritized recommendations. - Supports command-line use with `curl` or via `web_fetch`. - Requires standard Unix tools: curl, grep, sed, and awk.
元数据
Slug shelly-seo-analyzer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SEO Analyzer 是什么?

Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image al... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1055 次。

如何安装 SEO Analyzer?

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

SEO Analyzer 是免费的吗?

是的,SEO Analyzer 完全免费(开源免费),可自由下载、安装和使用。

SEO Analyzer 支持哪些平台?

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

谁开发了 SEO Analyzer?

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

💬 留言讨论