← Back to Skills Marketplace
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seo-audit-x
Description
Comprehensive SEO audit and optimization for any website or URL. Use when asked to audit a site's SEO, analyze on-page optimization, check technical SEO issu...
Usage Guidance
This skill appears to do what it says: fetch pages and produce an SEO audit. Before installing, consider: (1) Network fetch risk — the skill (and its script) will retrieve arbitrary URLs you or the agent provide. If the agent runs inside an environment with access to internal services, a malicious or mistaken URL could expose internal endpoints (SSRF). Only allow URLs you trust or run the skill in a network-isolated sandbox. (2) Search usage — SKILL.md expects platform web_search/web_fetch; verify what search provider will be used and whether that provider requires API keys or logs queries you consider sensitive. (3) Data handling — audit reports may include page content; avoid sending private site content to untrusted third parties. (4) The provided python script performs only HTTP fetches and HTML parsing; you can review/execute it locally to validate behavior before enabling the skill in production. If you want a stricter assessment, provide the full, untruncated seo_audit.py or details about the platform web_search/web_fetch implementations and where the agent will run (network access policy).
Capability Analysis
Type: OpenClaw Skill
Name: seo-audit-v3ads
Version: 1.0.0
The SEO audit skill bundle is a legitimate tool for analyzing website metadata, content structure, and technical SEO signals. The primary logic is contained in `scripts/seo_audit.py`, which uses the Python standard library (`urllib` and `html.parser`) to fetch and parse HTML content without any evidence of malicious execution, data exfiltration, or obfuscation. The instructions in `SKILL.md` and the supporting documentation in the `references/` directory are consistent with the stated purpose of generating SEO reports.
Capability Assessment
Purpose & Capability
Name/description match the provided artifacts: SKILL.md describes an SEO audit workflow and included references and a Python audit script implement content, heading, meta, schema, image-alt and scoring checks. Required env vars, binaries, and config paths are none — proportional to the stated purpose.
Instruction Scope
SKILL.md confines actions to fetching pages, analyzing HTML, and using platform web_search/web_fetch. It does not instruct reading unrelated local files or environment variables. Caution: the workflow explicitly fetches arbitrary target and competitor URLs — this is expected for an auditor but introduces network-side risk (possible SSRF / access to internal resources depending on where the agent runs).
Install Mechanism
No install spec present; the skill is instruction-first and ships a small Python script for optional local/bulk use. No external downloads, package installs, or archive extraction are used.
Credentials
No credentials, secrets, or config paths are requested. The skill's needs (none) align with its functionality. Note: SKILL.md references using platform web_search/web_fetch — those platform tools may themselves require credentials or have privacy implications depending on the execution environment; the skill does not ask for any unrelated credentials.
Persistence & Privilege
always:false and normal invocation flags. The skill does not request persistent or elevated privileges and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-audit-x - After installation, invoke the skill by name or use
/seo-audit-x - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
SEO Audit Skill version 1.0.0 – Initial Release
- Provides comprehensive, actionable SEO audits for any website or URL.
- Analyzes on-page elements, technical SEO, content structure, and keyword opportunities.
- Supports competitor benchmarking and generates detailed SEO reports.
- Includes quick wins and long-term recommendations for search ranking improvements.
- Guided workflow ensures each audit is thorough and immediately useful.
Metadata
Frequently Asked Questions
What is Seo Audit?
Comprehensive SEO audit and optimization for any website or URL. Use when asked to audit a site's SEO, analyze on-page optimization, check technical SEO issu... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Seo Audit?
Run "/install seo-audit-x" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seo Audit free?
Yes, Seo Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seo Audit support?
Seo Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seo Audit?
It is built and maintained by v3ads (@v3ads); the current version is v1.0.0.
More Skills