← Back to Skills Marketplace
Sentry Cli
by
iAhmadZain
· GitHub ↗
· v1.0.1
1824
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install sentry-cli
Description
Sentry.io error monitoring via sentry-cli. Use when working with Sentry releases, source maps, dSYMs, events, or issue management. Covers authentication, release workflows, deploy tracking, and debug file uploads.
Usage Guidance
This SKILL.md is a legitimate how-to for sentry-cli, but take these precautions before installing or using it: 1) The skill metadata lists no source or homepage — verify the publisher before trusting it. 2) The instructions use sensitive values (SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT) even though the registry did not declare required credentials — only provide a token with the minimum scope needed (prefer a CI-specific token), and avoid placing high-privilege tokens in global env. 3) Prefer installing sentry-cli via your platform's package manager (brew or npm) rather than blindly running curl | bash; if you must use the installer script, inspect it first. 4) Be aware the commands may read and upload local artifacts or logs (dSYMs, /var/log/app.log, build artifacts) — review what will be uploaded. 5) If you allow autonomous agent invocation, restrict when the skill can run and monitor token usage. If you want, request the skill author to declare required env vars and provide a verifiable homepage/source before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: sentry-cli
Version: 1.0.1
The skill bundle is designed to interact with the legitimate Sentry.io CLI. However, the `SKILL.md` documentation includes an installation method for `sentry-cli` using `curl -sL https://sentry.io/get-cli/ | bash`. While this is a common and officially documented installation method for `sentry-cli`, it inherently involves executing arbitrary code downloaded from a remote server, which is a high-risk practice and a potential supply chain vulnerability if the remote server were ever compromised. There is no evidence of intentional malicious behavior or prompt injection attempts against the agent beyond the stated purpose.
Capability Assessment
Purpose & Capability
Name and description align with the SKILL.md: everything is about sentry-cli release management, sourcemaps, dSYMs, events, and CI integration. The commands and examples are coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run sentry-cli commands that legitimately operate on releases, source maps, debug artifacts, and optionally local files (e.g., /var/log/app.log, Xcode DerivedData paths). These file references are expected for this domain but mean the agent may be instructed to read and upload local artifacts or logs — verify you are comfortable with that level of file access.
Install Mechanism
The skill has no formal install spec in registry (instruction-only) but the README suggests installing via brew, npm, or a direct download using curl -sL https://sentry.io/get-cli/ | bash. brew/npm are standard, but the curl|bash pattern is higher-risk (pipe-to-shell). The URL is an official sentry.io domain, which reduces suspicion, but a user should prefer vetted package installs or inspect the downloaded script before executing.
Credentials
Registry metadata declares no required env vars or primary credential, yet SKILL.md repeatedly references sensitive environment variables and config (.sentryclirc, SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT). This is a mismatch: the skill will rely on sensitive tokens and org/project settings even though none are declared. Requesting SENTRY_AUTH_TOKEN is expected for sentry-cli, but the lack of declared required credentials and the skill's unknown source makes it important to check token scope and storage location before use.
Persistence & Privilege
The skill does not request always:true, has no install that writes persistent system-wide configuration beyond normal sentry-cli usage (it suggests storing tokens in .sentryclirc). It does not modify other skills or agent-wide settings in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sentry-cli - After installation, invoke the skill by name or use
/sentry-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix initial publish
v1.0.0
Initial release: Sentry.io CLI for error monitoring, releases, source maps, dSYMs, and issue management
Metadata
Frequently Asked Questions
What is Sentry Cli?
Sentry.io error monitoring via sentry-cli. Use when working with Sentry releases, source maps, dSYMs, events, or issue management. Covers authentication, release workflows, deploy tracking, and debug file uploads. It is an AI Agent Skill for Claude Code / OpenClaw, with 1824 downloads so far.
How do I install Sentry Cli?
Run "/install sentry-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sentry Cli free?
Yes, Sentry Cli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sentry Cli support?
Sentry Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sentry Cli?
It is built and maintained by iAhmadZain (@iahmadzain); the current version is v1.0.1.
More Skills