sentry-cli
Sentry.io error monitoring via sentry-cli. Use when working with Sentry releases, source maps, dSYMs, events, or issue management. Covers authentication, release workflows, deploy tracking, and debug file uploads.
Why use this skill?
Automate your Sentry.io error monitoring, release management, and source map uploads directly within OpenClaw. Streamline your CI/CD and debugging workflows today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/iahmadzain/sentry-cliWhat This Skill Does
The sentry-cli skill provides a command-line interface for the OpenClaw agent to interact directly with Sentry.io. This integration enables the automation of error tracking workflows, release management, and critical debug artifact uploads. By utilizing this skill, your agent can bridge the gap between your CI/CD pipelines and your monitoring dashboard, ensuring that every deployment is correctly tagged, source maps are de-obfuscated, and native debug symbols are available for crash reporting. It transforms Sentry from a passive dashboard into an active participant in your development lifecycle.
Installation
To integrate this skill into your environment, use the OpenClaw command: clawhub install openclaw/skills/skills/iahmadzain/sentry-cli. Ensure that your environment has the sentry-cli binary installed via Homebrew, npm, or direct download. After installation, authenticate your agent by running sentry-cli login or by exporting the SENTRY_AUTH_TOKEN environment variable. For team environments, it is recommended to create a .sentryclirc file in the root directory to store your organization and project defaults.
Use Cases
This skill is indispensable for DevOps engineers and developers. Use it to automate the release workflow by creating and finalizing releases during deployment. It is particularly powerful for front-end developers who need to automatically upload source maps to make minified code readable in Sentry. Additionally, mobile developers can use it to upload dSYMs for iOS and ProGuard mappings for Android. The skill also facilitates issue management, allowing your agent to query, resolve, or mute issues directly from the chat interface. Finally, it serves as a monitor for cron jobs, allowing the agent to track job status and send health check-ins.
Example Prompts
- "Check the current status of the production release and list any unresolved high-priority issues."
- "Finalize the release for version 2.4.1 and upload all source maps located in the ./dist directory."
- "Resolve issue SENTRY-123 and mark it as fixed in the next deployment cycle."
Tips & Limitations
Always use absolute paths when uploading artifacts to ensure consistency across different agent execution environments. When managing releases in CI/CD, prefer the --finalize flag to reduce network round-trips. Note that debug file uploads can be heavy on network bandwidth; ensure your environment has a stable connection for large dSYM uploads. Be cautious when using the issues resolve command as it may hide genuine regressions; ensure your agent has context on whether the fix has been verified.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-iahmadzain-sentry-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
domainion-ops
Domain and DNS operations across name.com (default), GoDaddy, and Namecheap. Use for registering domains, flipping nameservers, managing DNS records (A, AAAA, CNAME, MX, TXT, NS, SRV), setting up redirects, checking domain availability, renewals, transfers, and verifying DNS propagation. Default provider is name.com unless the user selects GoDaddy or Namecheap. Triggers on: "register domain", "add DNS record", "change nameservers", "check domain availability", "transfer domain", "renew domain", "set up redirect", "DNS propagation check", "update MX record", "point domain to".
youtrack
Manage YouTrack issues, projects, and workflows via CLI. Use when creating, updating, searching, or commenting on YouTrack issues, listing projects, checking issue states, or automating issue workflows.
home-assistant
Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
greptile
Query, search, and manage repositories indexed by Greptile (AI codebase intelligence). Use when asking questions about a codebase, searching for code patterns, indexing repos for Greptile review, or checking Greptile index status. Requires GREPTILE_TOKEN and a GitHub/GitLab token.