Agent skill · Security

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.9
Declared author: squirrelscan
Allowed tools: Bash(squirrel:*)
Requires: Requires squirrel CLI installed and accessible in PATH
Path: skills/analysis/audit-website-futureman19-craftmyprompts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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*

What's inside
Steps it walks through
  1. Links
  2. What This Skill Does
  3. When to Use
  4. Prerequisites
  5. Installation
  6. Windows Installation
  7. Verify Installation
  8. Setup
  9. Usage
  10. Intro
  11. Basic Workflow
  12. Advanced Options
  13. Common Options
  14. Audit Command Options
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going