โ† All skills
Tencent SkillHub ยท Developer Tools

Rollbar

Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, rollbar.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

Rollbar Skill

Monitor and manage Rollbar errors directly from OpenClaw.

Setup

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: Project-level token (recommended) โ€” found in Rollbar โ†’ Project โ†’ Settings โ†’ Project Access Tokens. Use a token with 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. Account-level token (for multi-project setups) โ€” found in Rollbar โ†’ Account Settings โ†’ Account Access Tokens. Use --project-id <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.

Commands

All commands use the helper script rollbar.sh in this skill directory.

List projects (account token only)

./skills/rollbar/rollbar.sh projects

List recent items (errors/warnings)

./skills/rollbar/rollbar.sh items [--project-id <id>] [--status active|resolved|muted] [--level critical|error|warning|info] [--limit 20]

Get item details

./skills/rollbar/rollbar.sh item <item_id>

Get occurrences for an item

./skills/rollbar/rollbar.sh occurrences <item_id> [--limit 5]

Resolve an item

./skills/rollbar/rollbar.sh resolve <item_id>

Mute an item

./skills/rollbar/rollbar.sh mute <item_id>

Activate (reopen) an item

./skills/rollbar/rollbar.sh activate <item_id>

List deploys

./skills/rollbar/rollbar.sh deploys [--limit 10]

Get project info

./skills/rollbar/rollbar.sh project

Top active items (summary)

./skills/rollbar/rollbar.sh top [--limit 10] [--hours 24]

Proactive Monitoring

To get automatic alerts for new critical/error items, set up a cron job in OpenClaw: "Check Rollbar for new critical or error-level items in the last hour. If any new items appeared, summarize them and alert me." Recommended schedule: every 30โ€“60 minutes during work hours.

Notes

All output is JSON for easy parsing. The top command sorts active items by occurrence count โ€” useful for daily triage. Rollbar API docs: https://docs.rollbar.com/reference

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • rollbar.sh Scripts