Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
53
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Risky
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/cli-plugins-skills/SKILL.mdManage 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 --versionmemoryExample:
omniroute memorymemory 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 addmemory clearFlags:
--type <type>--older-than <duration>--api-key <key>--yesExample:
omniroute memory clearmemory listFlags:
--type <type>--limit <n>--api-key <key>Example:
omniroute memory listmemory get <id>Example:
omniroute memory get <id>memory delete <id>Flags:
--yesExample:
omniroute memory delete <id>memory healthExample:
omniroute memory healthPLUGIN_NAMEExample:
omniroute PLUGIN_NAMEplugin pluginExample:
omniroute plugin pluginplugin listExample:
omniroute plugin listplugin 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 marketplaceskills 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 categoriesskills featuredExample:
omniroute skills featuredskills skillsExample:
omniroute skills skillsskills listFlags:
--type <type>--enabled--disabled--api-key <key>Example:
omniroute skills listskills get <id>Example:
omniroute skills get <id>skills installFlags:
--from-file <path>--from-url <url>--type <type>--enableExample:
omniroute skills installskills 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 executionsskills skillsshExample:
omniroute skills skillsshskills listExample:
omniroute skills listskills install <url>Example:
omniroute skills install <url>3070925
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.