rate-limit-guard

Prevent 429 retry loops and wasted tokens. Use before expensive API calls or after hitting rate limits. Enforces preflight checks, backoff, and context shrinking.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rate-limit-guard" with this command: npx skills add rate-limit-guard

Rate Limit Guard

Before Expensive Calls

Check: provider/model, recent failures, concurrency, context size.

On 429

  1. Set concurrency to 1.
  2. Stop parallel retries.
  3. Shrink context.
  4. Send one minimal probe.
  5. Back off (exponential).

Rules

  • Never retry a giant request unchanged.
  • Never fallback-spam premium providers.
  • Batch corpus work in 10–20 item chunks.

Output

Next action: proceed / recovery mode / pause.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Delx Ops Guardian

Automatically detects, assesses, and safely mitigates incidents in OpenClaw production agents, providing detailed reports and verified recovery.

Registry SourceRecently Updated
4870Profile unavailable
Automation

Workflow Checkpoint

Workflow Checkpoint System - Save and recover from any point in multi-step AI workflows. Never lose progress mid-task.

Registry SourceRecently Updated
1150Profile unavailable
Automation

Xiaobai Self-Improvement

Self-Improvement Engine - AI Agent that learns from mistakes and continuously improves. No more repeating the same errors.

Registry SourceRecently Updated
1290Profile unavailable
Automation

Execution Harness

Agent 执行可靠性体系的导航入口。当用户询问 agent 为什么停了、怎么防 agent 提前退出、execution harness 是什么、40 个 pattern 有哪些、6 轴架构、hook 怎么配时匹配。不执行具体操作——各子 skill 分别处理。

Registry SourceRecently Updated
1260Profile unavailable