← 返回 Skills 市场
dave-b-b

Sentry Issues

作者 Dave · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
692
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sentry-issues
功能描述
Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get...
安全使用建议
This skill's code and instructions match its stated purpose (fetching Sentry issues), but the package metadata fails to declare the required SENTRY_AUTH_TOKEN/primary credential. Before installing or running: 1) Verify the skill owner/trustworthiness and ask them to update the metadata to declare SENTRY_AUTH_TOKEN as the primary credential. 2) Create a Sentry token with the minimal scopes needed (project:read, event:read) and avoid using broader or write-scoped tokens. 3) Review the included script (you already have it) to confirm it only calls sentry.io and doesn't exfiltrate data elsewhere. 4) Be aware that issue details and stack traces can contain sensitive information (PII, secrets, file paths) — avoid posting outputs publicly. 5) If in doubt, run the script in an isolated environment or with a token that has access only to a test project.
功能分析
Type: OpenClaw Skill Name: sentry-issues Version: 1.0.0 The OpenClaw AgentSkills bundle for Sentry issue tracking is benign. The `SKILL.md` provides clear, legitimate instructions for fetching Sentry issues, and the `scripts/sentry_issues.py` script correctly implements this functionality. It uses standard Python libraries to interact with the official Sentry API (`https://sentry.io/api/0`), retrieves API tokens securely from environment variables or arguments, and properly URL-encodes user-provided query parameters, preventing injection vulnerabilities. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The SKILL.md and included script implement exactly what the name/description claim: querying Sentry issues and optionally fetching stack traces. However, the registry metadata lists no required environment variables or primary credential while both SKILL.md and the script clearly require an auth token (SENTRY_AUTH_TOKEN or --token). This mismatch is unexplained and reduces trust in the manifest.
Instruction Scope
Runtime instructions are narrowly scoped: call the Sentry API (sentry.io) using a provided token, org and project slugs, and optionally an issue id or query. The SKILL.md does not instruct the agent to read unrelated files, system secrets, or send data to third-party endpoints other than Sentry.
Install Mechanism
There is no install spec (instruction-only skill) and the included Python script is executed directly. No external downloads or package installs are requested, so nothing arbitrary is written to disk by an installer.
Credentials
The script legitimately needs a Sentry auth token with project:read and event:read scopes. However, the skill metadata does not declare this required environment variable or a primary credential. The token is sensitive — it grants read access to project events and stack traces — so omission from declared requirements is a notable inconsistency that should be fixed or explained.
Persistence & Privilege
The skill does not request permanent presence (always is false), does not modify other skills or system settings, and does not request elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sentry-issues
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sentry-issues 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the sentry-issues skill. - Fetch and analyze issues from Sentry error tracking via the Sentry API. - Supports listing, querying, and sorting project issues. - Provides detailed issue data, including stack trace and user metadata. - Authenticates using a Sentry API token for secure access. - Includes command-line interface for quick project integration and troubleshooting.
元数据
Slug sentry-issues
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sentry Issues 是什么?

Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 692 次。

如何安装 Sentry Issues?

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

Sentry Issues 是免费的吗?

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

Sentry Issues 支持哪些平台?

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

谁开发了 Sentry Issues?

由 Dave(@dave-b-b)开发并维护,当前版本 v1.0.0。

💬 留言讨论