rollbar

Query the Rollbar API to list errors, retrieve item details, and fetch stack traces.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful --skill rollbar-nuts-and-bolts-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollbar
Source: https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful/tree/main/container/skills/rollbar
Command: npx skills add https://github.com/nuts-and-bolts-ai/nanoclaw-cheerful --skill rollbar-nuts-and-bolts-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to query the Rollbar API to investigate application errors, view stack traces, and understand the context of issues.

Core Features & Use Cases

  • List Recent Errors: Get a summary of recent errors, including their level, title, and occurrence count.
  • Get Item Details: Retrieve detailed information about a specific error item.
  • List Occurrences: View the full stack traces and request context for specific error occurrences.
  • Use Case: When alerted to a spike in application errors, use this Skill to quickly list the most active errors, inspect their stack traces, and identify the root cause.

Quick Start

Use the rollbar skill to list the 5 most recent errors.

Frequently Asked Questions about rollbar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve stack traces for recent application errors from Rollbar?

To retrieve stack traces for recent application errors, you can query the Rollbar API to list recent errors, retrieve specific item details, and fetch the full stack traces for individual error occurrences. This requires a Rollbar read token for authentication.

Can I use a Python script to investigate error monitoring data and identify the root cause of an issue?

Yes, you can use a Python script to investigate error monitoring data by querying the Rollbar API via urllib. This allows you to list active errors, inspect their stack traces, and understand the request context to identify the root cause.

What is the best way to list the most active errors during a spike in application issues?

The best way to list the most active errors during a spike is to query the Rollbar API to get a summary of recent errors, including their severity level, title, and occurrence count, which helps prioritize investigation efforts.

Do I need a specific token to query error details and request context from the Rollbar API?

Yes, you need a Rollbar read token to authenticate and query the Rollbar API for error details, occurrence counts, and request context. The token is required to authorize the Python urllib API interactions.

What information is included when I fetch details for a specific error occurrence?

When you fetch details for a specific error occurrence, the information includes the full stack traces and the request context associated with that occurrence, providing the necessary data to investigate the issue.