audit-website

Audit websites for SEO, performance, security, and accessibility using the squirrelscan CLI.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Mahaboob26/NEXUS-TRUSAI --skill audit-website-mahaboob26
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-website
Source: https://github.com/Mahaboob26/NEXUS-TRUSAI/tree/main/.agents/skills/audit-website
Command: npx skills add https://github.com/Mahaboob26/NEXUS-TRUSAI --skill audit-website-mahaboob26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit websites for SEO, performance, security, and accessibility issues using the squirrelscan CLI.

Core Features & Use Cases

  • Audit websites for over 150 rules across categories including SEO, technical performance, content quality, security, accessibility, and more.
  • Generate concise, AI-friendly reports with health scores and actionable recommendations to guide site improvements.
  • Use cases include auditing new sites, comparing health before/after changes, and automating ongoing monitoring with scheduled audits.

Quick Start

Install the squirrel CLI and run your first audit:

  1. Install: curl -fsSL https://squirrelscan.com/install | bash
  2. Initialize a project or run an audit: squirrel audit https://example.com --format llm
  3. Generate a report: squirrel report <audit-id> --format llm

Frequently Asked Questions about audit-website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a website for SEO and accessibility issues?▼

You can audit a website for SEO and accessibility by running the squirrelscan CLI to crawl your domain. It evaluates over 150 rules across performance, security, and content quality, then outputs a health score with actionable recommendations.

What is an AI-friendly website audit report?▼

An AI-friendly website audit report is a structured output formatted for large language models. Using the squirrel CLI with the --format llm flag, it delivers concise health scores, broken links, and actionable recommendations optimized for automated processing.

Can I run deep crawls and weekly monitoring for large websites?▼

Yes, you can run deep crawls and weekly monitoring on large websites. The squirrelscan CLI supports quick checks, deep crawls, and scheduled audits to automate ongoing site monitoring and generate AI-friendly health reports.

Do I need to install the squirrel CLI to audit site health?▼

Yes, installing the squirrel CLI is required to audit site health. You install it via a bash command, which then allows you to initialize projects, execute website audits, and generate LLM-formatted reports.

How do I generate a report after completing a website crawl?▼

To generate a report after a website crawl, run the squirrel report command with your specific audit ID and the --format llm flag. This outputs a concise, AI-friendly report containing health scores and actionable recommendations.

What is the best way to compare website health before and after changes?▼

The best way to compare website health before and after changes is to run separate squirrel audits at each stage. Comparing the generated AI-friendly reports lets you track changes in health scores, broken links, and security issues.