← 返回 Skills 市场
430
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sentry-api
功能描述
Sentry API integration with managed authentication. Monitor errors, issues, and application performance. Use this skill when users want to list issues, retri...
安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sentry-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/sentry-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Sentry 是什么?
Sentry API integration with managed authentication. Monitor errors, issues, and application performance. Use this skill when users want to list issues, retri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 430 次。
如何安装 Sentry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sentry-api」即可一键安装,无需额外配置。
Sentry 是免费的吗?
是的,Sentry 完全免费(开源免费),可自由下载、安装和使用。
Sentry 支持哪些平台?
Sentry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sentry?
由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.0。
推荐 Skills