← 返回 Skills 市场
hughtan93-dev

SEO Optimizer

作者 hughtan93-dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
234
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seopro
功能描述
Provides keyword research, meta tag analysis, content SEO scoring, and meta description generation to improve website search rankings.
安全使用建议
This skill appears to be a set of local Python SEO utilities, but there are several inconsistencies you should clear up before installing or using it: - Documentation vs code mismatch: SKILL.md promises URL-based meta tag analysis and lists commands (e.g., generate-meta) that don't map exactly to the shipped scripts. Expect some commands to fail or behave differently. - Unused dependencies: The README tells you to install 'requests' and 'beautifulsoup4' (libraries used for fetching/parsing web pages) but none of the included scripts import them. That suggests the package was intended to fetch remote pages but the implementation is missing or incomplete. - Truncated file: seo_analyzer.py in the bundle is truncated (ends mid-line). This likely makes the analyzer non-functional or crash at runtime. Recommendations: 1. Do not run this skill with elevated privileges or in an environment with sensitive data until you understand it. Running the scripts locally in an isolated environment (e.g., sandbox or disposable container) is safe for inspection. 2. Inspect and run each script manually (python3 scripts/*.py) with test inputs to confirm actual behavior. Check whether any network calls are made and whether outputs match your expectations. 3. Contact the author or source to get a corrected package or full source (the package appears incomplete). If you need URL fetching and HTML parsing, verify that the code uses requests/BeautifulSoup and review that code specifically for where it sends or stores data. 4. If you cannot validate the missing parts or the author is unavailable, prefer not to install this skill into agents that can be run against production websites or that have access to sensitive environments. Given the mismatches and the truncated file, treat this package as untrusted until the issues are resolved; the concerns look like sloppy packaging rather than active maliciousness, but the ambiguity warrants caution.
功能分析
Type: OpenClaw Skill Name: seopro Version: 1.0.0 The SEO Optimizer skill bundle consists of Python scripts for local text analysis, keyword research, and meta-tag optimization. The code performs basic string processing and regex-based HTML analysis without making network requests, accessing sensitive files, or using dangerous execution functions like eval or os.system. The instructions in SKILL.md and the documentation in the references directory are consistent with the stated purpose and contain no evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
The skill's stated purpose (keyword research, meta tag analysis, content scoring) matches the included Python scripts in spirit. However, SKILL.md claims the ability to 'analyze meta tags from a URL' while the meta analyzer only examines URL structure and does not fetch or parse remote pages. SKILL.md also references command names (e.g. generate-meta) that do not exactly match the scripts' CLI flags. These are capability/documentation mismatches rather than clear malicious behaviors.
Instruction Scope
SKILL.md instructs the agent to run commands against URLs and content (e.g. meta "https://example.com") implying remote fetching/parsing, but the included scripts do not perform HTTP requests or HTML parsing of remote pages. The instructions also recommend installing 'requests' and 'beautifulsoup4' (used for fetching and parsing) while the code does not import them. The main analyzer (seo_analyzer.py) appears truncated in the provided bundle (ends mid-line), which means the runtime behavior could be broken or incomplete. These inconsistencies could cause the agent to attempt to fetch content elsewhere or run commands that don't exist if the agent follows SKILL.md literally.
Install Mechanism
There is no install spec (instruction-only style with local scripts). SKILL.md tells users to pip install requests and beautifulsoup4, but the shipped scripts do not use those libraries. No external downloads, release URLs, or extract/install steps are present in the manifest, which reduces supply-chain risk; however the declared dependencies are unnecessary for the provided code and should be reconciled.
Credentials
The skill does not request any environment variables, credentials, or config paths. No secrets or broad system access are required according to the manifest and code.
Persistence & Privilege
The skill is not marked 'always' and uses normal autonomous invocation defaults. It does not request persistent system-level privileges or attempt to modify other skills. No concerns here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seopro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seopro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SEO Optimizer. - Provides keyword research with search volume indicators. - Analyzes and optimizes meta title and description tags for given URLs. - Calculates SEO scores for website content. - Generates and optimizes meta descriptions. - Offers keyword suggestions for specified topics. - Includes clear usage instructions and examples for all commands.
元数据
Slug seopro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SEO Optimizer 是什么?

Provides keyword research, meta tag analysis, content SEO scoring, and meta description generation to improve website search rankings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 SEO Optimizer?

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

SEO Optimizer 是免费的吗?

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

SEO Optimizer 支持哪些平台?

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

谁开发了 SEO Optimizer?

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

💬 留言讨论