abuse-prevention
Abuse prevention - rate limiting, moderation, bad actors. Use when fighting abuse.
Best use case
abuse-prevention is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Abuse prevention - rate limiting, moderation, bad actors. Use when fighting abuse.
Teams using abuse-prevention should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/abuse-prevention/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How abuse-prevention Compares
| Feature / Agent | abuse-prevention | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Abuse prevention - rate limiting, moderation, bad actors. Use when fighting abuse.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Abuse Prevention Guideline ## Tech Stack * **Analytics**: PostHog * **Database**: Neon (Postgres) * **Workflows**: Upstash Workflows + QStash ## Non-Negotiables * All enforcement actions must be auditable (who/when/why) * Appeals process must exist for affected users * Graduated response levels must be defined (warn → restrict → suspend → ban) ## Context Trust & safety is about protecting users — from each other and from malicious actors. Every platform eventually attracts abuse. The question is whether you're prepared for it or scrambling to react. Consider: what would a bad actor try to do? How would we detect it? How would we respond? What about the false positives — innocent users caught by automated systems? A good T&S system is effective against abuse AND fair to legitimate users. ## Driving Questions * What would a motivated bad actor try to do on this platform? * How would we detect coordinated abuse or bot networks? * What happens when automated moderation gets it wrong? * How do affected users appeal decisions, and is it fair? * What abuse patterns exist that we haven't addressed? * What would make users trust that we're protecting them?
Related Skills
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
address-parser
Parse unstructured addresses into structured components - street, city, state, zip, country with validation.
adding-stacks
Use when adding a new framework/stack to create-faster CLI tool - addresses copy-first mentality, incomplete implementations, and missing dependencies
adding-phases
Use this skill to add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append phase", "new phase", and "create phase". This skill updates ROADMAP.md and STATE.md accordingly.
adding-persistent-event
Adds a new type of event that gets persisted to the event log. Use this when adding new kinds of write operations to the system or when adding new events to existing code.
adding-localizable-strings
Adds new human-readable strings that are translated into users' languages.
adding-a-new-app-route
Fully wires up a new route with required boilerplate, following this repo's conventions for subapps. Use when user wants to add a new route or app or subapp or page or screen.
add_type
gwexpyに新しい配列型(Array/Series/Field)とコレクションを実装する
add-vault-protocol
Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs.
add-tts
Adds text-to-speech audio help to a feature using the TTS system. Use when adding voice narration, audio feedback, or spoken instructions to any part of the app.
add-template
Add new UI style template to the ui-style-react project. This skill should be used when users want to add a new style template with HTML/CSS code, create a new preview page, or register a template in the system. Triggers include "add template", "create new style", "add new template", or when users provide HTML code for a new UI style.
add-skill-templates
Add new Agent Skill templates to the meta-agent-skills framework.