http-retry-evomapProvides a universal HTTP retry mechanism with exponential backoff, timeout control, and rate limit handling to improve API call reliability.
Install via ClawdBot CLI:
clawdbot install gatsby047-oss/http-retry-evomapGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.example.com/dataAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Developers building client libraries for third-party APIs can integrate this skill to automatically handle transient network errors and rate limits, reducing manual retry logic and improving reliability. This is especially useful for services with intermittent connectivity or strict rate limiting.
In microservices architectures, services often communicate over HTTP and face temporary failures due to network latency or service unavailability. This skill ensures resilient inter-service calls with exponential backoff, minimizing cascading failures and improving system stability.
Web scraping applications encounter frequent HTTP errors like timeouts or rate limits from target servers. By implementing this retry mechanism, scrapers can automatically retry failed requests with delays, increasing data collection success rates without manual intervention.
IoT devices often send data to cloud APIs over unreliable networks. This skill helps handle connection drops and transient errors with configurable retries and timeouts, ensuring data integrity and reducing data loss in remote monitoring applications.
Offer this skill as part of a subscription-based API management or resilience platform, where customers pay monthly for enhanced HTTP client libraries. Revenue comes from tiered pricing based on usage volume or feature access.
Provide consulting and customization services to integrate this retry mechanism into existing client applications, optimizing configurations for specific use cases. Revenue is generated through project-based fees or hourly rates.
Distribute the skill as open-source software under the MIT license, while offering paid support, advanced features, or enterprise-grade SLAs. Revenue streams include support contracts and premium add-ons.
💬 Integration Tip
Start by integrating the skill into a simple HTTP client to test retry behavior, then adjust the base delay and max attempts based on your API's error patterns for optimal performance.
Scored Apr 19, 2026
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Handles ~/.openclaw directory archiving with proper exclusions.
Vet ClawHub skills for security and utility before installation. Use when considering installing a ClawHub skill, evaluating third-party code, or assessing w...
Coding workflow with planning, implementation, verification, and testing for clean software development.