sentry

Retrieve Sentry issues and events via the Sentry API.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill sentry-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40openai/sentry
Command: npx skills add https://github.com/northseadl/skillwisp --skill sentry-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and operations teams quickly inspect Sentry issues, summarize recent production errors, and retrieve basic Sentry health data without leaving their AI assistant.

Core Features & Use Cases

  • Issue Inspection: View details of specific Sentry issues, including events associated with them.
  • Error Summarization: Get a summary of recent production errors to quickly assess system health.
  • Read-only Access: Performs read-only queries against the Sentry API, ensuring no accidental changes are made.

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 Sentry issues and recent production errors without leaving my AI assistant?

You can query Sentry issues and summarize recent production errors directly by providing a read-only Sentry authentication token. This allows the assistant to inspect specific incidents and retrieve basic health data safely.

How do I list the top open Sentry issues from the last 24 hours for a specific environment?

To list recent Sentry issues, provide your authentication token and specify the target organization, project, and environment defaults. The Skill queries the Sentry API to return a summary of the top open production errors.

Do I need a specific authentication token scope to inspect Sentry events via the API?

Yes, you need a Sentry authentication token configured with read-only scopes. This ensures the API queries only inspect issues and events without risking accidental modifications to your production environment.

Can I use this to resolve or update Sentry issues directly from my chat interface?

No, this provides strictly read-only access to Sentry issues and events. It is designed for inspecting production errors and summarizing incidents, ensuring no accidental changes are made to your Sentry project.

What is the best way to quickly assess system health using Sentry observability data?

The best way to assess system health is to summarize recent production errors using the Sentry API. By querying recent events with a read-only token, you can quickly inspect incidents and gauge system stability.

Why does my Sentry error tracking query require an organization and project default?

Specifying organization and project defaults filters the Sentry API query scope. This ensures the returned observability data accurately reflects the correct production environment you intend to monitor.