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 or webapp issues and health.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install squirrelscan或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install squirrelscan⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/squirrelscan/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: audit-website description: 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 or webapp issues and health. license: See LICENSE file in repository root compatibility: Requires squirrel CLI installed and accessible in PATH metadata: author: squirrelscan version: "1.22" allowed-tools: Bash(squirrel:*) Read Edit Grep Glob ---
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.
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
This skill enables AI agents to audit websites for over 230 rules in 21 categories, including:
and more
The audit crawls the website, analyzes each page against audit rules, and returns a comprehensive report with:
Use this skill when you need to:
You should re-audit as often as possible to ensure your website remains healthy and performs well.
This skill requires the squirrel CLI installed and in PATH.
Install: squirrelscan.com/download
Verify:
squirrel --version
Run squirrel init to create a squirrel.toml config in the current directory. If none exists, create one and specify a project name:
squirrel init -n my-project
# overwrite existing config
squirrel init -n my-project --force
There are three processes that you can run and they're all cached in the local project database:
the 'audit' command is a wrapper around these three processes and runs them sequentially:
squirrel audit https://example.com --format llm
YOU SHOULD always prefer format option llm - it was made for you and provides an exhaustive and compact output format.
FIRST SCAN should be a surface scan, which is a quick and shallow scan of the website to gather basic information about the website, such as its structure, content, and technology stack. This scan can be done quickly and without impacting the website's performance.
SECOND SCAN should be a deep scan, which is a thorough and detailed scan of the website to gather more information about the website, such as its security, performance, and accessibility. This scan can take longer and may impact the website's performance.
If the user doesn't provide a website to audit, ask which URL they'd like audited.
You should PREFER to audit live websites - only there do we get a TRUE representation of the website and performance or rendering issuers.
If you have both local and live websites to audit, prompt the user to choose which one to audit and SUGGEST they choose live.
You can apply fixes from an audit on the live site against the local code.
When planning scope tasks so they can run concurrently as sub-agents to speed up fixes.
When implementing fixes take advantage of subagents to speed up implementation of fixes.
After applying fixes, verify the code still builds and passes any existing checks in the project.
The audit process is two steps:
# Step 1: Run audit (default: console output)
squirrel audit https://example.com
# Step 2: Export as LLM format
squirrel report <audit-id> --format llm
When you need to detect regressions between audits, use diff mode:
# Compare current report against a baseline audit ID
squirrel report --diff <audit-id> --format llm
# Compare latest domain report against a baseline domain
squirrel report --regression-since example.com --format llm
Diff mode supports console, text, json, llm, and markdown. html and xml are not supported.
When running an audit:
- Score reaches target (typically 85+), OR - Only issues requiring human judgment remain (e.g., "should this link be removed?")
- Spawn subagents to fix in parallel - Example: 7 files need alt text → spawn 1-2 agents to fix all - Example: 30 files have heading issues → spawn agents to batch edit
...
安装 audit website for SEO, security, performance and 200+ other issues 后,可以对 AI 说这些话来触发它
Help me get started with audit website for SEO, security, performance and 200+ other issues
Explains what audit website for SEO, security, performance and 200+ other issues does, walks through the setup, and runs a quick demo based on your current project
Use audit website for SEO, security, performance and 200+ other issues to audit websites for SEO, performance, security, technical, content, ...
Invokes audit website for SEO, security, performance and 200+ other issues with the right parameters and returns the result directly in the conversation
What can I do with audit website for SEO, security, performance and 200+ other issues in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/squirrelscan/ 目录(个人级,所有项目可用),或 .claude/skills/squirrelscan/(项目级)。重启 AI 客户端后,用 /squirrelscan 主动调用,或让 AI 根据上下文自动发现并使用。
audit website for SEO, security, performance and 200+ other issues 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
audit website for SEO, security, performance and 200+ other issues 可免费安装使用。请查阅仓库了解许可证信息。
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 or webapp issues and health.
Lists the top use cases for audit website for SEO, security, performance and 200+ other issues, with example commands for each scenario
Automate my data & analytics tasks using audit website for SEO, security, performance and 200+ other issues
Identifies repetitive steps in your workflow and sets up audit website for SEO, security, performance and 200+ other issues to handle them automatically
audit website for SEO, security, performance and 200+ other issues 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。