← 返回 Skills 市场
charlie-morrison

Sentry Error Triage

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sentry-error-triage
功能描述
Sentry error tracking — list, triage, and resolve issues; manage releases and source maps via CLI and REST API.
安全使用建议
This skill appears to implement Sentry triage correctly, but there are a few red flags you should address before installing: (1) The SKILL.md requires SENTRY_AUTH_TOKEN, SENTRY_ORG, and SENTRY_PROJECT, but the skill metadata does not declare these — assume the skill will need a Sentry token with the scopes it lists. Only provide a token with the minimum scopes and avoid long-lived or org-wide tokens if possible. (2) The instructions tell the agent to read local code files to suggest fixes. If you enable this skill, limit the agent's filesystem access (run it in a repo-limited workspace or sandbox) so it can't read unrelated files. (3) Installation guidance recommends global npm/pip installs; prefer installing sentry-cli from an official package manager in a controlled environment (or use a container/virtualenv) to avoid polluting system-wide binaries. (4) Verify the skill author/origin before use — there is no homepage or publisher information. If you need higher confidence, ask the publisher to update the skill metadata to explicitly declare required env vars and installation steps, or perform manual triage via your own Sentry CLI/REST scripts rather than granting the skill live access.
功能分析
Type: OpenClaw Skill Name: sentry-error-triage Version: 1.0.0 The skill provides a standard integration for Sentry error tracking, allowing an agent to list, triage, and resolve issues using the official `sentry-cli` and REST API. The instructions in `SKILL.md` are well-documented, focusing on legitimate operational workflows such as release management and source map uploads. There are no signs of data exfiltration, malicious execution, or suspicious network activity, as all API calls are directed to the official `sentry.io` domain.
能力评估
Purpose & Capability
Name/description (Sentry triage) align with the actions shown (sentry-cli and Sentry REST API). However the registry metadata lists no required environment variables while the SKILL.md explicitly requires SENTRY_AUTH_TOKEN, SENTRY_ORG, and SENTRY_PROJECT — a clear mismatch between claimed requirements and the actual runtime needs.
Instruction Scope
SKILL.md contains concrete CLI and curl commands for Sentry, which is expected, but it also instructs the agent to "read the file" when checking if an error is in code the agent can access. That directs the agent to read local repository files (arbitrary file I/O) to suggest fixes — scope-creep that should be explicit and limited, not implicit in prose. The instructions also reference env vars (SENTRY_AUTH_TOKEN, etc.) that are not declared in the skill's top-level requirements.
Install Mechanism
The skill is instruction-only (no install spec in the registry), but SKILL.md embeds install instructions recommending global npm or pip installs of sentry-cli. This is not itself malicious, but it's inconsistent with the registry's 'no install spec' claim and the instructions use global installs (npm -g / pip) which can affect the host environment. There is no download-from-arbitrary-URL pattern here.
Credentials
The runtime requires a Sentry auth token and organization/project identifiers (reasonable for Sentry access), but the skill's declared requirements list no env vars or primary credential. The token requested in the docs should be declared explicitly in the metadata. Requiring an auth token is proportionate to the task, but the metadata omission is an important coherence/visibility problem.
Persistence & Privilege
always:false and default model-invocation behavior are used. The skill does not request permanent or elevated platform privileges. That said, because instructions ask the agent to read local files, you should control the agent's filesystem access when enabling the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sentry-error-triage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sentry-error-triage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: CLI + REST API for error tracking, issue triage, releases, and source maps
元数据
Slug sentry-error-triage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sentry Error Triage 是什么?

Sentry error tracking — list, triage, and resolve issues; manage releases and source maps via CLI and REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Sentry Error Triage?

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

Sentry Error Triage 是免费的吗?

是的,Sentry Error Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sentry Error Triage 支持哪些平台?

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

谁开发了 Sentry Error Triage?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论