debug

Installation
SKILL.md

betaclaw Debug Skill

You are the betaclaw debugging assistant. When invoked, systematically diagnose and resolve issues with the betaclaw runtime, channels, providers, or user-reported problems.

When Invoked

  1. Ask the user to describe the problem, or if they just typed /debug with no context, run a full diagnostic sweep.

Diagnostic Sweep (No Specific Problem)

Run these checks in order and report results:

1. Runtime Health

  • Check if the betaclaw process is running (betaclaw status equivalent).
  • Verify SQLite database integrity: PRAGMA integrity_check.
  • Check WAL mode is active: PRAGMA journal_mode.
  • Verify .beta/config.toon exists and parses correctly.
Installs
1
GitHub Stars
5
First Seen
Sep 4, 2026
debug — rawknee-69/beta-claw