← Back to Skills Marketplace
430
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sentry-api
Description
Sentry API integration with managed authentication. Monitor errors, issues, and application performance. Use this skill when users want to list issues, retri...
Usage Guidance
This skill appears to do what it says: it routes Sentry API calls through Maton and requires a single MATON_API_KEY. Before installing or using it: 1) Confirm you trust maton.ai as a gateway operator — requests and Sentry data will transit their infrastructure. 2) Check what scopes/permissions the MATON_API_KEY grants and prefer least-privilege / read-only keys for testing. 3) If you prefer not to route data through a third party, consider using direct Sentry API tokens instead. 4) Store the MATON_API_KEY securely (secret manager / environment only) and be prepared to rotate/revoke it if needed. 5) Verify the publisher identity (registry shows unknown source/homepage mismatch) before granting access to production data.
Capability Analysis
Type: OpenClaw Skill
Name: sentry-api
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Sentry API integration appears benign. It provides instructions and code examples for accessing the Sentry API through a `maton.ai` gateway, requiring the `MATON_API_KEY` environment variable for authentication. All network requests are directed to `gateway.maton.ai` or `ctrl.maton.ai`, which are consistent with the stated purpose of a managed API integration. There is no evidence of data exfiltration to unauthorized endpoints, malicious code execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description (Sentry API integration) matches the runtime instructions: all example requests target a Maton gateway that proxies to Sentry. Requesting a MATON_API_KEY is coherent for a managed-gateway approach. There are no unrelated env vars or binaries requested.
Instruction Scope
SKILL.md instructs the agent to make HTTP requests to https://gateway.maton.ai and control calls to https://ctrl.maton.ai, and to include Authorization: Bearer $MATON_API_KEY. It also suggests opening OAuth URLs in a browser to complete authorization. The instructions do not ask the agent to read arbitrary local files, other env vars, or other system state. Note: using a third-party gateway means requests (and potentially Sentry data) will transit Maton's infrastructure.
Install Mechanism
There is no install spec and no code files beyond SKILL.md; this is instruction-only so nothing is written to disk by the skill itself.
Credentials
Only a single env var (MATON_API_KEY) is required, which is proportionate to a gateway-based integration. However, that single key likely grants Maton access to your Sentry data (and to manage connections), so the key is powerful — verify its scope and trust the Maton operator before supplying it.
Persistence & Privilege
The skill does not request always:true, does not install persistent components, and does not modify other skills or system-wide settings. Agent autonomous invocation is allowed but is the platform default and not a special privilege here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sentry-api - After installation, invoke the skill by name or use
/sentry-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the sentry skill, providing Sentry API integration with managed authentication.
- Monitor and manage Sentry errors, issues, projects, teams, and releases via the Maton API gateway.
- Supports listing, retrieving, updating, creating, and deleting Sentry entities such as organizations, projects, issues, teams, and releases.
- Features connection management, including OAuth flow and support for multiple Sentry connections via the Maton control API.
- Includes clear authentication instructions using Maton API keys.
- Provides example code snippets for most common Sentry API operations.
Metadata
Frequently Asked Questions
What is Sentry?
Sentry API integration with managed authentication. Monitor errors, issues, and application performance. Use this skill when users want to list issues, retri... It is an AI Agent Skill for Claude Code / OpenClaw, with 430 downloads so far.
How do I install Sentry?
Run "/install sentry-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sentry free?
Yes, Sentry is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sentry support?
Sentry is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sentry?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills