← 返回 Skills 市场
sky-lv

Skylv Api Error Handler

作者 SKY-lv · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skylv-api-error-handler
功能描述
Handles API errors with smart retry strategies and fallbacks
安全使用建议
This skill appears coherent for offline/local API error handling. Before installing: review the api_error_handler.js yourself to confirm you’re comfortable with it writing a .api-errors.json file in whatever directory you run it from (error messages or context may contain sensitive data such as API keys, endpoints, or PII). Run it in a safe project directory, inspect or rotate any credentials that might accidentally be logged, and consider adding log redaction or restricting file permissions if you plan to persist logs long-term.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description match the included JS implementation: categorizing errors, recommending fixes, exposing retry strategies, logging and stats. No unrelated dependencies or credentials are requested.
Instruction Scope
SKILL.md instructs running the bundled Node script and the script itself only reads/writes a local log file (.api-errors.json) and analyzes provided text/status. It does not contact external endpoints or read other system configs. Note: the script logs raw error text and optional context to disk, which could contain sensitive information.
Install Mechanism
No install spec is provided (instruction-only + included JS file). No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables or credentials and the code does not read process.env. Example strings reference APIs/configs but are not executed or required.
Persistence & Privilege
The skill persists up to 100 recent error entries in a local dotfile (.api-errors.json) in the working directory. It does not request elevated privileges, modify other skills, or force installation (always:false).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-api-error-handler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-api-error-handler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added concise YAML frontmatter with description, keywords, name, and triggers. - Introduced a new "Usage" section with basic setup steps. - No changes to API, behavior, or functionality.
v1.0.0
skylv-api-error-handler 1.0.0 - Initial release providing comprehensive API error analysis and handling. - Supports 8 error categories (rate-limit, timeout, auth, validation, server, network, not-found, conflict). - Implements 4 retry strategies: exponential, linear, fibonacci, and immediate. - Logs errors and provides statistics for analysis. - Integrates with a self-healing ecosystem for enhanced reliability.
元数据
Slug skylv-api-error-handler
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 2
常见问题

Skylv Api Error Handler 是什么?

Handles API errors with smart retry strategies and fallbacks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Skylv Api Error Handler?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-api-error-handler」即可一键安装,无需额外配置。

Skylv Api Error Handler 是免费的吗?

是的,Skylv Api Error Handler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Api Error Handler 支持哪些平台?

Skylv Api Error Handler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Api Error Handler?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.1。

💬 留言讨论