← 返回 Skills 市场
kryzl19

Seo Reporter

作者 KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-reporter-kryzl19
功能描述
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,...
安全使用建议
The skill appears to do what it claims: a local bash script that issues read-only curl requests and produces a markdown audit. Before installing or running it, review the full audit.sh source (the provided listing is partially truncated in this review) to confirm there are no hidden network calls or data exfiltration steps. Avoid auditing internal-only URLs (localhost, internal IPs, intranet) from an agent running on a hosted/shared environment, since the script will fetch any URL you supply. If you don't trust the anonymous publisher (no homepage provided), run the script locally in a sandbox or inspect the entire file first.
功能分析
Type: OpenClaw Skill Name: seo-reporter-kryzl19 Version: 1.0.0 The skill is a legitimate SEO auditing tool that uses curl and standard text-processing utilities (grep, sed) to analyze a target URL's HTML, robots.txt, and sitemap.xml. The audit.sh script performs read-only HTTP requests to generate a markdown report and includes proper cleanup of its temporary working directory. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (SEO audit) align with the actual artifacts: SKILL.md documents an audit workflow and audit.sh implements checks (title, meta, headings, canonical, robots, sitemap, OG, viewport, HTTPS). Required binary is only curl, which is appropriate.
Instruction Scope
Runtime instructions tell the agent to run ./audit.sh with a target URL. The script (visible portions) performs only read-only HTTP requests against the target and related derived URLs (robots.txt, sitemap.xml) and analyzes the returned HTML. It does not read unrelated system files or environment variables in the visible code. One operational note: the agent is instructed to run the script from the skill directory (normal for relative helpers).
Install Mechanism
There is no install spec (instruction-only + bundled script). Nothing is downloaded from external URLs during install. The code is provided as a local audit.sh script.
Credentials
The skill declares no required environment variables or credentials and the script does not read secrets in the visible sections. The requested permissions and access are proportional to an SEO auditor.
Persistence & Privilege
always:false and user-invocable: true. The skill does not request persistent privileges or modify other skills or system-wide agent settings in the visible code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-reporter-kryzl19
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-reporter-kryzl19 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of seo-reporter. - Audits a webpage URL for essential SEO factors and outputs a structured markdown report. - Checks include title tag, meta description, heading structure, canonical tags, robots.txt, sitemap.xml, Open Graph tags, mobile viewport, and HTTPS status. - Each factor receives a score (Pass/Warning/Fail) with specific recommendations. - Designed for actionable, easy-to-read SEO audits—ideal for quick checks but not full-scale technical crawls. - Report includes detailed findings, recommendations, and scoring guide.
元数据
Slug seo-reporter-kryzl19
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 136 次。

如何安装 Seo Reporter?

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

Seo Reporter 是免费的吗?

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

Seo Reporter 支持哪些平台?

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

谁开发了 Seo Reporter?

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

💬 留言讨论