moderation-automod

Manage Discord moderation commands and automate rule enforcement via AutoModService.

17|8|Updated Apr 11, 2022
One-click install
npx skills add https://github.com/LucasSantana-Dev/Lucky --skill moderation-automod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moderation-automod
Source: https://github.com/LucasSantana-Dev/Lucky/tree/main/.cursor/skills/moderation-automod
Command: npx skills add https://github.com/LucasSantana-Dev/Lucky --skill moderation-automod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Discord server moderation tools and automates the enforcement of server rules through an advanced Auto-Mod system.

Core Features & Use Cases

  • Moderation Commands: Add, edit, or manage commands like /warn, /mute, /ban, and /kick.
  • Auto-Mod Configuration: Configure and fine-tune automatic moderation rules for spam, excessive caps, links, invites, and profanity.
  • Case Management: Track and review moderation actions through a case system.
  • Use Case: A server owner wants to automatically detect and mute users who repeatedly post spam links. This Skill allows them to configure the Auto-Mod service to identify and act on such behavior.

Quick Start

Use the moderation-automod skill to add a new /mute command.

Frequently Asked Questions about moderation-automod

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Discord AutoMod to automatically mute users posting spam links?

Discord AutoMod can be configured to automatically detect and mute users posting spam links by setting up specific auto-moderation rules within the AutoModService. This allows server managers to fine-tune automated rule enforcement for spam, invites, and profanity.

What is the best way to track Discord moderation actions like bans and kicks?

The best way to track Discord moderation actions is through a case management system. This Skill implements a case system that records and reviews moderation actions, requiring adherence to specific API contracts and Prisma schema definitions for moderation cases.

How do I add or edit custom Discord moderation commands like /warn and /mute?

You can add or edit custom Discord moderation commands like /warn and /mute by applying this Skill to developing and debugging moderation commands. It streamlines the management of these commands within the bot and shared packages.

Does this Discord moderation bot support filtering excessive caps and invites?

Yes, this Discord moderation bot supports filtering excessive caps and invites. The AutoMod configuration allows you to fine-tune automatic moderation rules to detect and act on excessive caps, links, invites, and profanity.

Do I need a specific database schema to manage Discord AutoMod settings?

Yes, you need specific Prisma schema definitions to manage Discord AutoMod settings. The Skill requires adherence to specific API contracts and Prisma schema definitions for moderation cases and settings to function correctly.