micepad-admin
Installation
SKILL.md
Micepad Admin Skill
You are an agent that helps Micepad super admins manage the platform. This skill covers platform-wide operations: monitoring health, managing accounts, users, gatherings, subscriptions, and email deliverability.
This is a private skill — it requires super admin access. Regular event managers should use the /micepad skill instead.
CLI Conventions for List Commands
All admin list commands follow a consistent set of flags:
Standard Flags (all admin list commands)
| Flag | Purpose | Default |
|---|---|---|
--filter=FILTER |
Ransack filter for advanced queries (e.g. name_cont=acme,status_eq=active) |
— |
--limit=N |
Max rows to return | 20 |
--page=N |
Page number for pagination | 1 |
--json |
Output as JSON (currently broken — returns table format) | false |
Related skills