← 返回 Skills 市场
kryzl19

Seo Reporter

作者 KRYZL19 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install seo-reporter
功能描述
Audit a URL for SEO factors and generate an actionable markdown report. Use when asked to analyze, check, or audit a webpage's SEO performance. Covers title,...
安全使用建议
This skill appears coherent and limited in scope: it performs read-only HTTP requests to the target site and generates a local report. Before running, review the full audit.sh locally to confirm no unexpected network calls or data exports (the included snippet appears to be read-only but part of the file was truncated in the review listing). Run the script in a safe environment if you're unsure (e.g., a sandbox or container). Be aware the tool will make network requests to the target domain (and common sitemap paths) so don't point it at sensitive internal endpoints. Finally, if you plan to let the agent invoke skills autonomously, remember the skill can make outbound HTTP requests when run — limit autonomous use if that is a concern.
功能分析
Type: OpenClaw Skill Name: seo-reporter Version: 1.0.1 The seo-reporter skill is a legitimate tool designed to perform SEO audits on provided URLs. The core logic in audit.sh uses curl to fetch page content and standard utilities like grep and sed to analyze SEO metadata (tags, headings, robots.txt). The script follows safe practices such as using temporary directories for processing and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (SEO audit) match the declared requirements and included script: only curl is required and the script fetches the target page, robots.txt, sitemap.xml and inspects HTML for SEO signals. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run ./audit.sh against the target URL. The script performs only HTTP GETs and local text processing (grep, sed, tr), writes temporary files in a mktemp dir, and prints findings. It does not reference other system files, credentials, or external endpoints beyond the audited site and common sitemap variants. Note: SKILL.md includes an example cd into /home/tim/... which is just illustrative and should not be followed literally on other systems.
Install Mechanism
No install spec (instruction-only plus a shipped audit.sh). No downloads or package installs are performed. Risk is limited to running the included shell script locally.
Credentials
The skill requires no environment variables or credentials. The script uses only curl and standard shell tools. There are no requests for unrelated secrets or access to config paths.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It writes temporary files to a temp directory and does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-reporter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-reporter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No user-facing changes in this version. - Version bump to 1.0.1 with no file or documentation changes.
v1.0.0
Initial release of seo-reporter skill: - Audits a webpage URL for key SEO factors and outputs a scored, actionable markdown report. - Checks include: title, meta description, H1 and heading structure, canonical tag, robots.txt, sitemap.xml, Open Graph tags, mobile viewport, and HTTPS. - Each SEO factor receives a Pass/Warning/Fail status with specific recommendations. - Designed for use via a simple command-line script or agent. - Provides clear guidance on when and when not to use the skill.
元数据
Slug seo-reporter
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Seo Reporter 是什么?

Audit a URL for SEO factors and generate an actionable markdown report. Use when asked to analyze, check, or audit a webpage's SEO performance. Covers title,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Seo Reporter?

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

Seo Reporter 是免费的吗?

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

Seo Reporter 支持哪些平台?

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

谁开发了 Seo Reporter?

由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.1。

💬 留言讨论