Install
openclaw skills install @ivankuznetsov/badgerpeekSafely inspect Honeybadger errors without MCP
openclaw skills install @ivankuznetsov/badgerpeekUse badgerpeek for read-only Honeybadger error inspection. Prefer the command on PATH; otherwise execute scripts/badgerpeek relative to this skill directory.
badgerpeek projects to discover the project ID when it is not known.badgerpeek faults PROJECT_ID --limit 10 --order recent to list error groups.badgerpeek fault PROJECT_ID FAULT_ID for one error group's metadata.badgerpeek notices PROJECT_ID FAULT_ID --limit 3 for recent occurrences and stack data.Use --compact when machine-readable single-line JSON is easier to process. Use badgerpeek help for filters and timestamp options.
HONEYBADGER_PERSONAL_AUTH_TOKEN or HONEYBADGER_AUTH_TOKEN; never print either value.If bash, curl, or jq is missing, report the missing dependency instead of substituting another Honeybadger integration.