benchflow-ai / rate-limiting
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/rate-limiting && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3253" && unzip -o skill.zip -d .claude/skills/rate-limiting && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/rate-limiting/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Implement rate limiting to prevent brute force attacks, spam, and resource abuse. Use this skill when you need to protect endpoints from automated attacks, prevent API abuse, limit request frequency, or control infrastructure costs. Triggers include "rate limiting", "rate limit", "brute force", "prevent spam", "API abuse", "resource exhaustion", "DoS", "withRateLimit", "too many requests", "429 error".