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
/xxxslash 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)
- "Sync sites" →