--- name: cli-plugins-skills description: Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI. --- ## Overview Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `memory` **Example:** ```bash omniroute memory ``` ### `memory search ` **Flags:** - `--type ` - `--limit ` - `--api-key ` - `--token-budget ` **Example:** ```bash omniroute memory search ``` ### `memory add` **Flags:** - `--content ` - `--file ` - `--type ` - `--metadata ` - `--api-key ` **Example:** ```bash omniroute memory add ``` ### `memory clear` **Flags:** - `--type ` - `--older-than ` - `--api-key ` - `--yes` **Example:** ```bash omniroute memory clear ``` ### `memory list` **Flags:** - `--type ` - `--limit ` - `--api-key ` **Example:** ```bash omniroute memory list ``` ### `memory get ` **Example:** ```bash omniroute memory get ``` ### `memory delete ` **Flags:** - `--yes` **Example:** ```bash omniroute memory delete ``` ### `memory health` **Example:** ```bash omniroute memory health ``` ### `PLUGIN_NAME` **Example:** ```bash omniroute PLUGIN_NAME ``` ### `plugin plugin` **Example:** ```bash omniroute plugin plugin ``` ### `plugin list` **Example:** ```bash omniroute plugin list ``` ### `plugin install ` **Flags:** - `-y, --yes` **Example:** ```bash omniroute plugin install ``` ### `plugin remove ` **Flags:** - `-y, --yes` **Example:** ```bash omniroute plugin remove ``` ### `plugin info ` **Example:** ```bash omniroute plugin info ``` ### `plugin search [query]` **Example:** ```bash omniroute plugin search [query] ``` ### `plugin update [name]` **Example:** ```bash omniroute plugin update [name] ``` ### `plugin scaffold ` **Example:** ```bash omniroute plugin scaffold ``` ### `marketplace` **Example:** ```bash omniroute marketplace ``` ### `skills search [query]` **Flags:** - `--category ` - `--tag ` - `--limit ` - `--sort ` **Example:** ```bash omniroute skills search [query] ``` ### `skills info ` **Example:** ```bash omniroute skills info ``` ### `skills install ` **Flags:** - `--version ` - `--enable` - `--yes` **Example:** ```bash omniroute skills install ``` ### `skills categories` **Example:** ```bash omniroute skills categories ``` ### `skills featured` **Example:** ```bash omniroute skills featured ``` ### `skills skills` **Example:** ```bash omniroute skills skills ``` ### `skills list` **Flags:** - `--type ` - `--enabled` - `--disabled` - `--api-key ` **Example:** ```bash omniroute skills list ``` ### `skills get ` **Example:** ```bash omniroute skills get ``` ### `skills install` **Flags:** - `--from-file ` - `--from-url ` - `--type ` - `--enable` **Example:** ```bash omniroute skills install ``` ### `skills enable ` **Example:** ```bash omniroute skills enable ``` ### `skills disable ` **Flags:** - `--yes` **Example:** ```bash omniroute skills disable ``` ### `skills delete ` **Flags:** - `--yes` **Example:** ```bash omniroute skills delete ``` ### `skills execute ` **Flags:** - `--input ` - `--input-file ` - `--timeout ` **Example:** ```bash omniroute skills execute ``` ### `skills executions` **Flags:** - `--skill ` - `--limit ` - `--status ` **Example:** ```bash omniroute skills executions ``` ### `skills skillssh` **Example:** ```bash omniroute skills skillssh ``` ### `skills list` **Example:** ```bash omniroute skills list ``` ### `skills install ` **Example:** ```bash omniroute skills install ```