← Back to Skills Marketplace
158
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install seo-reporter
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
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-reporter - After installation, invoke the skill by name or use
/seo-reporter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
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 158 downloads so far.
How do I install Seo Reporter?
Run "/install seo-reporter" 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.1.
More Skills