Rate Limiter
CommunityControl API traffic and prevent abuse.
AuthorCleanExpo
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill protects your applications from being overwhelmed by too many requests, preventing abuse, ensuring fair usage, and maintaining service stability.
Core Features & Use Cases
- Implement various rate-limiting algorithms: Token bucket, sliding window, and tiered quotas.
- Protect API endpoints and Next.js routes: Apply limits at the edge or within your backend.
- Use Case: Automatically limit login attempts to 5 per minute per IP address to prevent brute-force attacks, while allowing general API usage at 60 requests per minute.
Quick Start
Apply a rate limit of 10 requests per minute to the '/api/generate' endpoint.
Dependency Matrix
Required Modules
redisfastapi
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Rate Limiter Download link: https://github.com/CleanExpo/DR-NRPG/archive/main.zip#rate-limiter Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.