Monitor errors and issues from Sentry. Supports multiple organizations. Use when user asks about errors, exceptions, issues, or wants to check Sentry.
CLI tool to interact with Sentry API for error monitoring.
./install.sh
~/.claude/skills/sentry/config.sh setup
You'll need:
# List projects
~/.claude/skills/sentry/sentry projects
# List unresolved issues
~/.claude/skills/sentry/sentry issues --status unresolved
# Get issue details
~/.claude/skills/sentry/sentry issue <issue_id>
# Get events with stacktrace
~/.claude/skills/sentry/sentry events <issue_id> --full
# Resolve issue
~/.claude/skills/sentry/sentry resolve <issue_id>
Required scopes:
project:read - List projectsevent:read - Read issues and eventsevent:write - Resolve/ignore issuesSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer