BadgerPeek

Safely inspect Honeybadger errors without MCP

Ivan Kuznetsov

@ivankuznetsov

Install

$ openclaw skills install @ivankuznetsov/badgerpeek

BadgerPeek

Use badgerpeek for read-only Honeybadger error inspection. Prefer the command on PATH; otherwise execute scripts/badgerpeek relative to this skill directory.

Workflow

  1. Run badgerpeek projects to discover the project ID when it is not known.
  2. Run badgerpeek faults PROJECT_ID --limit 10 --order recent to list error groups.
  3. Run badgerpeek fault PROJECT_ID FAULT_ID for one error group's metadata.
  4. Run 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.

Safety

  • Require HONEYBADGER_PERSONAL_AUTH_TOKEN or HONEYBADGER_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

@byungkyu

Call 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

39486k

Openclaw Command Center

@jontsai

Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...

7913k

google-slides

@byungkyu

Google 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.

3320k

Interview Simulator

@wscats

Simulates mock interviews for any role and experience level with tailored technical, behavioral, and case questions plus detailed feedback and scoring.

2322k

google-workspace-admin

@byungkyu

Google 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.

2118k