π¦ ClawHub
Rollbar
by @vittor1o
Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API.
βοΈ Configuration
Set your Rollbar access token as an environment variable:
export ROLLBAR_ACCESS_TOKEN=your-token
> β οΈ Security: Store tokens in environment variables or a secure secret manager β never commit them to repository files.
Two token types are supported:
read scope for monitoring; add write scope only if you need to resolve/mute items. This is the most restrictive and safest option for single-project use.--project-id to target specific projects. The skill auto-resolves a project read token from the account token. Note: account tokens grant broader access β only use when you need to monitor multiple projects.π Tips & Best Practices
top command sorts active items by occurrence count β useful for daily triage.TERMINAL
clawhub install rollbar