API Rate Manager

v1.0.0

Smart API rate limit manager with auto-retry, queue, and cost optimization. Prevents 429 errors and manages API quotas efficiently.

0· 97·1 current·1 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/description (API rate manager) match the included files and exported API. The code implements retry, queuing, stats, and batch helpers that align with the documentation.
Instruction Scope
SKILL.md instructs using the provided RateManager APIs and examples only call user-supplied functions (fetch, api.call, etc.). There are no instructions to read unrelated files, environment variables, or to transmit data to external endpoints controlled by the skill.
Install Mechanism
No install spec (instruction-only install via clawhub) and package is small with no download-from-URL or extract steps. package.json is normal and code is included; nothing writes unexpected binaries or reaches out to third-party hosting during install.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The code does not read process.env or other secrets.
Persistence & Privilege
always is false and model invocation is allowed only by default platform behavior. The skill does not modify other skills or system-wide settings and does not request persistent elevated privileges.
Assessment
This package appears to be a self-contained rate-limiter library and is internally consistent with its documentation. Before installing in production: (1) review where you pass sensitive credentials — RateManager wraps user-provided functions, so ensure those functions do not leak secrets; (2) run the included tests locally; (3) monitor memory usage for long-running processes (the requests array grows until reset), and (4) if you plan autonomous agent use, remember autonomous invocation is platform default — the skill itself does not introduce extra permissions or network endpoints.

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

latestvk97dj0rej3sxfn5gs7g3sz8p7583asm5

License

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

Runtime requirements

🚦 Clawdis

Comments