audit-website
審核網站的 SEO 和安全問題
網站審核複雜且耗時。squirrelscan CLI 可自動對 149+ 條規則進行全面審核,涵蓋 SEO、效能、無障礙性和安全性,為 AI 代理生成可操作的報告。
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "audit-website". squirrel audit https://example.com --format llm
Resultado esperado:
- 健康評分:78/100(等級:C)
- 發現問題:5 個錯誤,12 個警告
- 嚴重:2 個頁面(關於我們、聯絡我們)缺少中繼標題
- 警告:首頁沒有 Open Graph 標籤
- 修復:為受影響的頁面添加 <meta name="description">
Usando "audit-website". squirrel report audit-id --format llm
Resultado esperado:
- 網站:https://example.com - 已爬取 51 頁
- 核心 SEO:92/100 | 技術 SEO:88/100 | 內容:76/100
- 失敗的檢查:
- - core/meta-title:2 個頁面缺少中繼標題
- - core/meta-description:5 個頁面沒有描述
- 建議:為所有頁面添加獨特的標題
Auditoría de seguridad
Riesgo bajoLegitimate website auditing tool. Static findings are false positives - scanner misidentified documentation examples and URL patterns as security threats. The skill uses network access for website crawling and external commands to invoke the squirrel CLI, which is expected and documented behavior.
Problemas de riesgo alto (5)
Problemas de riesgo medio (2)
Problemas de riesgo bajo (1)
Factores de riesgo
🌐 Acceso a red (5)
⚙️ Comandos externos (3)
📁 Acceso al sistema de archivos (3)
Puntuación de calidad
Lo que puedes crear
除錯技術 SEO 問題
分析網站以識別和修復技術 SEO 問題,如遺失的中繼標籤、失效連結和可抓取性問題。
生成網站健康報告
執行全面審核,輸出健康評分和可操作的建議,以改善網站品質。
啟用 AI 驅動的網站修復
為 AI 助手提供結構化的審核資料,以自主識別和建議網站問題的修復方案。
Prueba estos prompts
對 https://example.com 執行網站審核,使用 audit-website 技能,顯示健康評分和主要問題。
對 https://example.com 進行 SEO 問題審核。檢查中繼標籤、標題和內容結構。顯示針對大型語言模型格式化的報告,包含具體失敗的規則。
對 https://example.com 執行重點審核,檢查安全標頭、外洩的金鑰和無障礙性問題。報告發現的任何問題。
對我的預備環境網站 https://staging.example.com 進行審核,並與正式環境網站進行比較。顯示預備環境中存在但正式環境中沒有的問題。
Mejores prácticas
- 使用 --format llm 獲得針對 AI 優化的輸出,比詳細格式小 40%
- 對正式上線的網站執行審核以獲得準確的渲染和效能資料
- 儲存審核 ID 以比較變更前後的網站健康狀況
- 對大型網站使用 --max-pages 限制來控制爬取時間
Evitar
- 不要在 audit 命令中直接使用 --format llm(僅與 report 命令一起使用)
- 不要審核本地開發網址並期望獲得正式環境等級的結果
- 與 AI 助手一起工作時不要跳過 --format llm(詳細輸出會浪費 token)
- 執行審核前不要忘記使用 squirrel --version 驗證安裝
Preguntas frecuentes
squirrel audit 和 squirrel report 有什麼區別?
為什麼我應該使用 --format llm 而不是其他格式?
典型的網站審核需要多長時間?
會檢查哪些審核規則?
我可以審核受密碼保護的頁面嗎?
如何隨著時間比較審核結果?
Detalles del desarrollador
Estructura de archivos