Overview
- Skill Key
- dave-b-b/sentry-issues
- Author
- dave-b-b
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/dave-b-b/sentry-issues
- Latest Commit SHA
- 445d8e5c5a4a00aaf43968b259efdba48d41facb
Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get crash reports from a Sentry project.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sentry 技能。 若已安装,则直接安装 sentry 技能。
# Sentry Issue Tracker Fetch and analyze issues from Sentry using the Sentry API. ## Prerequisites - Sentry API token with `project:read` and `event:read` scopes - Organization slug and project slug ## Authentication Set the `SENTRY_AUTH_TOKEN` environment variable, or pass `--token` to the script. ```bash export SENTRY_AUTH_TOKEN="your-token-here" ``` To create a token: Sentry → Settings → Auth Tokens → Create New Token ## Quick Start List recent unresolved issues: ```bash python3 scripts/sentry_issues.py --org <org-slug> --project <project-slug> ``` Get issue details with stack trace: ```bash python3 scripts/sentry_issues.py --org <org-slug> --project <project-slug> --issue <issue-id> --details ``` ## Script Reference ### `scripts/sentry_issues.py` Fetches issues from Sentry API. **Arguments:** - `--org` (required): Sentry organization slug - `--project` (required): Project slug - `--token`: Auth token (defaults to `SENTRY_AUTH_TOKEN` env var) - `--issue`: Specific issue ID to fetch details - `--details`: Include stack trace and event details - `--query`: Filter query (e.g., `is:unresolved`, `level:error`) - `--limit`: Max issues to return (default: 25) - `--sort`: Sort by `date`, `new`, `priority`, `freq`, or `user` (default: date) **Examples:** ```bash # List 10 most recent unresolved errors python3 scripts/sentry_issues.py --org myorg --project myproject --query "is:unresolved level:error" --limit 10 # Get details for specific issue python3 scripts/sentry_issues.py --org myorg --project myproject --issue 12345 --details # Sort by most users affected python3 scripts/sentry_issues.py --org myorg --project myproject --sort user --limit 5 ``` ## Common Queries | Query | Description | |-------|-------------| | `is:unresolved` | Open issues only | | `is:resolved` | Resolved issues | | `is:ignored` | Ignored issues | | `level:error` | Error-level issues | | `level:warning` | Warning-level issues | | `firstSeen:>-24h` | New in last 24 hours | | `la...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.