What problem does it solve? Running a Mastodon instance means constantly triaging moderation reports, screening signup requests for spam, and onboarding new members — repetitive admin work that piles up fast. This Skill automates that triage using the Mastodon admin API with a documented decision framework. ## Core Features & Use Cases - Report Moderation: Fetch unresolved reports, classify them against instance rules, auto-suspend or silence clear violations (spam, hate speech, illegal content), and escalate ambiguous cases to the instance owner. - Signup Approval Assistant: Screen pending registrations against DMV-area location signals, an 8,200+ disposable email domain blocklist, and Tor exit node screening, then auto-approve, reject, or escalate. - Welcome Bot: Send a personalized direct-message welcome to newly approved local accounts, with a state file preventing duplicate DMs and an age filter preventing belated welcomes. - Use Case: An hourly cron job runs the report monitor, which suspends a spam bot, dismisses an empty report, and escalates a borderline AI-art case to you with the report details and admin link. ## Quick Start Ask the agent to check Mastodon reports and handle any clear violations on the instance.