Healthcheck

Run system health checks on the openrappter agent framework and connected services. Use when this capability is needed.

tomevault-io Updated

File contents

Healthcheck

Verify openrappter system health and connected services.

System Check

# Check Node.js version
node --version

# Check npm packages
npm ls --depth=0

# Verify gateway connectivity
curl -s http://localhost:18790/health

Service Checks

  • Gateway: WebSocket connection test
  • Storage: SQLite read/write test
  • Memory: Embedding service connectivity
  • Channels: Per-channel auth validation
  • Skills: Installed skills integrity

Diagnostics

# Full diagnostics
openrappter doctor

# Check config validity
openrappter config validate

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kody-w--openrappter--healthcheck commit 353b9a12c7

Frequently asked questions

npx skillmds@latest add tomevault-io/healthcheck-7