← Back to Skills Marketplace
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seo-reporter-kryzl19
Description
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,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-reporter-kryzl19 - After installation, invoke the skill by name or use
/seo-reporter-kryzl19 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install Seo Reporter?
Run "/install seo-reporter-kryzl19" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seo Reporter free?
Yes, Seo Reporter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seo Reporter support?
Seo Reporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seo Reporter?
It is built and maintained by KRYZL19 (@kryzl19); the current version is v1.0.0.
More Skills