← 返回 Skills 市场
loverun321

SEO Analyzer Pro

作者 loverun321 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
311
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-analyzer-v2
功能描述
Analyze webpage SEO score based on title, meta description, H1 tags, and content length, providing detailed optimization recommendations.
使用说明 (SKILL.md)

SEO Analyzer

Analyze webpage SEO score and provide optimization recommendations.

Features

  • Check title tag
  • Check meta description
  • Check H1 tags
  • Calculate SEO score (0-100)
  • Provide recommendations

Price

  • 0.001 USDT per analysis

Usage

"Analyze SEO for https://example.com"
"Check SEO score of my website"
"SEO analysis for [URL]"

SEO Score Breakdown

  • Title tag: 30 points
  • Meta description: 30 points
  • H1 tag: 20 points
  • Content length: 20 points

Example Response

{
  "url": "https://example.com",
  "score": 80,
  "title": "Example Website",
  "description": "This is an example...",
  "h1_count": 1,
  "issues": [],
  "recommendations": ["Add more content"]
}

Integration

  • API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e
  • Price: 0.001 USDT per call
安全使用建议
Do not install or use this skill until the following are clarified or fixed: - Ask the author why SKILL.md contains a hardcoded API key (sk_...) and a price if the code does not call any external paid API. Treat that key as sensitive: if it's a real key, it should be revoked/rotated. - Confirm whether the skill is meant to bill users or call an external service. If so, the code should transparently show those network calls and how credentials are supplied (via secure env vars, not hardcoded in docs). - Verify the source/owner and prefer skills with a verifiable homepage or repository. The source is unknown and there's no homepage. - Be aware that the handler fetches arbitrary URLs via requests.get. If the agent runs on a network with internal services, this can enable SSRF (server-side request forgery). Only allow analyses of user-supplied, validated, or publicly accessible URLs. - If you decide to proceed, run the code in a sandboxed environment and inspect network traffic. Also rotate any exposed secrets referenced in the SKILL.md before reuse. If the author confirms the API key was included by mistake and removes it and the pricing claim (or implements payment transparently), the skill would be more coherent; until then treat it with caution.
功能分析
Type: OpenClaw Skill Name: seo-analyzer-v2 Version: 1.0.0 The skill performs basic SEO analysis as described in its documentation. The handler.py script uses the requests library to fetch a user-provided URL and extracts SEO elements like title tags and meta descriptions using regular expressions. While SKILL.md contains a hardcoded API key, the code logic is transparent, lacks any indicators of data exfiltration, and does not contain malicious execution patterns or prompt-injection attempts.
能力评估
Purpose & Capability
Name and description (SEO analysis) match the code's behavior: handler.py fetches a URL and checks title, meta description, H1s, and content length to compute a score.
Instruction Scope
SKILL.md advertises an integration/API key and a per-call price (0.001 USDT) and even prints a key-like string, but the Python handler never uses any external API or payment call. The presence of a raw API key in documentation is inconsistent with the code and raises disclosure or misdirection concerns.
Install Mechanism
No install spec (instruction-only install) and no downloads; code is included as a single small Python file that performs HTTP fetches. This is low install risk.
Credentials
Registry metadata declares no required credentials or env vars, yet SKILL.md contains a hardcoded key string starting with 'sk_...' (looks like an API secret). Requesting or publishing a secret in the docs without using it is disproportionate and risky. No other unrelated environment access is requested in code.
Persistence & Privilege
Skill is not always-enabled, does not request elevated persistence, and does not modify other skills or system settings. It does perform outbound HTTP requests to target URLs (expected for this purpose).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-analyzer-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-analyzer-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SEO Analyzer skill. - Analyze webpage SEO score and get actionable recommendations. - Checks include title tag, meta description, H1 tags, and content length. - SEO score is out of 100 with a clear breakdown of point allocation. - Simple usage instructions and pricing provided. - Example response included for easy integration.
元数据
Slug seo-analyzer-v2
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SEO Analyzer Pro 是什么?

Analyze webpage SEO score based on title, meta description, H1 tags, and content length, providing detailed optimization recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 SEO Analyzer Pro?

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

SEO Analyzer Pro 是免费的吗?

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

SEO Analyzer Pro 支持哪些平台?

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

谁开发了 SEO Analyzer Pro?

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

💬 留言讨论