# Healthcheck

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

- Skill: `tomevault-io/healthcheck-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/healthcheck-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/healthcheck-7/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/healthcheck-7

---


# Healthcheck

Verify openrappter system health and connected services.

## System Check

```bash
# 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

```bash
# Full diagnostics
openrappter doctor

# Check config validity
openrappter config validate
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kody-w) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

