| 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
npm install -g AIRoute
AIRoute --version
Subcommands
memory
Example:
AIRoute memory
memory search <query>
Flags:
--type <type>
--limit <n>
--api-key <key>
--token-budget <n>
Example:
AIRoute memory search <query>
memory add
Flags:
--content <text>
--file <path>
--type <type>
--metadata <json>
--api-key <key>
Example:
AIRoute memory add
memory clear
Flags:
--type <type>
--older-than <duration>
--api-key <key>
--yes
Example:
AIRoute memory clear
memory list
Flags:
--type <type>
--limit <n>
--api-key <key>
Example:
AIRoute memory list
memory get <id>
Example:
AIRoute memory get <id>
memory delete <id>
Flags:
Example:
AIRoute memory delete <id>
memory health
Example:
AIRoute memory health
PLUGIN_NAME
Example:
AIRoute PLUGIN_NAME
plugin plugin
Example:
AIRoute plugin plugin
plugin list
Example:
AIRoute plugin list
plugin install <name>
Flags:
Example:
AIRoute plugin install <name>
plugin remove <name>
Flags:
Example:
AIRoute plugin remove <name>
plugin info <name>
Example:
AIRoute plugin info <name>
plugin search [query]
Example:
AIRoute plugin search [query]
plugin update [name]
Example:
AIRoute plugin update [name]
plugin scaffold <name>
Example:
AIRoute plugin scaffold <name>
marketplace
Example:
AIRoute marketplace
skills search [query]
Flags:
--category <c>
--tag <t>
--limit <n>
--sort <s>
Example:
AIRoute skills search [query]
skills info <packageId>
Example:
AIRoute skills info <packageId>
skills install <packageId>
Flags:
--version <v>
--enable
--yes
Example:
AIRoute skills install <packageId>
skills categories
Example:
AIRoute skills categories
skills featured
Example:
AIRoute skills featured
skills skills
Example:
AIRoute skills skills
skills list
Flags:
--type <type>
--enabled
--disabled
--api-key <key>
Example:
AIRoute skills list
skills get <id>
Example:
AIRoute skills get <id>
skills install
Flags:
--from-file <path>
--from-url <url>
--type <type>
--enable
Example:
AIRoute skills install
skills enable <id>
Example:
AIRoute skills enable <id>
skills disable <id>
Flags:
Example:
AIRoute skills disable <id>
skills delete <id>
Flags:
Example:
AIRoute skills delete <id>
skills execute <id>
Flags:
--input <json>
--input-file <path>
--timeout <ms>
Example:
AIRoute skills execute <id>
skills executions
Flags:
--skill <id>
--limit <n>
--status <s>
Example:
AIRoute skills executions
skills skillssh
Example:
AIRoute skills skillssh
skills list
Example:
AIRoute skills list
skills install <url>
Example:
AIRoute skills install <url>