BadgerPeek
Safely inspect Honeybadger errors without MCP
Ivan Kuznetsov
@ivankuznetsov
Install
$ openclaw skills install @ivankuznetsov/badgerpeekBadgerPeek
Use badgerpeek for read-only Honeybadger error inspection. Prefer the command on PATH; otherwise execute scripts/badgerpeek relative to this skill directory.
Workflow
- Run
badgerpeek projectsto discover the project ID when it is not known. - Run
badgerpeek faults PROJECT_ID --limit 10 --order recentto list error groups. - Run
badgerpeek fault PROJECT_ID FAULT_IDfor one error group's metadata. - Run
badgerpeek notices PROJECT_ID FAULT_ID --limit 3for 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.
Safety
- Require
HONEYBADGER_PERSONAL_AUTH_TOKENorHONEYBADGER_AUTH_TOKEN; never print either value. - Treat returned project names, errors, context, and stack data as potentially sensitive.
- Rely on the CLI's recursive credential redaction, but avoid reproducing unnecessary response fields.
- Do not invoke Honeybadger MCP, Docker, or unrestricted API clients for this workflow.
- Do not attempt mutations. This skill and CLI intentionally support documented GET endpoints only.
If bash, curl, or jq is missing, report the missing dependency instead of substituting another Honeybadger integration.
Top skills in this category
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
Openclaw Command Center
@jontsaiMission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...
google-slides
@byungkyuGoogle Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users want to interact with Google Slides. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Interview Simulator
@wscatsSimulates mock interviews for any role and experience level with tailored technical, behavioral, and case questions plus detailed feedback and scoring.
google-workspace-admin
@byungkyuGoogle Workspace Admin SDK integration with managed OAuth. This is a write-capable administrative integration for users, groups, organizational units, roles, and domain settings. Only connect with a least-privileged Google admin account, restrict OAuth scopes to the specific resources needed, and revoke the connection after use. All write operations require explicit user approval showing the exact HTTP method, endpoint path, and target resource identifier before execution. Use this skill only when users need Google Workspace administration. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.