← Back to Skills Marketplace
sky-lv

Skylv Api Error Handler

by SKY-lv · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skylv-api-error-handler
Description
Handles API errors with smart retry strategies and fallbacks
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-api-error-handler
  3. After installation, invoke the skill by name or use /skylv-api-error-handler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skylv-api-error-handler
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Skylv Api Error Handler?

Handles API errors with smart retry strategies and fallbacks. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Skylv Api Error Handler?

Run "/install skylv-api-error-handler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Api Error Handler free?

Yes, Skylv Api Error Handler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Api Error Handler support?

Skylv Api Error Handler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Api Error Handler?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.1.

💬 Comments