cli-plugins-skills

Solid

Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.

AI & Automation 6,067 stars 1058 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## 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 <query>` **Flags:** - `--type <type>` - `--limit <n>` - `--api-key <key>` - `--token-budget <n>` **Example:** ```bash omniroute memory search <query> ``` ### `memory add` **Flags:** - `--content <text>` - `--file <path>` - `--type <type>` - `--metadata <json>` - `--api-key <key>` **Example:** ```bash omniroute memory add ``` ### `memory clear` **Flags:** - `--type <type>` - `--older-than <duration>` - `--api-key <key>` - `--yes` **Example:** ```bash omniroute memory clear ``` ### `memory list` **Flags:** - `--type <type>` - `--limit <n>` - `--api-key <key>` **Example:** ```bash omniroute memory list ``` ### `memory get <id>` **Example:** ```bash omniroute memory get <id> ``` ### `memory delete <id>` **Flags:** - `--yes` **Example:** ```bash omniroute memory delete <id> ``` ### `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 omni...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category