Documentation
README
Overview
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
memory
Example:
omniroute memory
memory search <query>
Flags:
--type <type>--limit <n>--api-key <key>--token-budget <n>
Example:
omniroute memory search <query>
memory add
Flags:
--content <text>--file <path>--type <type>--metadata <json>--api-key <key>
Example:
omniroute memory add
memory clear
Flags:
This is the opening of the README. Read the full README on GitHub.