A production-grade toolkit for OpenClaw agents to perform comprehensive SEO audits, keyword tracking, and Generative Engine Optimization (GEO) scoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install seo-audit-suite
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install seo-audit-suite using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SEO Audit Suite is a sophisticated technical framework designed for Openclaw Skills to automate the evaluation of website performance across traditional and generative search engines. It empowers AI agents to crawl web pages and conduct multi-layered audits that cover everything from basic metadata and header hierarchy to complex technical signals like Core Web Vitals and SSL validity.
Beyond traditional search metrics, this skill introduces advanced Generative Engine Optimization (GEO) auditing. This allows developers to assess how well their content is structured for AI search platforms such as ChatGPT and Perplexity, focusing on entity clarity, citation-worthiness, and topical authority. By integrating this suite, you can maintain a continuous optimization loop through automated reporting and performance tracking.
First, install the core Python libraries required for web scraping and data processing:
pip3 install requests beautifulsoup4 lxml
Initialize the directory structure for Openclaw Skills to store audit data and reports:
scripts/init-workspace.sh
Optionally configure API keys in config.json for enhanced functionality:
BRAVE_API_KEY: Required for web search and keyword tracking.PAGESPEED_API_KEY: Used for fetching Google PageSpeed Insights data.GOOGLE_SEARCH_CONSOLE_KEY: For integrating organic search performance data.The skill organizes its output within the ~/.openclaw/workspace/seo-audit/ directory. All data is structured to allow for historical comparison and trend analysis:
| Path | Content Description |
|---|---|
sites/<domain>/audits/ |
Stores timestamped JSON audit results and scoring data. |
sites/<domain>/keywords/ |
Contains keyword ranking logs and daily position history. |
sites/<domain>/competitors/ |
Stores analysis reports on rival domains and content benchmarks. |
reports/ |
Final output directory for Markdown and HTML reports. |
templates/ |
Report templates used to customize the branding of audit summaries. |
Loading
An end-to-end automated sales pipeline for lead discovery, enrichment, scoring, and CRM integration.

A precision-engineered skill that removes AI-generated artifacts and corporate jargon to produce authentic, human-sounding content.

A powerful automation skill for agencies to pull multi-source analytics and deliver branded reports automatically.

A professional integration for managing Samsung Smart TVs via the SmartThings API, enabling automated device control and application launching.

A comprehensive multi-platform social media management tool for scheduling, publishing, and analyzing content across X, LinkedIn, and Instagram.

An AI-powered operating system for Technical Program Managers that automates reporting, risk tracking, and stakeholder communication across Jira, Linear, and GitHub.








































