skills/cli-plugins-skills/SKILL.md
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
npm install -g omniroute # or: npx omniroute
omniroute --version
memoryExample:
omniroute memory
memory search <query>Flags:
--type <type>--limit <n>--api-key <key>--token-budget <n>Example:
omniroute memory search <query>
memory addFlags:
--content <text>--file <path>--type <type>--metadata <json>--api-key <key>Example:
omniroute memory add
memory clearFlags:
--type <type>--older-than <duration>--api-key <key>--yesExample:
omniroute memory clear
memory listFlags:
--type <type>--limit <n>--api-key <key>Example:
omniroute memory list
memory get <id>Example:
omniroute memory get <id>
memory delete <id>Flags:
--yesExample:
omniroute memory delete <id>
memory healthExample:
omniroute memory health
PLUGIN_NAMEExample:
omniroute PLUGIN_NAME
plugin pluginExample:
omniroute plugin plugin
plugin listExample:
omniroute plugin list
plugin install <name>Flags:
-y, --yesExample:
omniroute plugin install <name>
plugin remove <name>Flags:
-y, --yesExample:
omniroute plugin remove <name>
plugin info <name>Example:
omniroute plugin info <name>
plugin search [query]Example:
omniroute plugin search [query]
plugin update [name]Example:
omniroute plugin update [name]
plugin scaffold <name>Example:
omniroute plugin scaffold <name>
marketplaceExample:
omniroute marketplace
skills search [query]Flags:
--category <c>--tag <t>--limit <n>--sort <s>Example:
omniroute skills search [query]
skills info <packageId>Example:
omniroute skills info <packageId>
skills install <packageId>Flags:
--version <v>--enable--yesExample:
omniroute skills install <packageId>
skills categoriesExample:
omniroute skills categories
skills featuredExample:
omniroute skills featured
skills skillsExample:
omniroute skills skills
skills listFlags:
--type <type>--enabled--disabled--api-key <key>Example:
omniroute skills list
skills get <id>Example:
omniroute skills get <id>
skills installFlags:
--from-file <path>--from-url <url>--type <type>--enableExample:
omniroute skills install
skills enable <id>Example:
omniroute skills enable <id>
skills disable <id>Flags:
--yesExample:
omniroute skills disable <id>
skills delete <id>Flags:
--yesExample:
omniroute skills delete <id>
skills execute <id>Flags:
--input <json>--input-file <path>--timeout <ms>Example:
omniroute skills execute <id>
skills executionsFlags:
--skill <id>--limit <n>--status <s>Example:
omniroute skills executions
skills skillsshExample:
omniroute skills skillssh
skills listExample:
omniroute skills list
skills install <url>Example:
omniroute skills install <url>