Skip to main content

api-pacer

Polite request pacing for any scraping or API-hitting skill: a zero-dependency Python pacer (Pacer, polite_get) that paces off the server's own rate-limit response headers (x-ratelimit-remaining / reset, with reddit / github / generic presets) and does AWS-style full-jitter exponential backoff on 429 / 503 / Retry-After. Use when the user wants to stop getting rate-limited or soft-blocked while looping over an API or a site, add sane delays + retries to a fetch loop, tune rps / safety / max_backoff, or asks whether random "human-like" Gaussian sleeps help (they don't — read the real budget instead). Triggers on "api-pacer", "限速", "请求配速", "加个礼貌延迟", "抓取被 429 了", "怎么才不被限流", "退避重试", "打 API 太快被封", "rate limit backoff", "429 retry-after", "polite scraping delay", "throttle my requests". Pairs with /fetchlib (uses it as the control layer) and is an opt-in drop-in for /reddit-voc, /serp-content-teardown, /outbound-prospecting and /trustpilot. NOT an anti-bot tool — it does not rotate IPs, spoof fingerprints, or solve

Jump to install

Source facts

Repository
noique/cross-border-ecommerce-skills
Last source activity
July 26, 2026 at 17:01
Detected SKILL.md language
Chinese
Stars
38
Forks
6

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.