← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seo-audit-bot
Description
Perform a comprehensive SEO audit of any website. Analyzes technical SEO, on-page factors, content quality, performance, and generates an actionable report w...
Usage Guidance
This skill appears to do what it says: fetch a URL and analyze HTML for SEO signals. Before installing or running it, note: (1) the README/script expect HTTP fetch capabilities (web_fetch or curl) and typical Unix text tools (curl, grep, sed, wc) even though the registry metadata doesn't list them — ensure your runtime provides them; (2) the skill will fetch any user-supplied URL, so in environments that can reach internal network services this can be used to access intranet endpoints (SSRF risk) — restrict allowed domains or run in an isolated environment if that matters; (3) review the included scripts (scripts/audit.sh) before execution — they write temporary files to /tmp and use standard command-line parsing (no obfuscation), which appears benign. If you need stronger guarantees, run the skill in a sandboxed agent or review/modify the script to enforce allowed hostnames.
Capability Analysis
Type: OpenClaw Skill
Name: seo-audit-bot
Version: 1.0.0
The skill provides SEO auditing functionality but includes a shell script (scripts/audit.sh) that is vulnerable to argument injection. The script passes the user-provided URL directly to curl without sanitization, which could allow an attacker to inject additional flags (e.g., -o) to overwrite local files or perform unauthorized network requests. While the skill's instructions in SKILL.md and documentation in README.md align with its stated purpose, the inclusion of a script with a high-risk RCE/file-overwrite vulnerability warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, README, and scripts all align with an SEO auditing purpose. However, the package metadata claims no required binaries while README and scripts clearly rely on web_fetch/exec and on-system tools (curl, grep, sed, wc). This is a minor incoherence: the tool genuinely needs HTTP-fetching and basic Unix text utilities, but they are not declared in the registry metadata.
Instruction Scope
SKILL.md instructs fetching the target URL, robots.txt, sitemap and analyzing HTML — all appropriate for SEO. The included script performs these fetches and writes temporary files to /tmp. A security-relevant behavior: the skill will fetch arbitrary URLs supplied by the user (including intranet/private IPs), which is expected for this purpose but introduces SSRF-like risks if run in an environment with access to internal services. The instructions do not attempt to read unrelated local files or exfiltrate data to external endpoints.
Install Mechanism
There is no install spec (instruction-only with an included helper script). Nothing downloads or extracts remote archives; the code consists of plain files and a shell script. No high-risk install mechanisms are present.
Credentials
The skill declares no environment variables or credentials and does not request broad secrets. The runtime behavior uses network fetches only, which is proportionate to the stated purpose. The only resource access is writing temporary files under /tmp for analysis (normal for a shell helper).
Persistence & Privilege
The skill is not marked always:true and does not request permanent agent-wide privileges. It does not modify other skills or system-wide configurations. Autonomous invocation is allowed by default but not combined with other concerning factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-audit-bot - After installation, invoke the skill by name or use
/seo-audit-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is SEO Audit Bot?
Perform a comprehensive SEO audit of any website. Analyzes technical SEO, on-page factors, content quality, performance, and generates an actionable report w... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install SEO Audit Bot?
Run "/install seo-audit-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SEO Audit Bot free?
Yes, SEO Audit Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SEO Audit Bot support?
SEO Audit Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SEO Audit Bot?
It is built and maintained by EyenSama (@eyensama); the current version is v1.0.0.
More Skills