← 返回 Skills 市场
Sentry Cli
作者
iAhmadZain
· GitHub ↗
· v1.0.1
1824
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sentry-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/sentry-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix initial publish
v1.0.0
Initial release: Sentry.io CLI for error monitoring, releases, source maps, dSYMs, and issue management
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1824 次。
如何安装 Sentry Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sentry-cli」即可一键安装,无需额外配置。
Sentry Cli 是免费的吗?
是的,Sentry Cli 完全免费(开源免费),可自由下载、安装和使用。
Sentry Cli 支持哪些平台?
Sentry Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sentry Cli?
由 iAhmadZain(@iahmadzain)开发并维护,当前版本 v1.0.1。
推荐 Skills