typescript/skills/healthcheck/SKILL.md
Run system health checks on the openrappter agent framework and connected services.
npx skillsauth add kody-w/openrappter healthcheckInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Verify openrappter system health and connected services.
# Check Node.js version
node --version
# Check npm packages
npm ls --depth=0
# Verify gateway connectivity
curl -s http://localhost:18790/health
# Full diagnostics
openrappter doctor
# Check config validity
openrappter config validate
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.