Agent skill · Security

audit-website

使用 squirrelscan CLI(squirrel)对网站进行审计,覆盖 SEO、技术、内容、性能、安全等 140+ 规则。当需要分析网站健康、排查技术 SEO、检查死链、校验 meta 与结构化数据、生成站点审计报告、对比改版前后,或提到「网站审计」「audit website」「squirrel」「站点健康检查」时使用。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill audit-website --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/audit-website/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

# 网站审计技能 使用 [squirrelscan](https://squirrelscan.com) 的 CLI 工具 `squirrel`,对网站进行 SEO、技术、内容、性能和安全性审计。 squirrel 支持 macOS、Windows、Linux,通过模拟浏览器与搜索爬虫,结合 140+ 条规则分析站点结构与内容,输出问题列表及修复建议。 ## 链接 - 官网:<https://squirrelscan.com> - 文档(含规则说明):<https://docs.squirrelscan.com> 规则文档模板:`https://docs.squirrelscan.com/rules/{rule_category}/{rule_id}` 示例:<https://docs.squirrelscan.com/rules/links/external-links> --- ## 本技能能做什么 支持 AI 智能体按 20+ 类别、140+ 条规则审计网站,包括: - **SEO**:Meta 标签、title、description、canonical、Open Graph - **技术**:死链、重定向链、页面速度、移动友好性 - **性能**:加载时间、资源使用、缓存 - **内容**:标题结构、图片 alt、内容分析 - **安全**:泄露密钥、HTTPS、安全头、混合内容 - **无障碍**:alt、色彩对比、键盘导航 - **可用性**:表单校验、错误处理、用户流程 - **链接**:内外链死链检测 - **E-E-A-T**:经验、专业、权威、可信度 - **移动端**:移动友好、响应式、触控元素 - **可抓取性**:robots.txt、sitemap.xml 等 - **Schema**:Schema.org、结构化数据、富摘要 - **法律**:隐私政策、服务条款等合规 - **社交**:Open Graph、Twitter 卡片及 schema 校验 - **URL 结构**:长度、连字符、关键词 - **关键词**:堆砌检测 - **图片**:alt、对比度、尺寸、格式 - **本地 SEO**:NAP 一致性、地理元数据 - **视频**:VideoObject schema、无障碍 审计会爬取站点、按规则分析页面,并生成报告,包含: - 整体健康分(0–100) - 按类别 breakdown(核心 SEO、技术 SEO、内容、安全等) - 具体问题及受影响 URL - 死链列表 - 可执行的改进建议 --- ## 何时使用 在以下场景使用本技能: - 分析网站健康度 - 排查技术 SEO 问题 - 修复上述各类问题 - 检查死链 - 校验 meta 与结构化数据 - 生成站点审计报告 - 对比改版前后健康度 - 提升性

What's inside
Steps it walks through
  1. 链接
  2. 本技能能做什么
  3. 何时使用
  4. 前置条件
  5. 安装(macOS / Linux)
  6. Windows 安装
  7. 验证安装
  8. 配置
  9. 使用方式
  10. 概述
  11. 审计目标选择
  12. 实施修复时
  13. 基本流程
  14. 常用选项
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
squirrel audit https://example.com
squirrel report <audit-id> --format llm
squirrel audit https://example.com --max-pages 200
squirrel audit https://example.com --refresh
More from claude-skill-registry
All skills →
About this skill
What does the audit-website skill do?

使用 squirrelscan CLI(squirrel)对网站进行审计,覆盖 SEO、技术、内容、性能、安全等 140+ 规则。当需要分析网站健康、排查技术 SEO、检查死链、校验 meta 与结构化数据、生成站点审计报告、对比改版前后,或提到「网站审计」「audit website」「squirrel」「站点健康检查」时使用。

How do I install it?

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