openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > http-retry

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

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 518 · 6 current installs · 6 all-time installs

0

安装量(当前) 6

🛡 VirusTotal :良性 · OpenClaw :良性

Package:2233admin/http-retry

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and metadata are consistent with its stated purpose (HTTP retry helper) and do not request extra credentials or perform unexpected actions.

目的

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.

说明范围

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).

安装机制

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.

证书

The skill declares no required environment variables or credentials and the instructions do not reference any. No disproportionate secret access is requested.

持久

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.

综合结论

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 …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「http-retry」。简介:Automatically retries HTTP requests with exponential backoff, timeout control, …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/2233admin/http-retry/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。