command-dispatch

Installation
SKILL.md

Command Dispatch

Use this skill to identify user intent and dispatch the corresponding system or plugin command.

When to Use

  • The user sends a /xxx slash command (execute directly)
  • The user describes an action in natural language, for example:
    • "Sync sites" → /cookiecloud
    • "Show my subscriptions" → /subscribes
    • "Refresh subscriptions" → /subscribes refresh
    • "What's downloading?" → /downloading
    • "Organize downloaded files" → /transfer
    • "Clear cache" → /clear_cache
    • "Restart the system" → /restart
    • "Pause all QB tasks" → /pause_torrents (plugin command)

Tools

Installs
55
GitHub Stars
11.2K
First Seen
Apr 7, 2026
command-dispatch — jxxghp/moviepilot