http-retry

v1.0.0

Automatically retries HTTP requests with exponential backoff, timeout control, and connection pooling to handle network errors and rate limits.

0· 755·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (HTTP retry, backoff, timeout, pooling) match the provided instructions and code example. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md contains a focused fetchWithRetry implementation and trigger words; it only performs network requests to caller-supplied URLs and implements retries/timeouts. It does not instruct reading files, accessing secrets, or contacting any fixed external endpoint. Note: the snippet assumes a runtime-provided fetch/AbortController (may require polyfill in some Node versions).
Install Mechanism
No install spec and no code files beyond an illustrative package.json and the SKILL.md snippet. Nothing is downloaded or written to disk by an installer. package.json is minimal and does not introduce installation behavior.
Credentials
The skill declares no required environment variables or credentials and the instructions do not reference any. No disproportionate secret access is requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-level privileges or attempt to modify other skills' configuration. Autonomous invocation is allowed (platform default) but combined with the other factors this is not a concern.
Assessment
This skill is a small, instruction-only HTTP retry helper and appears coherent with its description. Before using it: ensure your runtime provides fetch and AbortController (or add a polyfill for Node); configure sensible maxRetries, retryDelay, and timeouts; avoid automatic retries for non-idempotent requests (POST/DELETE) unless you have idempotency guarantees; consider honoring Retry-After headers for 429 responses; and remember this skill does not request or store credentials or install code by itself.

Like a lobster shell, security has layers — review code before you run it.

latestvk97enx3mcwzmw0ag86by9bbrn181pwry

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments