← 返回 Skills 市场
1477009639zw-blip

Beta SEO Analyzer

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betaseoanalyzer
功能描述
Analyzes websites for SEO opportunities. Generates keyword ideas, checks on-page SEO factors, and provides actionable optimization recommendations.
使用说明 (SKILL.md)

SEO Analyzer

Automated SEO analysis and optimization recommendations.

Features

  • Meta Tag Analysis: Checks title, description, keywords, Open Graph tags
  • Content Length: Word count vs industry benchmark
  • Heading Structure: H1/H2/H3 hierarchy analysis
  • Mobile Readiness: Viewport and mobile-friendly signals
  • Keyword Density: Target keyword frequency analysis
  • Link Analysis: Internal vs external link count
  • Page Speed Signals: Resource count and loading signals

Usage

python3 seo.py --url https://example.com --keyword "trading bots"
python3 seo.py --url https://example.com --keyword "AI agents" --depth full

Output Format

SEO ANALYSIS: https://example.com
================================

TITLE TAG
- Current: "Example Site"
- Length: 45 chars (ideal: 50-60)
- Recommendation: Add target keyword

META DESCRIPTION
- Current: "..." (120 chars)
- Missing keyword "trading bots"
- Add primary keyword within first 100 chars

HEADINGS
- H1 tags found: 1
- H2 tags found: 5
- Structure: OK / Needs H1 / Add H2 subheadings

CONTENT
- Word count: 850 words
- Industry benchmark: 1500+ words
- Recommendation: Expand by 600+ words

KEYWORD DENSITY
- "trading bots": 0.3% (ideal: 1-2%)
- "AI": 1.2% (good)
- Add "trading bots" 3-5 more times

TECHNICAL
- Mobile friendly: YES
- Viewport set: YES
- HTTPS: YES

OVERALL SCORE: 72/100
Priority fixes:
1. Expand content to 1500+ words
2. Add "trading bots" to title
3. Add meta description with keyword

Example Workflow

  1. Run analysis: python3 seo.py --url \x3Ctarget>
  2. Review score and priority fixes
  3. Implement title/meta updates
  4. Expand content based on recommendations
  5. Re-run after 2 weeks to measure improvement

Notes

  • Requires: python3, urllib (stdlib)
  • No API keys needed for basic analysis
  • For production use, add Google Search Console API integration
  • MIT-0 License
安全使用建议
This skill is inconsistent: its documentation promises many SEO checks that the included script does not perform, and the example commands include flags the script doesn't support. If you need the advertised features, ask the publisher for the real implementation or the full source. If you still want to run it: 1) run the script in an isolated environment (sandbox/container) to avoid unintended requests to internal services; 2) do not point it at sensitive internal or cloud metadata endpoints because it will fetch any URL the host can reach; 3) verify the code matches the README before trusting output or granting broader access; and 4) prefer skills with a known homepage or maintainer and clearer provenance for production use.
功能分析
Type: OpenClaw Skill Name: betaseoanalyzer Version: 1.0.0 The skill is a straightforward SEO analysis tool that fetches a URL and parses HTML metadata using standard Python libraries (urllib and re). The code in seo.py and the instructions in SKILL.md are consistent with the stated purpose, showing no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md advertises many features (keyword density, link analysis, page-speed/resource analysis, Open Graph tag checks, internal vs external link counts, benchmarks) but the shipped seo.py only fetches a page and returns title, meta description (first 100 chars), H1 count, word count, and a simple 'viewport' substring check. Usage examples in SKILL.md show a --depth flag, but seo.py does not accept that flag. The required binary (python3) is reasonable for the stated purpose, but the feature claims are disproportionate to the actual implementation.
Instruction Scope
Runtime instructions are limited to running the included Python script and do not request secrets or local file reads. However, the SKILL.md examples and feature list overstate capabilities (see above). Also, the script fetches arbitrary URLs using urllib.request — this means if the agent runs the skill it can make HTTP requests to any address reachable from the host, including internal IPs and metadata endpoints; that operational risk (SSRF/exposing internal content) should be considered even though the skill does not itself exfiltrate to external services.
Install Mechanism
There is no install spec; the skill is instruction-only with a small Python script. No third-party packages or downloads are performed. This is the lowest-risk install pattern.
Credentials
The skill only requires python3 and declares no environment variables or credentials. That request is proportionate to the implemented functionality.
Persistence & Privilege
always is false, and the skill does not request persistent/system-wide changes or access to other skills' configs. It appears to run only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install betaseoanalyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /betaseoanalyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Detailed documentation
元数据
Slug betaseoanalyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beta SEO Analyzer 是什么?

Analyzes websites for SEO opportunities. Generates keyword ideas, checks on-page SEO factors, and provides actionable optimization recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Beta SEO Analyzer?

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

Beta SEO Analyzer 是免费的吗?

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

Beta SEO Analyzer 支持哪些平台?

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

谁开发了 Beta SEO Analyzer?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论