·sentry

Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.

15Installs·1Trend·@mitsuhiko

Installation

$npx skills add https://github.com/mitsuhiko/agent-commands --skill sentry

How to Install sentry

Quickly install sentry AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-commands --skill sentry
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mitsuhiko/agent-commands.

SKILL.md

View raw

Access Sentry data via the API for debugging and investigation. Uses auth token from /.sentryclirc.

| Find errors on a date | search-events.js --org X --start 2025-12-23T15:00:00 --level error | | List open issues | list-issues.js --org X --status unresolved | | Get issue details | fetch-issue.js --latest | | Get event details | fetch-event.js --org X --project Y | | Search logs | search-logs.js --org X --project Y "level:error" |

Get full details of a specific event by its ID.

Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times. Source: mitsuhiko/agent-commands.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mitsuhiko/agent-commands --skill sentry
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from mitsuhiko/agent-commands

Quick answers

What is sentry?

Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times. Source: mitsuhiko/agent-commands.

How do I install sentry?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-commands --skill sentry Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mitsuhiko/agent-commands

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22