← Back to Skills Marketplace
charlie-morrison

Sentry Error Triage

by charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sentry-error-triage
Description
Sentry error tracking — list, triage, and resolve issues; manage releases and source maps via CLI and REST API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sentry-error-triage
  3. After installation, invoke the skill by name or use /sentry-error-triage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: CLI + REST API for error tracking, issue triage, releases, and source maps
Metadata
Slug sentry-error-triage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sentry Error Triage?

Sentry error tracking — list, triage, and resolve issues; manage releases and source maps via CLI and REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Sentry Error Triage?

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

Is Sentry Error Triage free?

Yes, Sentry Error Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sentry Error Triage support?

Sentry Error Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sentry Error Triage?

It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.

💬 Comments