← 返回 Skills 市场
vittor1o

Rollbar

作者 vittor1o · GitHub ↗ · v1.2.0
cross-platform ✓ 安全检测通过
608
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install rollbar
功能描述
Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rollbar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rollbar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug rollbar
版本 1.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Rollbar 是什么?

Monitor and manage Rollbar error tracking. List recent items, get item details, resolve/mute issues, and track deployments via the Rollbar API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 608 次。

如何安装 Rollbar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rollbar」即可一键安装,无需额外配置。

Rollbar 是免费的吗?

是的,Rollbar 完全免费(开源免费),可自由下载、安装和使用。

Rollbar 支持哪些平台?

Rollbar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rollbar?

由 vittor1o(@vittor1o)开发并维护,当前版本 v1.2.0。

💬 留言讨论