sentry

Inspect Sentry issues and retrieve event data via its API.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gooftroop/Armoury --skill sentry-gooftroop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/gooftroop/Armoury/tree/main/.opencode/skills/sentry
Command: npx skills add https://github.com/gooftroop/Armoury --skill sentry-gooftroop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly inspect Sentry issues, summarize recent production errors, and pull basic Sentry health data without needing to navigate the Sentry UI.

Core Features & Use Cases

  • Inspect Sentry Issues: View details about specific Sentry issues, including their status, first seen, and last seen times.
  • Summarize Errors: Get a summary of recent production errors within a specified time range.
  • Retrieve Event Data: Pull detailed information about specific Sentry events.
  • Use Case: A developer needs to quickly check for new critical errors in production that occurred in the last hour. They can use this Skill to get a concise list without leaving their current workflow.

Quick Start

List the top 10 open issues for prod in the last 24h.

Frequently Asked Questions about sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check recent Sentry production errors without leaving my workflow?

You can inspect recent Sentry production errors by using this Skill to query the Sentry API, summarizing issue details and pulling event data for root cause analysis directly within your current environment.

What do I need to retrieve Sentry issues via API?

To retrieve Sentry issues via API, you need a Sentry authentication token configured with read-only scopes. Optionally, you can provide organization, project, and environment parameters to filter the returned data.

Can I get a summary of open Sentry issues from the last 24 hours?

Yes, you can summarize open Sentry issues from a specified time range. For example, you can list the top 10 open production issues from the last 24 hours without needing to navigate the Sentry UI.

Does this Sentry API integration support modifying or resolving production issues?

No, this Sentry API integration provides strictly read-only access to inspect issues, summarize recent production errors, and retrieve event data, meaning it cannot modify or resolve production issues.

How do I pull detailed event data for root cause analysis from Sentry?

You pull detailed event data for root cause analysis by querying specific Sentry events through the API. This allows you to inspect recent production errors and event specifics without navigating the Sentry UI.