sentry

sentry is a skill for Claude Code, Codex from byaan-ai/byaan. It costs 18 tokens per session (1,925 once invoked), scanned A, original, MIT.

A read-only connection to Sentry, a service that records application errors and events for debugging.

In plain words
What is it for?
Listing and examining error issues, event data, and software releases during troubleshooting.
Why use it?
It helps inspect reported problems without changing Sentry data. Setup requires an organization token and organization identifier.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Listing and examining error issues, event data, and software releases during troubleshooting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/byaan-ai/byaan/sentry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add byaan-ai/byaan --skill sentry
Clone the repo
git clone --depth 1 https://github.com/byaan-ai/byaan

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sentry

README.md
[![agentmods](https://agentmods.dev/badge/skills/byaan-ai/byaan/sentry/github.svg)](https://agentmods.dev/skills/byaan-ai/byaan/sentry)
Your own site
<a href="https://agentmods.dev/skills/byaan-ai/byaan/sentry"><img src="https://agentmods.dev/badge/skills/byaan-ai/byaan/sentry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sentry

Your own site · 80×15
<a href="https://agentmods.dev/skills/byaan-ai/byaan/sentry"><img src="https://agentmods.dev/badge/skills/byaan-ai/byaan/sentry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,925 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.01925
Opus 5 $0.00009 $0.00962
Sonnet 5 $0.00004 $0.00385
Haiku 4.5 $0.00002 $0.00193

Measured 11d ago against content hash 1dbb7aba65e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sentry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

server/skills/sentry/SKILL.md · 197 lines

How it starts

The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sentry API

Use the Sentry API to list and inspect error issues, query event data, and track releases. All access is read-only.

Setup Guide

1. Create an Organization Auth Token

Organization tokens are recommended over personal tokens — they are not tied to a user account, so they keep working if the creator leaves the org.

  1. In Sentry, go to Settings → Developer Settings → Organization Tokens
  2. Click "Create New Token"
  3. Give it a name (e.g., "Byaan")
  4. Copy the token (starts with sntrys_) — it is shown only once
  5. Paste it in Settings > Skills > Sentry in the app

Organization tokens carry a fixed read-oriented permission set (org:read, project:read, event:read, project:releases), which is exactly what this skill needs. If you need custom scopes instead, create an Internal Integration (Settings → Custom Integrations) and use its token.

2. Find Your Organization Slug

Your organization slug appears in every Sentry URL: https://sentry.io/organizations/<slug>/. Enter it in the skill settings.

3. Region / Self-hosted

The default base URL is https://sentry.io/api/0 and works for US-region SaaS organizations.

Deployment Base URL
SaaS (US region) https://sentry.io/api/0
SaaS (EU region) https://de.sentry.io/api/0
Self-hosted https://your-sentry-domain/api/0

EU-region or self-hosted organizations need the base URL adjusted — create a custom skill pointing at the right host, reusing the endpoints documented here.

How Authentication Works

You do not need to handle authentication manually. When you call execute_skill_api(), the system automatically adds the Authorization: Bearer <token> header.

Note: Replace {organization_slug} in endpoint paths with the value from the credentials (credentials["organization_slug"]). It is not substituted automatically.

How to Call the API

execute_skill_api(
  skill_name="sentry",
  endpoint_path="/organizations/{organization_slug}/issues/?query=is:unresolved&statsPeriod=24h",
  method="GET"
)

Read the full file on GitHub · 197 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 197 lines · 18 tokens per session scan A 1dbb7aba65e0

Subscribe to this mod's changes

sentry is a skill published in the GitHub repository byaan-ai/byaan (95 stars, last pushed 16d ago), licensed MIT. It adds 18 tokens to every session and 1,925 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.