cli-plugins-skills
SolidManage 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
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
cli-setup
Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-a2a
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-resilience
Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
6,067 Updated today
diegosouzapw