This pulls server logs from projects using openlogs, so Claude can inspect startup errors, stack traces, and recent dev-server output without you manually copy-pasting terminal output. It runs `openlogs tail -n 200` to grab the latest run, or you can query specific commands like `openlogs tail dev`. The workflow is smart: it tries the CLI first, falls back to reading `.openlogs/latest.txt` directly if needed, and strips ANSI codes by default to make parsing cleaner. Honestly most useful when debugging why something crashed on startup or tracking down that error you saw flash by three restarts ago.
npx skills add https://github.com/charlietlamb/openlogs --skill openlogs-server-logs