# Send Rollbar to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rollbar",
    "name": "Rollbar",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vittor1o/rollbar",
    "canonicalUrl": "https://clawhub.ai/vittor1o/rollbar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/rollbar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rollbar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "rollbar.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "rollbar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T06:17:29.964Z",
      "expiresAt": "2026-05-15T06:17:29.964Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rollbar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rollbar",
        "contentDisposition": "attachment; filename=\"rollbar-1.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "rollbar"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rollbar"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rollbar",
    "downloadUrl": "https://openagent3.xyz/downloads/rollbar",
    "agentUrl": "https://openagent3.xyz/skills/rollbar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rollbar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rollbar/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: vittor1o
- Version: 1.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T06:17:29.964Z
- Expires at: 2026-05-15T06:17:29.964Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/rollbar)
- [Send to Agent page](https://openagent3.xyz/skills/rollbar/agent)
- [JSON manifest](https://openagent3.xyz/skills/rollbar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/rollbar/agent.md)
- [Download page](https://openagent3.xyz/downloads/rollbar)