mod-actions

Perform moderator actions on Civitai users through tRPC endpoints.

7.2k|732|Updated Oct 11, 2022
One-click install
npx skills add https://github.com/civitai/civitai --skill mod-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mod-actions
Source: https://github.com/civitai/civitai/tree/main/.claude/skills/mod-actions
Command: npx skills add https://github.com/civitai/civitai --skill mod-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Moderation on Civitai requires a consistent, auditable interface to take actions against users and content, ensuring policy enforcement and workflow traceability.

Core Features & Use Cases

  • Ban and unban users with reason codes and contextual messages
  • Mute and unmute users for temporary restrictions
  • Manage leaderboard eligibility to exclude or include violators
  • Remove all content from a user to enforce policy violations
  • Look up user details by ID or username to inform decisions

Quick Start

Call the mod-actions tool to look up a user by ID or username and apply a ban, mute, or leaderboard change.

Frequently Asked Questions about mod-actions

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

FAQPage Schema
How do I moderate users on Civitai through an API?

You can moderate users on Civitai by calling the mod-actions tool to execute secure moderator actions like banning or muting via tRPC endpoints. It requires a moderator API key to ensure session invalidation, index updates, and activity logging.

Can I bulk remove content from a user to enforce Civitai policy violations?

Yes, you can perform bulk content removal from a user to enforce policy violations. The tool provides a controlled flow for content removal, ensuring that all deletions are auditable and properly logged via the platform's API.

How does muting a user work on the Civitai leaderboard?

Muting a user applies temporary restrictions, while separate moderator actions manage leaderboard eligibility to exclude or include violators. These actions toggle user states and trigger index updates and activity logging through secure tRPC endpoints.

Do I need a moderator API key to look up user details and apply bans?

Yes, a moderator API key is required to look up user details by ID or username and apply bans. The tool uses this key to authenticate secure tRPC endpoints, ensuring session invalidation and proper activity logging for auditable moderation actions.

What is the best way to ensure moderation actions are auditable on Civitai?

The best way to ensure auditable moderation is to use a secure API tool that logs activity, invalidates sessions, and updates indexes. This tool executes bans, mutes, and content removal through a controlled flow via tRPC endpoints.