website-alive
Installation
SKILL.md
Website Alive Check
Verifies a website is serving correctly by checking HTTP status, content presence, layout integrity, visual rendering, and resource loading.
Quick Start
# First time setup (installs dependencies)
bash scripts/setup.sh
# Run health check
python3 scripts/check_alive.py https://example.com
# With options
python3 scripts/check_alive.py https://example.com --screenshot=/tmp/site.png --json