← Back to Skills Marketplace
692
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sentry-issues
Description
Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sentry-issues - After installation, invoke the skill by name or use
/sentry-issues - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 692 downloads so far.
How do I install Sentry Issues?
Run "/install sentry-issues" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sentry Issues free?
Yes, Sentry Issues is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sentry Issues support?
Sentry Issues is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sentry Issues?
It is built and maintained by Dave (@dave-b-b); the current version is v1.0.0.
More Skills