← Back to Skills Marketplace
Rate Limit Pro
by
raghulpasupathi
· GitHub ↗
· v1.0.0
765
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install rate-limit-pro
Description
Advanced rate limiting with tiered controls and quota management
Usage Guidance
This skill appears to be a simple, self-contained in-memory rate limiter and is internally consistent. Important considerations before using: (1) SKILL.md contains JS code but there are no code files or install steps — the code will not magically run on your agent; you must copy/integrate it into your application runtime. (2) The limiter is in-memory only: it does not persist state across restarts and is not suitable for distributed systems without adding a shared store (Redis, DB) and synchronization. (3) For high-scale or multi-process deployments, add persistence, eviction, and memory safeguards to avoid unbounded Map growth. (4) Because it requests no secrets or network access, credential exfiltration risk from this skill is low. If you plan to use this in production, review and adapt the implementation (persistence, concurrency, memory limits, and security) before deployment.
Capability Analysis
Type: OpenClaw Skill
Name: rate-limit-pro
Version: 1.0.0
The skill bundle implements an in-memory rate limiter. The `_meta.json` file contains standard metadata. The `SKILL.md` file provides documentation and the JavaScript code for the `RateLimiter` class. The code operates purely in-memory, does not access the file system, network, or environment variables, and contains no dynamic code execution or obfuscation. There are no indications of prompt injection attempts against the agent or any other malicious or suspicious behaviors.
Capability Assessment
Purpose & Capability
Name and description match the content: SKILL.md provides a straightforward JavaScript in-memory RateLimiter with tiered quotas. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
All runtime instructions are limited to a RateLimiter class implemented in JS and example usage; they do not read files, call external endpoints, or access environment secrets. Note: the SKILL.md contains code and a module.exports line, but there are no actual code files or an install step—so the platform will not automatically install or execute this code unless you (or the platform) copy it into a runtime environment.
Install Mechanism
No install spec is provided (instruction-only). This is lower risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. That aligns with an in-memory utility that does not require external services.
Persistence & Privilege
The skill does not request permanent presence, system privileges, or modifications to other skills/configuration. always is false and autonomous invocation is allowed by default (normal).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rate-limit-pro - After installation, invoke the skill by name or use
/rate-limit-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Rate Limit Pro.
- Introduces advanced rate limiting with customizable tier-based controls.
- Supports per-user request quotas and rolling time window management.
- Provides methods to check limits, reset usage, and fetch user stats.
- Easy configuration for multiple user tiers (e.g., free, basic, pro).
- Includes clear usage examples for quick integration.
Metadata
Frequently Asked Questions
What is Rate Limit Pro?
Advanced rate limiting with tiered controls and quota management. It is an AI Agent Skill for Claude Code / OpenClaw, with 765 downloads so far.
How do I install Rate Limit Pro?
Run "/install rate-limit-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rate Limit Pro free?
Yes, Rate Limit Pro is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Rate Limit Pro support?
Rate Limit Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rate Limit Pro?
It is built and maintained by raghulpasupathi (@raghulpasupathi); the current version is v1.0.0.
More Skills