audit-website
Audit websites for SEO, technical, content, and security issues using squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use when analyzing websites, debugging SEO issues, or checking site health.
npx skills add majiayu000/claude-skill-registry --skill audit-website-futureman19-craftmyprompts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Website Audit Skill Audit websites for SEO, technical, content, performance and security issues using the squirrelscan cli. squirrelscan provides a cli tool squirrel - available for macos, windows and linux. It carries out extensive website auditing by emulating a browser, search crawler, and analyzing the website's structure and content against over 140+ rules. It will provide you a list of issues as well as suggestions on how to fix them. ## Links * squirrelscan website is at [https://squirrelscan.com](https://squirrelscan.com) * documentation (including rule references) are at [docs.squirrelscan.com](https://docs.squirrelscan.com) You can look up the docs for any rule with this template: https://docs.squirrelscan.com/rules/{rule_category}/{rule_id} example: https://docs.squirrelscan.com/rules/links/external-links ## What This Skill Does This skill enables AI agents to audit websites for over 140 rules in 20 categories, including: - **SEO issues**: Meta tags, titles, descriptions, canonical URLs, Open Graph tags - **Technical problems**: Broken links, redirect chains, page speed, mobile-friendliness - **Performance**: Page load time, resource usage, caching - **Content quality*
- Links
- What This Skill Does
- When to Use
- Prerequisites
- Installation
- Windows Installation
- Verify Installation
- Setup
- Usage
- Intro
- Basic Workflow
- Advanced Options
- Common Options
- Audit Command Options
curl -fsSL https://squirrelscan.com/install | bash export PATH="$HOME/.local/bin:$PATH" squirrel --version squirrel init --project-name my-project squirrel config set project.name my-project squirrel audit https://example.com --format llm Step 1: Run audit (default: console output) squirrel audit https://example.com Step 2: Export as LLM format squirrel report <audit-id> --format llm
What does the audit-website skill do?
Audit websites for SEO, technical, content, and security issues using squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use when analyzing websites, debugging SEO issues, or checking site health.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill audit-website-futureman19-craftmyprompts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
