Website Audit (Squirrelscan) for Openclaw

Audit websites for 230+ SEO, performance, and security issues using the squirrelscan CLI to generate actionable, LLM-optimized reports.

nc9
v1.0.4
Feb 9, 2026
2
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install squirrelscan

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install squirrelscan using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Website Audit (Squirrelscan)?

The Website Audit skill provides a professional-grade toolset for analyzing website health directly within your agent workflow. By leveraging the squirrelscan CLI, this skill emulates browser behavior and search crawlers to evaluate sites against over 230 rules spanning technical SEO, security headers, accessibility, and content quality. It is designed to give developers using Openclaw Skills a deep understanding of site issues, providing structured data that agents can use to implement automated fixes.

Beyond simple link checking, this skill performs deep analysis on E-E-A-T signals, Schema.org markup, and mobile-friendliness. The output is specifically formatted for LLMs, ensuring that your AI agent can accurately interpret health scores and prioritize the most critical technical debt or security vulnerabilities.

Website Audit (Squirrelscan) Use Cases

  • Identifying and fixing broken internal and external links across large domains.
  • Auditing technical SEO elements like meta tags, canonical URLs, and heading hierarchies.
  • Detecting security risks including leaked secrets, mixed content, and missing security headers.
  • Validating structured data and Open Graph tags for better social media and search visibility.
  • Running regression tests to compare site health before and after a major deployment.

How Website Audit (Squirrelscan) Works

  1. The skill initiates a crawl process that discovers and fetches pages starting from a base URL.
  2. An analysis engine runs a suite of 230+ audit rules against every discovered page.
  3. The system validates all external links to ensure they are active and returning valid status codes.
  4. Results are compiled into a local database, allowing for historical tracking and comparison.
  5. An LLM-optimized report is generated, providing a high-level health score and specific, actionable recommendations.

Website Audit (Squirrelscan) Setup

To use this skill, you must have the squirrel CLI installed and accessible in your system path. Follow these steps within your Openclaw Skills environment:

# Install the CLI from squirrelscan.com/download
# Initialize your project configuration
squirrel init -n my-website-project

# Run your first surface audit
squirrel audit https://example.com --format llm

Website Audit (Squirrelscan) Data Schema & Taxonomy

The skill organizes its findings using a structured taxonomy that prioritizes severity and impact. Data is stored in a local project database and can be exported in multiple formats.

Data Point Description
Health Score A 0-100 weighted score based on audit rule passes/fails
Audit ID A unique identifier used to reference specific crawl sessions
Severity Levels Issues are categorized as Error (high), Warning (medium), or Notice (low)
Category Scores Breakdown of performance across SEO, Technical, Content, and Security
Rule Rank A 1-10 priority ranking for each identified issue

Website Audit (Squirrelscan) Advanced Features

  • Regression Diffs: Compare current audit results against a baseline to detect new issues or track improvements over time.
  • Smart Surface Scanning: Efficiently audits large sites by identifying URL patterns and sampling unique page templates.
  • Parallelized Fix Implementation: Leverages sub-agents to simultaneously fix independent issues like missing alt text or heading corrections across multiple files.
  • Multi-Coverage Modes: Switch between quick CI checks, surface-level audits, or full 500+ page deep dives depending on the requirement.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*