← Back to Skills Marketplace
vittor1o

Rollbar

by vittor1o · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
608
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install rollbar
Description
Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API.
Usage Guidance
This skill appears coherent and implements only Rollbar API interactions. Before installing: 1) Use a least-privilege Rollbar token (project-level read-only when possible); avoid account-level tokens unless necessary. 2) Store the token in a secrets manager or environment variable — avoid committing it to repos. 3) If you plan to run proactive cron checks, confirm where alerts/summaries will be delivered and how logs are stored to avoid accidental token exposure. 4) Review the included rollbar.sh yourself (it’s short and readable) if you want to be certain no local modifications or telemetry are present. Finally, verify the skill’s repository/source matches an author you trust before installing into production.
Capability Analysis
Type: OpenClaw Skill Name: rollbar Version: 1.2.0 The OpenClaw Rollbar skill is designed to interact with the Rollbar API for error monitoring and management. It uses `curl` for API calls and `python3` for JSON parsing, both declared dependencies. The `ROLLBAR_ACCESS_TOKEN` is securely handled via environment variables, and input validation is performed on command-line arguments. There is no evidence of malicious intent, data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All operations are aligned with the stated purpose of managing Rollbar errors.
Capability Assessment
Purpose & Capability
Name/description request a Rollbar access token and require curl/python3 — exactly what is needed to call the Rollbar API. The commands and options in SKILL.md map directly to API operations implemented in rollbar.sh.
Instruction Scope
SKILL.md instructs setting ROLLBAR_ACCESS_TOKEN, running the included rollbar.sh, and optionally scheduling a cron check. The instructions do not ask the agent to read unrelated files or send data to any endpoint other than api.rollbar.com.
Install Mechanism
No install spec is provided (instruction-only), and the shipped helper is a plain shell script. Nothing is downloaded or executed from arbitrary URLs; no archive extraction or remote installers are used.
Credentials
Only ROLLBAR_ACCESS_TOKEN is required, which is proportional. Note: the skill supports both project-level (recommended) and account-level tokens — account tokens are broader in scope, so the user should prefer a project read-only token unless multi-project access is required.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. The script runs on-demand or via cron as the user configures.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rollbar
  3. After installation, invoke the skill by name or use /rollbar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Security: fix shell injection in ITEM_ID/PROJECT_ID args, fix Python code injection in LIMIT/HOURS params. All inputs now validated and passed via env vars.
v1.1.0
Declare required env vars and binaries (curl, python3) in metadata. Add security guidance for token storage. Recommend project-scoped tokens as default.
v1.0.0
Initial release: list/inspect/resolve/mute errors, multi-project support via account tokens, deploy tracking, top errors ranking
Metadata
Slug rollbar
Version 1.2.0
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Rollbar?

Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API. It is an AI Agent Skill for Claude Code / OpenClaw, with 608 downloads so far.

How do I install Rollbar?

Run "/install rollbar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rollbar free?

Yes, Rollbar is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Rollbar support?

Rollbar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rollbar?

It is built and maintained by vittor1o (@vittor1o); the current version is v1.2.0.

💬 Comments