AgentSkillsCN

website-monitor

监控已部署网站的健康状况与完整性。可用于检查失效链接、分析性能,以及在实时上线的网站上识别其他关键问题。

SKILL.md
--- frontmatter
name: website-monitor
description: Monitors the health and integrity of deployed websites. Use to check for broken links, analyze performance, and identify other critical issues on live web properties.

Website Monitor Skill

This skill provides automated tools for ensuring the quality and functionality of your live websites.

Core Functionality

  • Broken Link Checker: Scans specified URLs for broken internal and external links.
  • Performance Analysis: Integrates with tools (e.g., Lighthouse) to assess website performance, accessibility, and SEO.
  • Uptime Monitoring: (Future) Checks website availability and response times.
  • Content Validation: (Future) Ensures critical content elements are present and correctly rendered.

Usage Examples

  • "Check https://scs-marketplace.pages.dev/ for any broken links."
  • "Run a performance audit on my main landing page."

Resources

  • scripts/: Contains executable scripts for various monitoring tasks (e.g., check_links.js).
  • references/: Documentation on web monitoring best practices or tool configurations.