Agent skill · Security

audit-website

Audit websites for SEO, performance, security, technical, content, and 15 other issue cateories with 230+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses website o...

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill audit-website-jantoniofc-skillsbank --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.22
Declared author: squirrelscan
Allowed tools: Bash(squirrel:*)ReadEditGrepGlob
Requires: Requires squirrel CLI installed and accessible in PATH
Path: skills/analysis/audit-website-jantoniofc-skillsbank/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 230+ 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 230 rules in 21 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. Setup
  6. Usage
  7. Intro
  8. Basic Workflow
  9. Regression Diffs
  10. Running Audits
  11. Score Targets
  12. Issue Categories
  13. Content File Fixes
  14. Parallelizing Fixes with Subagents
Ships with 1 file
  • metadata.json
Commands it runs
squirrel --version
squirrel init -n my-project
overwrite existing config
squirrel init -n my-project --force
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
Compare current report against a baseline audit ID
More from claude-skill-registry
All skills →
About this skill
What does the audit-website skill do?

Audit websites for SEO, performance, security, technical, content, and 15 other issue cateories with 230+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses website o...

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill audit-website-jantoniofc-skillsbank --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