openai-sentry

Query the Sentry API for issues and events using read-only Python requests.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/cpfcoaching/glowing-palm-tree --skill openai-sentry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-sentry
Source: https://github.com/cpfcoaching/glowing-palm-tree/tree/main/.skills_backup/openai-sentry
Command: npx skills add https://github.com/cpfcoaching/glowing-palm-tree --skill openai-sentry

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The openai-sentry skill provides an easy-to-use interface for querying and retrieving information from Sentry, making it effortless to manage observability tasks.

Core Features & Use Cases

  • Inspect Sentry Issues and Events: Retrieve information on issues, summarize recent production errors, and pull basic Sentry health data.
  • Read-Only Queries: Utilize the bundled script to perform read-only queries without the risk of modifying data.
  • Authentication Management: Guide users on creating a valid Sentry auth token with appropriate scopes for secure interaction.

Quick Start

Ask the user to provide their SENTRY_AUTH_TOKEN and set it as an environment variable before running commands. Use the skill to list the top 10 open issues for prod in the last 24h.

Frequently Asked Questions about openai-sentry

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

FAQPage Schema
How do I query Sentry issues for recent production errors?

To query Sentry issues for recent production errors, use this skill to retrieve and inspect issue data, summarize events, and pull health metrics using read-only GET requests via the Sentry API.

How do I get a Sentry auth token for read-only API queries?

To get a Sentry auth token for read-only API queries, you must create a token with appropriate scopes and set it as the SENTRY_AUTH_TOKEN environment variable before running any commands.

Can I modify Sentry issues and events using this API integration?

You cannot modify Sentry issues and events using this API integration, as it performs strictly read-only queries via GET requests to inspect issues and pull health data without altering your Sentry environment.

Does the Sentry API integration handle pagination and transient errors?

The Sentry API integration handles pagination and transient errors automatically, utilizing Python to perform authorized GET requests that reliably retrieve issue and event data without manual intervention.

What is the best way to summarize recent Sentry production errors without caching?

The best way to summarize recent Sentry production errors without caching is to perform strict, real-time read-only queries against Sentry API endpoints, ensuring you inspect live issue data without heuristics.