ohdear
Installation
SKILL.md
Oh Dear CLI
The ohdear CLI manages Oh Dear website monitoring from the terminal. Every Oh Dear API endpoint has a corresponding command.
Prerequisites
ohdear --version # Check if installed
composer global require ohdearapp/ohdear-cli # Install if needed
Authentication
ohdear login # Prompted for API token (get it at https://ohdear.app/user-settings/api)
ohdear logout # Clear credentials
If any command returns 401, run ohdear login again.