sentry

Reads Sentry projects, issues, events and summaries via HTTP API with your own key.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/alanharrryy-wq/hitech-os --skill sentry-alanharrryy-wq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/alanharrryy-wq/hitech-os/tree/main/.agents/skills/C_worker/sentry
Command: npx skills add https://github.com/alanharrryy-wq/hitech-os --skill sentry-alanharrryy-wq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill provides read-only access to Sentry data so you can inspect issues, events, and health status without changing any data, enabling faster incident diagnosis and reporting.

Core Features & Use Cases

  • Read-only access to Sentry issues, issue details, events, and health metrics via the Sentry API.
  • Supports deterministic, script-based queries using the bundled Python tool for pagination and retries.
  • Generate quick summaries of production activity and drill down into specific issues or events as needed.

Quick Start

Ask the AI to list unresolved issues for your Sentry project and inspect details for a specific event

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I query Sentry issues and events without modifying production data?

You can query Sentry issues and events read-only by using a valid SENTRY_AUTH_TOKEN to fetch recent issues, related events, and health status without modifying any data. This enables faster incident diagnosis and reporting.

Can I fetch detailed Sentry event data for a specific issue?

Yes, you can fetch detailed Sentry event data for a specific issue by using the issue-events and event-detail commands. The script uses deterministic API calls with pagination to retrieve targeted details and drill down into specific incidents.

What do I need to retrieve read-only Sentry health metrics and issue summaries?

To retrieve read-only Sentry health metrics and issue summaries, you need a valid SENTRY_AUTH_TOKEN and the bundled Python script. It applies across a single org/project to generate quick summaries of production activity.

Does the Sentry API query tool support pagination for large issue lists?

Yes, the Sentry API query tool supports pagination and basic error handling for large issue lists. It uses a bundled Python script to make deterministic API calls, ensuring reliable retrieval of recent issues and related events.

What are the limitations of using read-only Sentry API scripts for observability?

The read-only Sentry API scripts are limited to querying issues, events, and health metrics without modifying data. They operate across a single org/project and do not support write operations, restricting use to inspection and reporting tasks only.