sentry

sentry is a skill for Claude Code, Codex from JustVugg/tools-factory. It costs 37 tokens per session (4,890 once invoked), scanned A, original, MIT.

A skill for using the Sentry command-line tool to read monitoring data and request Sentry operations. Sentry is a service that records application errors, events, performance data, and alerts.

In plain words
What is it for?
Listing organizations, searching events, checking alerts and dashboards, syncing data, and previewing or confirming Sentry updates.
Why use it?
It gives an agent a consistent way to retrieve Sentry data as structured JSON. Changes can be previewed before they are carried out.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/justvugg/tools-factory/sentry
Any agent
npx skills add JustVugg/tools-factory --skill sentry
Clone the repo
git clone --depth 1 https://github.com/JustVugg/tools-factory

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/justvugg/tools-factory/sentry.svg)](https://agentmods.dev/skills/justvugg/tools-factory/sentry)
Your own site
<a href="https://agentmods.dev/skills/justvugg/tools-factory/sentry"><img src="https://agentmods.dev/badge/skills/justvugg/tools-factory/sentry.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,890 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00037 $0.04890
Opus 5 $0.00018 $0.02445
Sonnet 5 $0.00007 $0.00978
Haiku 4.5 $0.00004 $0.00489

Measured 4d ago against content hash f0cd9252183b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

library/tools/sentry/skills/sentry/SKILL.md · 272 lines

How it starts

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

sentry

Generated by Gutenberg. Use this skill to call the sentry API through the local sentry CLI.

When to use

  • The user asks for data exposed by sentry (Alerts, Crons, Dashboards, Discover, Environments, Events).
  • An agent task needs structured JSON from https://{region}.sentry.io.
  • You need to perform a write/destructive operation on sentry — always preview first, run with --yes only on explicit user confirmation.

How to invoke

The skill assumes the generated CLI is on PATH (or invoke via scripts/use-go.sh run ./cmd/sentry from the project directory).

sentry operations
sentry call List Your Organizations --json
sentry sync --json
sentry search "<keyword>" --json

Preview a write operation (default behavior, no side effects):

sentry call Update an Organization --data '{"example":true}' --json

Execute it (only after explicit user confirmation):

sentry call Update an Organization --data '{"example":true}' --yes --json

Authentication

Set SENTRY_API_KEY in the environment, or pass --api-key <key>.

Operations index

  • List Your Organizations (GET /api/0/organizations/) — read — Return a list of organizations available to the authenticated session in a region. This is particularly useful for requests with a user bound context. For API key-based requests this will only return the organization that belongs to the key.
  • Retrieve an Organization (GET /api/0/organizations/{organization_id_or_slug}/) — read — Return details on an individual organization, including various details such as membership access and teams.
  • Update an Organization (PUT /api/0/organizations/{organization_id_or_slug}/) — write — Update various attributes and configurable settings for the given organization.
  • Get Integration Provider Information (GET /api/0/organizations/{organization_id_or_slug}/config/integrations/) — read — Get integration provider information about all available integrations for an organization.
  • List an Organization's Custom Dashboards (GET /api/0/organizations/{organization_id_or_slug}/dashboards/) — read — Retrieve a list of custom dashboards that are associated with the given organization.
  • Create a New Dashboard for an Organization (POST /api/0/organizations/{organization_id_or_slug}/dashboards/) — write — Create a new dashboard for the given Organization
  • Retrieve an Organization's Custom Dashboard (GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/) — read — Return details about an organization's custom dashboard.
  • Edit an Organization's Custom Dashboard (PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/) — write — Edit an organization's custom dashboard as well as any bulk edits on widgets that may have been made. (For example, widgets that have been rearranged, updated queries and fields, specific display types, and so on.)
  • Delete an Organization's Custom Dashboard (DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/) — destructive — Delete an organization's custom dashboard.
  • Fetch an Organization's Monitors (GET /api/0/organizations/{organization_id_or_slug}/detectors/) — read — ⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.

Read the full file on GitHub · 272 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. 4d ago First seen · 272 lines · 37 tokens per session scan A f0cd9252183b

Subscribe to this mod's changes

sentry is a skill published in the GitHub repository JustVugg/tools-factory (52 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 4,890 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

statistical-power

Sample-size and statistical power calculations for planning studies. Use whenever someone asks "how many subjects/samples/replicates do I need", wants an a priori power analysis, a minimum detectable effect (MDE), a power curve, or needs to justify a sample size for a grant, IRB protocol, or pre-registration. Covers…

xintaofei/codeg · 190 tokens

build-teaql-app

Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…

teaql/teaql-agent-kit · 112 tokens

muapi-ui-design

Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 34 tokens

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.

SamurAIGPT/Generative-Media-Skills · 41 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

evaluating-code-models

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

Orchestra-Research/AI-Research-SKILLs · 68 tokens