Rate Limiting - Universal Skill
CommunitySecure your apps with intelligent rate limiting.
Software Engineering#security#redis#rate limiting#token bucket#api protection#brute force prevention
Authorashishgurprit
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides robust, distributed rate limiting to protect your applications from abuse, brute-force attacks, and denial-of-service incidents.
Core Features & Use Cases
- Prevent Abuse: Defend against brute-force login attempts, API abuse, and spam submissions.
- Distributed Enforcement: Uses Redis for consistent rate limiting across multiple application instances.
- Intelligent Algorithms: Implements the industry-standard Token Bucket algorithm, allowing bursts while maintaining average rates.
- Use Case: Protect your public API by limiting requests per IP address and authenticated endpoints by user ID, ensuring fair usage and preventing resource exhaustion.
Quick Start
Apply the rate limiting middleware to your FastAPI application to protect the /api/auth/login endpoint with 5 requests per minute per IP.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferencesassets
💻 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 Limiting - Universal Skill Download link: https://github.com/ashishgurprit/ANLP_A3/archive/main.zip#rate-limiting-universal-skill 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.